From owner-freebsd-current@FreeBSD.ORG Tue Dec 24 11:22:42 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7191A408; Tue, 24 Dec 2013 11:22:42 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82F791673; Tue, 24 Dec 2013 11:22:38 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.95,542,1384300800"; d="scan'208";a="87481876" Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net) ([10.9.154.239]) by FTLPIPO01.CITRIX.COM with ESMTP; 24 Dec 2013 11:22:27 +0000 Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com (10.13.107.80) with Microsoft SMTP Server id 14.2.342.4; Tue, 24 Dec 2013 06:22:26 -0500 Received: from gateway-cbg.eng.citrite.net ([10.80.16.17] helo=localhost.localdomain) by ukmail1.uk.xensource.com with esmtp (Exim 4.69) (envelope-from ) id 1VvQ4A-0007qS-6z; Tue, 24 Dec 2013 11:22:26 +0000 From: Roger Pau Monne To: , , , , , , Subject: [PATCH RFC 00/13] xen: initial PVH Dom0 support Date: Tue, 24 Dec 2013 12:20:49 +0100 Message-ID: <1387884062-41154-1-git-send-email-roger.pau@citrix.com> X-Mailer: git-send-email 1.7.7.5 (Apple Git-26) MIME-Version: 1.0 Content-Type: text/plain X-DLP: MIA2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 11:22:42 -0000 This patch series implement initial Dom0 support for FreeBSD when running under PVH mode. This series only sets the bases so that FreeBSD can boot as Dom0, it will NOT allow you to create guests or do anything fancy with it. Having that said, the series implement basic support for routing physical interrupts through event channels, methods for interacting with the IO APIC under Xen, support for PCI devices and some miscellaneous changes needed in order to boot as Dom0 (see specific patches). In order to test this, and since FreeBSD bootloader doesn't support multiboot yet, I've been botting using pxelinux, the line looks like: label freebsd KERNEL mboot.c32 APPEND xen/xen_pvh.gz dom0_max_vcpus=6 sync_console=true noreboot=true dom0pvh=1 dom0_mem=1024M com1=115200,8n1 guest_loglvl=all loglvl=all console=com1 --- freebsd/kernel boot_verbose=1,hw.pci.enable_msix=0,hw.pci.enable_msi=0,vfs.root.mountfrom=ufs:/dev/ada0s4a Note that MSI and MSI-X are disabled, this is due to the fact that I have not yet implemented support for it when running under Xen. Xen PVH Dom0 support has not yet been committed to the Xen repository, so in order to try it the following Xen tree has to be used: git://oss.oracle.com/git/mrathor/xen.git branch: dom0pvh-v7 https://oss.oracle.com/git/?p=mrathor/xen.git;a=shortlog;h=dom0pvh-v7 Plus the patch found at: http://marc.info/?l=xen-devel&m=138695509703563 As usual, I've created a git branch with the patches, which can be found at: git://xenbits.xen.org/people/royger/freebsd.git branch: pvhdom0_v1 http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=shortlog;h=refs/heads/pvhdom0_v1 Here is the full dmesg of my system booting: PXELINUX 4.02 debian-20101014 Copyright (C) 1994-2010 H. Peter Anvin et al boot: Loading xen/xen_pvh.gz... ok Loading freebsd/kernel... ok Xen 4.4-unstable (XEN) Xen version 4.4-unstable (root@) (FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610) debug=y Thu Dec 19 18:08:48 CET 2013 (XEN) Latest ChangeSet: Tue Dec 17 12:51:27 2013 +0100 git:5d0f3f2 (XEN) Console output is synchronous. (XEN) Bootloader: PXELINUX 4.02 debian-20101014 (XEN) Command line: dom0_max_vcpus=6 sync_console=true noreboot=true dom0pvh=1 dom0_mem=1024M com1=115200,8n1 guest_loglvl=all loglvl=all console=com1 (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds (XEN) EDID info not retrieved because of reasons unknown (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 0000000000092400 (usable) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000dfdf9c00 (usable) (XEN) 00000000dfdf9c00 - 00000000dfe4bc00 (ACPI NVS) (XEN) 00000000dfe4bc00 - 00000000dfe4dc00 (ACPI data) (XEN) 00000000dfe4dc00 - 00000000e0000000 (reserved) (XEN) 00000000f8000000 - 00000000fd000000 (reserved) (XEN) 00000000fe000000 - 00000000fed00400 (reserved) (XEN) 00000000fee00000 - 00000000fef00000 (reserved) (XEN) 00000000ffb00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 00000001a0000000 (usable) (XEN) ACPI: RSDP 000FEC30, 0024 (r2 DELL ) (XEN) ACPI: XSDT 000FCCC7, 007C (r1 DELL B10K 15 ASL 61) (XEN) ACPI: FACP 000FCDB7, 00F4 (r3 DELL B10K 15 ASL 61) (XEN) ACPI: DSDT FFE9E951, 4A74 (r1 DELL dt_ex 1000 INTL 20050624) (XEN) ACPI: FACS DFDF9C00, 0040 (XEN) ACPI: SSDT FFEA34D6, 009C (r1 DELL st_ex 1000 INTL 20050624) (XEN) ACPI: APIC 000FCEAB, 015E (r1 DELL B10K 15 ASL 61) (XEN) ACPI: BOOT 000FD009, 0028 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: ASF! 000FD031, 0096 (r32 DELL B10K 15 ASL 61) (XEN) ACPI: MCFG 000FD0C7, 003C (r1 DELL B10K 15 ASL 61) (XEN) ACPI: HPET 000FD103, 0038 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: TCPA 000FD35F, 0032 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: DMAR 000FD391, 00C8 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: SLIC 000FD13B, 0176 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: SSDT DFE4DC00, 15C4 (r1 INTEL PPM RCM 80000001 INTL 20061109) (XEN) System RAM: 6141MB (6288940kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-00000001a0000000 (XEN) Domain heap initialised (XEN) DMI 2.5 present. (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x808 (XEN) ACPI: SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0] (XEN) ACPI: wakeup_vec[dfdf9c0c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) (XEN) Processor #4 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) (XEN) Processor #6 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) (XEN) Processor #1 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) (XEN) Processor #3 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled) (XEN) Processor #5 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled) (XEN) Processor #7 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x11] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x12] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x13] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x14] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x15] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x16] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x17] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x18] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x19] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x20] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1]) (XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 (XEN) ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24]) (XEN) IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 2 I/O APICs (XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000 (XEN) ERST table was not found (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 32 CPUs (24 hotplug CPUs) (XEN) IRQ limits: 48 GSI, 1504 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 3066.827 MHz processor. (XEN) Initing memory sharing. (XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0 (XEN) Intel machine check reporting enabled (XEN) PCI: MCFG configuration 0: base f8000000 segment 0000 buses 00 - 3f (XEN) PCI: MCFG area at f8000000 reserved in E820 (XEN) PCI: Using MCFG for segment 0000 bus 00-3f (XEN) Intel VT-d iommu 0 supported page sizes: 4kB. (XEN) Intel VT-d Snoop Control enabled. (XEN) Intel VT-d Dom0 DMA Passthrough not enabled. (XEN) Intel VT-d Queued Invalidation enabled. (XEN) Intel VT-d Interrupt Remapping enabled. (XEN) Intel VT-d Shared EPT tables not enabled. (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Interrupt remapping enabled (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) Platform timer is 14.318MHz HPET (XEN) Allocated console ring of 64 KiB. (XEN) mwait-idle: MWAIT substates: 0x1120 (XEN) mwait-idle: v0.4 model 0x1a (XEN) mwait-idle: lapic_timer_reliable_states 0x2 (XEN) HPET: 0 timers usable for broadcast (4 total) (XEN) VMX: Supported advanced features: (XEN) - APIC MMIO access virtualisation (XEN) - APIC TPR shadow (XEN) - Extended Page Tables (EPT) (XEN) - Virtual-Processor Identifiers (VPID) (XEN) - Virtual NMI (XEN) - MSR direct-access bitmap (XEN) HVM: ASIDs enabled. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB (XEN) Brought up 8 CPUs (XEN) ACPI sleep modes: S3 (XEN) mcheck_poll: Machine check polling timer started. (XEN) *** LOADING DOMAIN 0 *** (XEN) elf_parse_binary: phdr: paddr=0xffffffff80200000 memsz=0xf4b998 (XEN) elf_parse_binary: phdr: paddr=0xffffffff8134c000 memsz=0x43cc48 (XEN) elf_parse_binary: memory: 0xffffffff80200000 -> 0xffffffff81788c48 (XEN) elf_xen_parse_note: GUEST_OS = "FreeBSD" (XEN) elf_xen_parse_note: GUEST_VERSION = "HEAD" (XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0" (XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000 (XEN) elf_xen_parse_note: PADDR_OFFSET = 0xffffffff80000000 (XEN) elf_xen_parse_note: ENTRY = 0xffffffff80ca7000 (XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff80ca6000 (XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000 (XEN) elf_xen_parse_note: FEATURES = "writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel|hvm_callback_vector" (XEN) elf_xen_parse_note: PAE_MODE = "yes" (XEN) elf_xen_parse_note: unknown xen elf note (0xd) (XEN) elf_xen_parse_note: LOADER = "generic" (XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x0 (XEN) elf_xen_parse_note: BSD_SYMTAB = "yes" (XEN) elf_xen_parse: using notes from SHT_NOTE section (XEN) elf_xen_addr_calc_check: addresses: (XEN) virt_base = 0xffffffff80000000 (XEN) elf_paddr_offset = 0xffffffff80000000 (XEN) virt_offset = 0x0 (XEN) virt_kstart = 0xffffffff80200000 (XEN) virt_kend = 0xffffffff81a7e4f8 (XEN) virt_entry = 0xffffffff80ca7000 (XEN) p2m_base = 0xffffffffffffffff (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0xffffffff80200000 -> 0xffffffff81788c48 (XEN) Dom0 symbol map 0xffffffff81788c48 -> 0xffffffff81a7e4f8 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000198000000->000000019a000000 (253952 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff80200000->ffffffff81a7e4f8 (XEN) Init. ramdisk: ffffffff81a7f000->ffffffff81a7f000 (XEN) Phys-Mach map: ffffffff81a7f000->ffffffff81c7f000 (XEN) Start info: ffffffff81c7f000->ffffffff81c804b4 (XEN) Page tables: ffffffff81c81000->ffffffff81c94000 (XEN) Boot stack: ffffffff81c94000->ffffffff81c95000 (XEN) TOTAL: ffffffff80000000->ffffffff82000000 (XEN) ENTRY ADDRESS: ffffffff80ca7000 (XEN) Dom0 has maximum 6 VCPUs (XEN) elf_load_binary: phdr 2 at 0xffffffff80200000 -> 0xffffffff8114b998 (XEN) elf_load_binary: phdr 3 at 0xffffffff8134c000 -> 0xffffffff81468fb0 (XEN) elf_load_bsdsyms: shdr 4 at 0xffff83019ecb9378 -> 0xffffffff81789790 (XEN) elf_load_bsdsyms: shdr 41 at 0xffff83019fd5be0f -> 0xffffffff817dbb18 (XEN) elf_load_bsdsyms: shdr 42 at 0xffff83019fd5cb50 -> 0xffffffff817dbd58 (XEN) elf_load_bsdsyms: shdr 43 at 0xffff83019fea0c28 -> 0xffffffff8191fe30 (XEN) Scrubbing Free RAM: ..................................................done. (XEN) Initial low memory virq threshold set at 0x4000 pages. (XEN) Std. Loglevel: All (XEN) Guest Loglevel: All (XEN) ********************************************** (XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS (XEN) ******* This option is intended to aid debugging of Xen by ensuring (XEN) ******* that all output is synchronously delivered on the serial line. (XEN) ******* However it can introduce SIGNIFICANT latencies and affect (XEN) ******* timekeeping. It is NOT recommended for production use! (XEN) ********************************************** (XEN) 3... 2... 1... (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) Freed 240kB init memory. FreeBSD PVH running on xen-3.0-x86_64p GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb SMAP type=01 base=0000000000000000 len=0000000000092400 SMAP type=02 base=00000000000f0000 len=0000000000010000 SMAP type=01 base=0000000000100000 len=000000003ff00000 SMAP type=04 base=00000000dfdf9c00 len=0000000000052000 SMAP type=03 base=00000000dfe4bc00 len=0000000000002000 SMAP type=02 base=00000000dfe4dc00 len=00000000001b2400 SMAP type=02 base=00000000f8000000 len=0000000005000000 SMAP type=02 base=00000000fe000000 len=0000000000d00400 SMAP type=02 base=00000000fee00000 len=0000000000100000 SMAP type=02 base=00000000ffb00000 len=0000000000500000 SMAP type=02 base=0000000100000000 len=00000000a0000000 Table 'FACP' at 0xfcdb7 Table 'SSDT' at 0xffea34d6 Table 'APIC' at 0xfceab APIC: Found table at 0xfceab APIC: Using the Xen PV enumerator. SMP: Added CPU 0 (BSP) SMP: Added CPU 2 (AP) SMP: Added CPU 4 (AP) SMP: Added CPU 6 (AP) SMP: Added CPU 8 (AP) SMP: Added CPU 10 (AP) Copyright (c) 1992-2013 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 11.0-CURRENT #221 d73d160(pvh_dom0): Tue Dec 24 10:58:43 CET 2013 root@odin:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 WARNING: WITNESS option enabled, expect reduced performance. (XEN) irq.c:375: Dom0 callback via changed to Direct Vector 0x93 CPU: Intel(R) Xeon(R) CPU W3550 @ 3.07GHz (K8-class CPU) Origin = "GenuineIntel" Id = 0x106a5 Family = 0x6 Model = 0x1a Stepping = 5 Features=0x1fc9cbf5 Features2=0x80982281 AMD Features=0x20100800 AMD Features2=0x1 real memory = 1073741824 (1024 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000091fff, 532480 bytes (130 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001cc1000 - 0x000000003e598fff, 1015906304 bytes (248024 pages) avail memory = 1007063040 (960 MB) INTR: Adding local APIC 2 as a target INTR: Adding local APIC 4 as a target INTR: Adding local APIC 6 as a target INTR: Adding local APIC 8 as a target INTR: Adding local APIC 10 as a target FreeBSD/SMP: Multiprocessor System Detected: 6 CPUs FreeBSD/SMP: 1 package(s) x 6 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 cpu4 (AP): APIC ID: 8 cpu5 (AP): APIC ID: 10 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x090000-0x090fff at 0xfffffe004e454000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 random device not loaded; using insecure entropy ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ULE: setup cpu 4 ULE: setup cpu 5 Xen interrupt system initialized Table 'FACP' at 0xfcdb7 Table 'SSDT' at 0xffea34d6 Table 'APIC' at 0xfceab APIC: Found table at 0xfceab ACPI: RSDP 0xfec30 00024 (v02 DELL ) ACPI: XSDT 0xfccc7 0007C (v01 DELL B10K 00000015 ASL 00000061) ACPI: FACP 0xfcdb7 000F4 (v03 DELL B10K 00000015 ASL 00000061) ACPI: DSDT 0xffe9e951 04A74 (v01 DELL dt_ex 00001000 INTL 20050624) ACPI: FACS 0xdfdf9c00 00040 ACPI: SSDT 0xffea34d6 0009C (v01 DELL st_ex 00001000 INTL 20050624) ACPI: APIC 0xfceab 0015E (v01 DELL B10K 00000015 ASL 00000061) ACPI: BOOT 0xfd009 00028 (v01 DELL B10K 00000015 ASL 00000061) ACPI: ASF! 0xfd031 00096 (v32 DELL B10K 00000015 ASL 00000061) ACPI: MCFG 0xfd0c7 0003C (v01 DELL B10K 00000015 ASL 00000061) ACPI: HPET 0xfd103 00038 (v01 DELL B10K 00000015 ASL 00000061) ACPI: TCPA 0xfd35f 00032 (v01 DELL B10K 00000015 ASL 00000061) ACPI: DMAR 0xfd391 000C8 (v01 DELL B10K 00000015 ASL 00000061) ACPI: SLIC 0xfd13b 00176 (v01 DELL B10K 00000015 ASL 00000061) ACPI: SSDT 0xdfe4dc00 015C4 (v01 INTEL PPM RCM 80000001 INTL 20061109) MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 8 ioapic0: Routing external 8259A's -> intpin 0 MADT: Found IO APIC ID 9, Interrupt 24 at 0xfec80000 ioapic1: Changing APIC ID to 9 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: level lapic: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard xen: register IRQ#1 xen: register IRQ#3 xen: register IRQ#4 xen: register IRQ#5 xen: register IRQ#6 xen: register IRQ#7 xen: register IRQ#8 xen: register IRQ#9 xen: register IRQ#10 xen: register IRQ#11 xen: register IRQ#12 xen: register IRQ#13 xen: register IRQ#14 xen: register IRQ#15 xen: register IRQ#16 xen: register IRQ#17 xen: register IRQ#18 xen: register IRQ#19 xen: register IRQ#20 xen: register IRQ#21 xen: register IRQ#22 xen: register IRQ#23 ioapic1 irqs 24-47 on motherboard xen: register IRQ#24 xen: register IRQ#25 xen: register IRQ#26 xen: register IRQ#27 xen: register IRQ#28 xen: register IRQ#29 xen: register IRQ#30 xen: register IRQ#31 xen: register IRQ#32 xen: register IRQ#33 xen: register IRQ#34 xen: register IRQ#35 xen: register IRQ#36 xen: register IRQ#37 xen: register IRQ#38 xen: register IRQ#39 xen: register IRQ#40 xen: register IRQ#41 xen: register IRQ#42 xen: register IRQ#43 xen: register IRQ#44 xen: register IRQ#45 xen: register IRQ#46 xen: register IRQ#47 wlan: <802.11 Link Layer> snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 Hardware, Intel IvyBridge+ RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: Falling back to random adaptor random: initialized nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 VESA: calling BIOS POST VESA: INT 0x10 vector 0xc000:0x03d0 VESA: information block 0000 56 45 53 41 00 03 d8 01 00 c0 01 00 00 00 44 00 0010 00 91 00 01 58 0a 11 01 00 c0 a3 00 00 c0 a4 4b 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 01 01 01 03 01 05 01 07 01 11 01 0050 14 01 17 01 1a 01 0e 01 20 01 93 01 95 01 96 01 0060 b3 01 b5 01 b6 01 c3 01 c5 01 c6 01 33 01 35 01 0070 36 01 53 01 55 01 56 01 63 01 65 01 66 01 21 01 0080 22 01 23 01 24 01 43 01 45 01 46 01 73 01 75 01 0090 76 01 83 01 85 01 86 01 d3 01 d5 01 d6 01 e3 01 00a0 e5 01 e6 01 ff ff 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 48 mode(s) found VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffffe004e4be044 (91000044) VESA: ATI ATOMBIOS VESA: (C) 1988-2005, ATI Technologies Inc. RV620 01.00 io: VMBUS: load mem: hptnr: R750/DC7280 controller driver v1.0 hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 pvcpu0: on motherboard pvcpu1: on motherboard pvcpu2: on motherboard pvcpu3: on motherboard pvcpu4: on motherboard pvcpu5: on motherboard xenstore0: on motherboard Grant table initialized xen_et0: on motherboard Event timer "XENTIMER" frequency 1000000000 Hz quality 950 Timecounter "XENTIMER" frequency 1000000000 Hz quality 950 xen_et0: registered as a time-of-day clock (resolution 10000000us, adjustment 5.000000000s) xc0 on motherboard acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xf8000000 acpi0: Power Button (fixed) atrtc0: port 0x70-0x7f irq 8 on acpi0 atrtc0: not installed as time-of-day clock: clock xen_et has higher resolution Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 attimer0: Can't map interrupt. pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 11 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 10 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 5 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 255 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 9 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 255 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 9 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 5 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xc0000-0xdffff pcib0: decoding 3 range 0xe0000-0xfffff pcib0: decoding 3 range 0xdff00000-0xf7ffffff pcib0: decoding 3 range 0xff980000-0xff980fff pcib0: decoding 3 range 0xff97c000-0xff97ffff pcib0: decoding 3 range 0xfed20000-0xfed9ffff pci0: on pcib0 pci0: domain=0, physical bus=0 (XEN) PCI add device 0000:00:00.0 found-> vendor=0x8086, dev=0x3405, revid=0x22 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0100, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.0.INTA pcib0: slot 0 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:01.0 found-> vendor=0x8086, dev=0x3408, revid=0x22 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:03.0 found-> vendor=0x8086, dev=0x340a, revid=0x22 domain=0, bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.3.INTA pcib0: slot 3 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:07.0 found-> vendor=0x8086, dev=0x340e, revid=0x22 domain=0, bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.7.INTA pcib0: slot 7 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:14.0 found-> vendor=0x8086, dev=0x342e, revid=0x22 domain=0, bus=0, slot=20, func=0 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:14.1 found-> vendor=0x8086, dev=0x3422, revid=0x22 domain=0, bus=0, slot=20, func=1 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:14.2 found-> vendor=0x8086, dev=0x3423, revid=0x22 domain=0, bus=0, slot=20, func=2 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:1a.0 found-> vendor=0x8086, dev=0x3a37, revid=0x00 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type I/O Port, range 32, base 0xff20, size 5, enabled pcib0: allocated type 4 (0xff20-0xff3f) for rid 20 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:1a.1 found-> vendor=0x8086, dev=0x3a38, revid=0x00 domain=0, bus=0, slot=26, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type I/O Port, range 32, base 0xff00, size 5, enabled pcib0: allocated type 4 (0xff00-0xff1f) for rid 20 of pci0:0:26:1 pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 17 (XEN) PCI add device 0000:00:1a.2 found-> vendor=0x8086, dev=0x3a39, revid=0x00 domain=0, bus=0, slot=26, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 map[20]: type I/O Port, range 32, base 0xfc00, size 5, enabled pcib0: allocated type 4 (0xfc00-0xfc1f) for rid 20 of pci0:0:26:2 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 22 (XEN) PCI add device 0000:00:1a.7 found-> vendor=0x8086, dev=0x3a3c, revid=0x00 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xf7ffa000, size 10, enabled pcib0: allocated type 3 (0xf7ffa000-0xf7ffa3ff) for rid 10 of pci0:0:26:7 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 22 (XEN) PCI add device 0000:00:1b.0 found-> vendor=0x8086, dev=0x3a3e, revid=0x00 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7ffc000, size 14, enabled pcib0: allocated type 3 (0xf7ffc000-0xf7ffffff) for rid 10 of pci0:0:27:0 pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:1c.0 found-> vendor=0x8086, dev=0x3a40, revid=0x00 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:1c.5 found-> vendor=0x8086, dev=0x3a4a, revid=0x00 domain=0, bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 17 (XEN) PCI add device 0000:00:1d.0 found-> vendor=0x8086, dev=0x3a34, revid=0x00 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 map[20]: type I/O Port, range 32, base 0xff80, size 5, enabled pcib0: allocated type 4 (0xff80-0xff9f) for rid 20 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 (XEN) PCI add device 0000:00:1d.1 found-> vendor=0x8086, dev=0x3a35, revid=0x00 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type I/O Port, range 32, base 0xff60, size 5, enabled pcib0: allocated type 4 (0xff60-0xff7f) for rid 20 of pci0:0:29:1 pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 17 (XEN) PCI add device 0000:00:1d.2 found-> vendor=0x8086, dev=0x3a36, revid=0x00 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 map[20]: type I/O Port, range 32, base 0xff40, size 5, enabled pcib0: allocated type 4 (0xff40-0xff5f) for rid 20 of pci0:0:29:2 pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 (XEN) PCI add device 0000:00:1d.7 found-> vendor=0x8086, dev=0x3a3a, revid=0x00 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xff980000, size 10, enabled pcib0: allocated type 3 (0xff980000-0xff9803ff) for rid 10 of pci0:0:29:7 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 (XEN) PCI add device 0000:00:1e.0 found-> vendor=0x8086, dev=0x244e, revid=0x90 domain=0, bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:1f.0 found-> vendor=0x8086, dev=0x3a16, revid=0x00 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:1f.2 found-> vendor=0x8086, dev=0x2822, revid=0x00 domain=0, bus=0, slot=31, func=2 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xfe00, size 3, enabled pcib0: allocated type 4 (0xfe00-0xfe07) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xfe10, size 2, enabled pcib0: allocated type 4 (0xfe10-0xfe13) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xfe20, size 3, enabled pcib0: allocated type 4 (0xfe20-0xfe27) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xfe30, size 2, enabled pcib0: allocated type 4 (0xfe30-0xfe33) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xfec0, size 5, enabled pcib0: allocated type 4 (0xfec0-0xfedf) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xff970000, size 11, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 20 (XEN) PCI add device 0000:00:1f.3 found-> vendor=0x8086, dev=0x3a30, revid=0x00 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0103, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 map[10]: type Memory, range 64, base 0xf7ffb000, size 8, enabled pcib0: allocated type 3 (0xf7ffb000-0xf7ffb0ff) for rid 10 of pci0:0:31:3 map[20]: type I/O Port, range 32, base 0xece0, size 5, enabled pcib0: allocated type 4 (0xece0-0xecff) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 20 pcib1: irq 16 at device 1.0 on pci0 pcib0: allocated type 3 (0xf2000000-0xf7bfffff) for rid 20 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: memory decode 0xf2000000-0xf7bfffff pci1: on pcib1 pci1: domain=0, physical bus=1 (XEN) PCI add device 0000:01:00.0 found-> vendor=0x14e4, dev=0x1639, revid=0x20 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages, 64 bit MSI-X supports 9 messages in map 0x10 map[10]: type Memory, range 64, base 0xf2000000, size 25, enabled pcib1: allocated memory range (0xf2000000-0xf3ffffff) for rid 10 of pci0:1:0:0 pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 28 (XEN) PCI add device 0000:01:00.1 found-> vendor=0x14e4, dev=0x1639, revid=0x20 domain=0, bus=1, slot=0, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages, 64 bit MSI-X supports 9 messages in map 0x10 map[10]: type Memory, range 64, base 0xf4000000, size 25, enabled pcib1: allocated memory range (0xf4000000-0xf5ffffff) for rid 10 of pci0:1:0:1 pcib1: matched entry for 1.0.INTB pcib1: slot 0 INTB hardwired to IRQ 40 bce0: mem 0xf2000000-0xf3ffffff irq 28 at device 0.0 on pci1 bce0: /usr/src/sys/dev/bce/if_bce.c(1159): MSI allocation failed! error = 19 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: OUI 0x000af7, model 0x003c, rev. 8 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce0: bpf attached bce0: Ethernet address: 00:10:18:e0:24:b0 bce0: ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT) Coal (RX:6,6,18,18; TX:20,20,80,80) bce1: mem 0xf4000000-0xf5ffffff irq 40 at device 0.1 on pci1 bce1: /usr/src/sys/dev/bce/if_bce.c(1159): MSI allocation failed! error = 19 miibus1: on bce1 brgphy1: PHY 1 on miibus1 brgphy1: OUI 0x000af7, model 0x003c, rev. 8 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce1: bpf attached bce1: Ethernet address: 00:10:18:e0:24:b2 bce1: ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib2: irq 16 at device 3.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib2 pcib0: allocated type 3 (0xf7d00000-0xf7efffff) for rid 20 of pcib2 pcib0: allocated type 3 (0xe0000000-0xefffffff) for rid 24 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xd000-0xdfff pcib2: memory decode 0xf7d00000-0xf7efffff pcib2: prefetched decode 0xe0000000-0xefffffff pcib2: special decode VGA pci2: on pcib2 pci2: domain=0, physical bus=2 (XEN) PCI add device 0000:02:00.0 found-> vendor=0x1002, dev=0x95cf, revid=0x00 domain=0, bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled pcib2: allocated prefetch range (0xe0000000-0xefffffff) for rid 10 of pci0:2:0:0 map[18]: type Memory, range 64, base 0xf7df0000, size 16, enabled pcib2: allocated memory range (0xf7df0000-0xf7dfffff) for rid 18 of pci0:2:0:0 map[20]: type I/O Port, range 32, base 0xdc00, size 8, enabled pcib2: allocated I/O port range (0xdc00-0xdcff) for rid 20 of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 24 vgapci0: port 0xdc00-0xdcff mem 0xe0000000-0xefffffff,0xf7df0000-0xf7dfffff irq 24 at device 0.0 on pci2 pcib3: irq 16 at device 7.0 on pci0 pcib0: allocated type 3 (0xf7c00000-0xf7cfffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: memory decode 0xf7c00000-0xf7cfffff pci3: on pcib3 pci3: domain=0, physical bus=3 pci0: at device 20.0 (no driver attached) pci0: at device 20.1 (no driver attached) pci0: at device 20.2 (no driver attached) uhci0: port 0xff20-0xff3f irq 16 at device 26.0 on pci0 uhci0: LegSup = 0x2f00 usbus0 on uhci0 uhci0: usbpf: Attached uhci1: port 0xff00-0xff1f irq 17 at device 26.1 on pci0 uhci1: LegSup = 0x2f00 usbus1 on uhci1 uhci1: usbpf: Attached uhci2: port 0xfc00-0xfc1f irq 22 at device 26.2 on pci0 uhci2: LegSup = 0x2f00 usbus2 on uhci2 uhci2: usbpf: Attached ehci0: mem 0xf7ffa000-0xf7ffa3ff irq 22 at device 26.7 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci0 ehci0: usbpf: Attached hdac0: mem 0xf7ffc000-0xf7ffffff irq 16 at device 27.0 on pci0 hdac0: PCI card vendor: 0x1028, device: 0x0293 hdac0: HDA Driver Revision: 20120126_0002 hdac0: Config options: on=0x00000000 off=0x00000000 hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pcib4: irq 16 at device 28.0 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pci4: on pcib4 pci4: domain=0, physical bus=4 pcib5: irq 17 at device 28.5 on pci0 pcib0: allocated type 3 (0xf1f00000-0xf1ffffff) for rid 20 of pcib5 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: memory decode 0xf1f00000-0xf1ffffff pci5: on pcib5 pci5: domain=0, physical bus=5 (XEN) PCI add device 0000:05:00.0 found-> vendor=0x14e4, dev=0x1681, revid=0x10 domain=0, bus=5, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf1fe0000, size 16, enabled pcib5: allocated memory range (0xf1fe0000-0xf1feffff) for rid 10 of pci0:5:0:0 map[18]: type Memory, range 64, base 0xf1ff0000, size 16, enabled pcib5: allocated memory range (0xf1ff0000-0xf1ffffff) for rid 18 of pci0:5:0:0 pcib5: matched entry for 5.0.INTA pcib5: slot 0 INTA hardwired to IRQ 17 bge0: mem 0xf1fe0000-0xf1feffff,0xf1ff0000-0xf1ffffff irq 17 at device 0.0 on pci5 bge0: CHIP ID 0x05761100; ASIC REV 0x5761; CHIP REV 0x57611; PCI-E bge0: Disabling fastboot miibus2: on bge0 brgphy2: PHY 1 on miibus2 brgphy2: OUI 0x000af7, model 0x003d, rev. 0 brgphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: bpf attached bge0: Ethernet address: d4:ae:52:c1:d4:84 uhci3: port 0xff80-0xff9f irq 23 at device 29.0 on pci0 usbus4 on uhci3 uhci3: usbpf: Attached uhci4: port 0xff60-0xff7f irq 17 at device 29.1 on pci0 usbus5 on uhci4 uhci4: usbpf: Attached uhci5: port 0xff40-0xff5f irq 18 at device 29.2 on pci0 usbus6 on uhci5 uhci5: usbpf: Attached ehci1: mem 0xff980000-0xff9803ff irq 23 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 ehci1: usbpf: Attached pcib6: at device 30.0 on pci0 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: special decode subtractive pci6: on pcib6 pci6: domain=0, physical bus=6 isab0: at device 31.0 on pci0 isa0: on isab0 ahci0: port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfec0-0xfedf mem 0xff970000-0xff9707ff irq 20 at device 31.2 on pci0 ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF AL CLO 3Gbps PMD 32cmd CCC EM eSATA 6ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: ahcich1: at channel 1 on ahci0 ahcich1: Caps: ahcich2: at channel 2 on ahci0 ahcich2: Caps: ahcich3: at channel 3 on ahci0 ahcich3: Caps: ahcich4: at channel 4 on ahci0 ahcich4: Caps: ahcich5: at channel 5 on ahci0 ahcich5: Caps: HPCP ESP ahciem0: on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: at device 31.3 (no driver attached) ppc0: using extended I/O port range ppc0: SPP ECP ECP+EPP ppc0: port 0x378-0x37f,0x778-0x77f irq 7 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 uart0: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 uart0: fast interrupt ACPI: Enabled 3 GPEs in block 00 to 3F qpi0: on motherboard acpi0: wakeup code va 0xfffffe0051560000 pa 0x10000 ex_isa_identify() ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 1: ioport 0x1c00 alloc failed ahc_isa_identify 2: ioport 0x2c00 alloc failed ahc_isa_identify 3: ioport 0x3c00 alloc failed ahc_isa_identify 4: ioport 0x4c00 alloc failed ahc_isa_identify 5: ioport 0x5c00 alloc failed ahc_isa_identify 6: ioport 0x6c00 alloc failed ahc_isa_identify 7: ioport 0x7c00 alloc failed ahc_isa_identify 8: ioport 0x8c00 alloc failed ahc_isa_identify 9: ioport 0x9c00 alloc failed ahc_isa_identify 10: ioport 0xac00 alloc failed ahc_isa_identify 11: ioport 0xbc00 alloc failed ahc_isa_identify 12: ioport 0xcc00 alloc failed ahc_isa_identify 13: ioport 0xdc00 alloc failed ahc_isa_identify 14: ioport 0xec00 alloc failed pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 pcib0: allocated type 3 (0xc0000-0xc07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xc0000-0xcffff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd0000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 2 of orm0 pcib0: allocated type 3 (0xda800-0xdc7ff) for rid 2 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 3 of orm0 pcib0: allocated type 3 (0xdc800-0xde7ff) for rid 3 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 4 of orm0 pcib0: allocated type 3 (0xe1000-0xe17ff) for rid 5 of orm0 pcib0: allocated type 3 (0xe1000-0xe3fff) for rid 5 of orm0 pcib0: allocated type 3 (0xe4000-0xe47ff) for rid 6 of orm0 pcib0: allocated type 3 (0xe4800-0xe4fff) for rid 6 of orm0 pcib0: allocated type 3 (0xe5000-0xe57ff) for rid 6 of orm0 pcib0: allocated type 3 (0xe5800-0xe5fff) for rid 6 of orm0 pcib0: allocated type 3 (0xe6000-0xe67ff) for rid 6 of orm0 pcib0: allocated type 3 (0xe6800-0xe6fff) for rid 6 of orm0 pcib0: allocated type 3 (0xe7000-0xe77ff) for rid 6 of orm0 pcib0: allocated type 3 (0xe7800-0xe7fff) for rid 6 of orm0 pcib0: allocated type 3 (0xe8000-0xe87ff) for rid 6 of orm0 pcib0: allocated type 3 (0xe8800-0xe8fff) for rid 6 of orm0 pcib0: allocated type 3 (0xe9000-0xe97ff) for rid 6 of orm0 pcib0: allocated type 3 (0xe9800-0xe9fff) for rid 6 of orm0 pcib0: allocated type 3 (0xea000-0xea7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xea800-0xeafff) for rid 6 of orm0 pcib0: allocated type 3 (0xeb000-0xeb7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xeb800-0xebfff) for rid 6 of orm0 pcib0: allocated type 3 (0xec000-0xec7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xec800-0xecfff) for rid 6 of orm0 pcib0: allocated type 3 (0xed000-0xed7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xed800-0xedfff) for rid 6 of orm0 pcib0: allocated type 3 (0xee000-0xee7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xee800-0xeefff) for rid 6 of orm0 pcib0: allocated type 3 (0xef000-0xef7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xef800-0xeffff) for rid 6 of orm0 pcib0: allocated type 3 (0xf0000-0xf07ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf0800-0xf0fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf1000-0xf17ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf1800-0xf1fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf2000-0xf27ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf2800-0xf2fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf3000-0xf37ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf3800-0xf3fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf4000-0xf47ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf4800-0xf4fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf5000-0xf57ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf5800-0xf5fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf6000-0xf67ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf6800-0xf6fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf7000-0xf77ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf7800-0xf7fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf8000-0xf87ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf8800-0xf8fff) for rid 6 of orm0 pcib0: allocated type 3 (0xf9000-0xf97ff) for rid 6 of orm0 pcib0: allocated type 3 (0xf9800-0xf9fff) for rid 6 of orm0 pcib0: allocated type 3 (0xfa000-0xfa7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xfa800-0xfafff) for rid 6 of orm0 pcib0: allocated type 3 (0xfb000-0xfb7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xfb800-0xfbfff) for rid 6 of orm0 pcib0: allocated type 3 (0xfc000-0xfc7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xfc800-0xfcfff) for rid 6 of orm0 pcib0: allocated type 3 (0xfd000-0xfd7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xfd800-0xfdfff) for rid 6 of orm0 pcib0: allocated type 3 (0xfe000-0xfe7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xfe800-0xfefff) for rid 6 of orm0 pcib0: allocated type 3 (0xff000-0xff7ff) for rid 6 of orm0 pcib0: allocated type 3 (0xff800-0xfffff) for rid 6 of orm0 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xcffff,0xd0000-0xda7ff,0xda800-0xdc7ff,0xdc800-0xde7ff,0xde800-0xe0fff,0xe1000-0xe3fff on isa0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0xffffffff (1) kbdc: RESET_KBD return code:00fe kbdc: RESET_KBD return code:00fe kbdc: RESET_KBD return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 atkbd: failed to reset the keyboard. sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 8192 lo0: bpf attached hptnr: no controller detected. hpt27xx: no controller detected. hptrr: no controller detected. xenbusb_front0: on xenstore0 xenbusb_back0: on xenstore0 xctrl0: on xenstore0 hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 hdaa0: Subsystem ID: 0x10280293 hdaa0: NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1 hdaa0: GPIO0: disabled hdaa0: GPIO1: disabled hdaa0: GPIO2: disabled hdaa0: WARNING: nid=42 has cnid outside of the AFG range j=0 entnum=4 index=0 res=0x00002701 hdaa0: Original pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 17 02214040 4 0 Headphones Jack 1/8 Front Green 0 hdaa0: 18 01014010 1 0 Line-out Jack 1/8 Rear Green 0 hdaa0: 19 991301f0 15 0 Speaker Fixed ATAPI Onboard Unknown 1 hdaa0: 20 02a19020 2 0 Mic Jack 1/8 Front Pink 0 hdaa0: 21 01813030 3 0 Line-in Jack 1/8 Rear Blue 0 hdaa0: 22 413301f0 15 0 CD None ATAPI Rear Unknown 1 hdaa0: 23 41a601f0 15 0 Mic None Digital Rear Unknown 1 hdaa0: 26 41f301f0 15 0 Other None ATAPI Rear Unknown 1 hdaa0: 27 414501f0 15 0 SPDIF-out None Optical Rear Unknown 1 hdaa0: 28 413301f0 15 0 CD None ATAPI Rear Unknown 1 hdaa0: Patching widget caps nid=23 0x0040020b -> 0x0040000b hdaa0: Patching widget caps nid=26 0x00400000 -> 0x00700000 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 17 02214040 4 0 Headphones Jack 1/8 Front Green 0 hdaa0: 18 01014010 1 0 Line-out Jack 1/8 Rear Green 0 hdaa0: 19 991301f0 15 0 Speaker Fixed ATAPI Onboard Unknown 1 hdaa0: 20 02a19020 2 0 Mic Jack 1/8 Front Pink 0 hdaa0: 21 01813030 3 0 Line-in Jack 1/8 Rear Blue 0 hdaa0: 22 413301f0 15 0 CD None ATAPI Rear Unknown 1 DISA hdaa0: 23 41a601f0 15 0 Mic None Digital Rear Unknown 1 DISA hdaa0: 27 414501f0 15 0 SPDIF-out None Optical Rear Unknown 1 DISA hdaa0: 28 413301f0 15 0 CD None ATAPI Rear Unknown 1 DISA hdaa0: 5 associations found: hdaa0: Association 0 (1) out: hdaa0: Pin nid=18 seq=0 hdaa0: Association 1 (2) in: hdaa0: Pin nid=20 seq=0 hdaa0: Association 2 (3) in: hdaa0: Pin nid=21 seq=0 hdaa0: Association 3 (4) out: hdaa0: Pin nid=17 seq=0 hdaa0: Association 4 (15) out: hdaa0: Pin nid=19 seq=0 hdaa0: Tracing association 0 (1) hdaa0: Pin 18 traced to DAC 3 hdaa0: Association 0 (1) trace succeeded hdaa0: Tracing association 1 (2) hdaa0: Pin 20 traced to ADC 8 hdaa0: Association 1 (2) trace succeeded hdaa0: Tracing association 2 (3) hdaa0: Pin 21 traced to ADC 9 hdaa0: Association 2 (3) trace succeeded hdaa0: Tracing association 3 (4) hdaa0: Pin 17 traced to DAC 4 hdaa0: Association 3 (4) trace succeeded hdaa0: Tracing association 4 (15) hdaa0: Unable to trace pin 19 seq 0 with min nid 0 hdaa0: Association 4 (15) trace failed hdaa0: Looking for additional DAC for association 0 (1) hdaa0: Looking for additional ADC for association 1 (2) hdaa0: Looking for additional ADC for association 2 (3) hdaa0: Looking for additional DAC for association 3 (4) hdaa0: Tracing input monitor hdaa0: Tracing other input monitors hdaa0: Tracing nid 20 to out hdaa0: nid 20 is input monitor hdaa0: Tracing nid 21 to out hdaa0: nid 21 is input monitor hdaa0: Tracing beeper hdaa0: nid 26 traced to out hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm0: at nid 18 and 20 on hdaa0 pcm0: Playback: pcm0: Stream cap: 0x00000001 PCM pcm0: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm0: DAC: 3 pcm0: pcm0: nid=18 [pin: Line-out (Green Jack)] pcm0: + <- nid=10 [audio mixer] [src: pcm, speaker, line, mic] pcm0: + <- nid=33 [audio selector] [src: pcm, speaker, line, mic] pcm0: + <- nid=32 [audio mixer] [src: pcm, speaker, line, mic] pcm0: + <- nid=20 [pin: Mic (Pink Jack)] [src: mic] pcm0: + <- nid=21 [pin: Line-in (Blue Jack)] [src: line] pcm0: + <- nid=26 [beep widget] [src: speaker] pcm0: + <- nid=3 [audio output] [src: pcm] pcm0: pcm0: Record: pcm0: Stream cap: 0x00000001 PCM pcm0: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm0: ADC: 8 pcm0: pcm0: nid=8 [audio input] pcm0: + <- nid=12 [audio selector] [src: mic] pcm0: + <- nid=20 [pin: Mic (Pink Jack)] [src: mic] pcm0: pcm0: Master Volume (OSS: vol): -46/0dB pcm0: +- ctl 1 (nid 3 out): -58/0dB (40 steps) pcm0: +- ctl 6 (nid 10 in 1): mute pcm0: +- ctl 13 (nid 18 in ): mute pcm0: +- ctl 23 (nid 32 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 24 (nid 32 in 1): -34/12dB (32 steps) + mute pcm0: +- ctl 26 (nid 32 in 3): -34/12dB (32 steps) + mute pcm0: +- ctl 28 (nid 32 in 5): -34/12dB (32 steps) + mute pcm0: +- ctl 30 (nid 33 out): -46/0dB (32 steps) + mute pcm0: pcm0: PCM Volume (OSS: pcm): -58/0dB pcm0: +- ctl 1 (nid 3 out): -58/0dB (40 steps) pcm0: +- ctl 28 (nid 32 in 5): -34/12dB (32 steps) + mute pcm0: pcm0: Microphone Volume (OSS: mic): 0/30dB pcm0: +- ctl 9 (nid 12 out): -58/22dB (55 steps) + mute pcm0: +- ctl 15 (nid 20 out): 0/30dB (4 steps) pcm0: +- ctl 23 (nid 32 in 0): -34/12dB (32 steps) + mute pcm0: pcm0: Line-in Volume (OSS: line) pcm0: +- ctl 24 (nid 32 in 1): -34/12dB (32 steps) + mute pcm0: pcm0: Speaker/Beep Volume (OSS: speaker): -34/0dB pcm0: +- ctl 11 (nid 16 out): -45/0dB (16 steps) + mute pcm0: +- ctl 26 (nid 32 in 3): -34/12dB (32 steps) + mute pcm0: pcm0: Recording Level (OSS: rec): -58/22dB pcm0: +- ctl 9 (nid 12 out): -58/22dB (55 steps) + mute pcm0: pcm0: Input Monitoring Level (OSS: igain): -34/12dB pcm0: +- ctl 23 (nid 32 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 24 (nid 32 in 1): -34/12dB (32 steps) + mute pcm0: +- ctl 26 (nid 32 in 3): -34/12dB (32 steps) + mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "speaker": pcm0: Mixer "mic": pcm0: Mixer "rec": pcm0: Mixer "igain": pcm0: Mixer "ogain": pcm0: Playback channel set is: Front Left, Front Right, pcm0: Playback channel matrix is: 2.0 (disconnected) pcm0: Recording channel set is: Front Left, Front Right, pcm0: Recording channel matrix is: 2.0 (disconnected) pcm1: at nid 17 and 21 on hdaa0 pcm1: Playback: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm1: DAC: 4 pcm1: pcm1: nid=17 [pin: Headphones (Green Jack)] pcm1: + <- nid=7 [audio mixer] [src: pcm] pcm1: + <- nid=34 [audio selector] [src: pcm] pcm1: + <- nid=4 [audio output] [src: pcm] pcm1: pcm1: Record: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm1: ADC: 9 pcm1: pcm1: nid=9 [audio input] pcm1: + <- nid=13 [audio selector] [src: line] pcm1: + <- nid=21 [pin: Line-in (Blue Jack)] [src: line] pcm1: pcm1: Master Volume (OSS: vol): -58/0dB pcm1: +- ctl 2 (nid 4 out): -58/0dB (40 steps) pcm1: +- ctl 3 (nid 7 in 0): mute pcm1: +- ctl 12 (nid 17 in ): mute pcm1: pcm1: PCM Volume (OSS: pcm): -58/0dB pcm1: +- ctl 2 (nid 4 out): -58/0dB (40 steps) pcm1: +- ctl 3 (nid 7 in 0): mute pcm1: +- ctl 12 (nid 17 in ): mute pcm1: pcm1: Line-in Volume (OSS: line): 0/30dB pcm1: +- ctl 10 (nid 13 out): -58/22dB (55 steps) + mute pcm1: +- ctl 16 (nid 21 out): 0/30dB (4 steps) pcm1: pcm1: Recording Level (OSS: rec): -58/22dB pcm1: +- ctl 10 (nid 13 out): -58/22dB (55 steps) + mute pcm1: pcm1: Mixer "vol": pcm1: Mixer "pcm": pcm1: Mixer "line": pcm1: Mixer "rec": pcm1: Playback channel set is: Front Left, Front Right, pcm1: Playback channel matrix is: 2.0 (disconnected) pcm1: Recording channel set is: Front Left, Front Right, pcm1: Recording channel matrix is: 2.0 (disconnected) random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 ugen7.1: at usbus7 uhub7: on usbus7 ahcich0: AHCI reset: device found ahcich0: AHCI reset: device ready after 0ms ahcich1: AHCI reset... ahcich1: SATA connect time=100us status=00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect time=1000us status=00000113 ahcich2: AHCI reset: device found ahcich2: AHCI reset: device ready after 0ms ahcich3: AHCI reset... ahcich3: SATA offline status=00000004 ahcich3: AHCI reset: device not found ahcich4: AHCI reset... ahcich4: SATA offline status=00000004 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect timeout time=10000us status=00000000 ahcich5: AHCI reset: device not found ahcich1: AHCI reset: device ready after 100ms ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 GEOM: new disk ada0 ada0: ATA-8 SATA 3.x device ada0: Serial Number Z3T397LB ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada0: quirks=0x1<4K> ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-8 SATA 3.x device ada1: Serial Number Z3T35VZV ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada1: quirks=0x1<4K> ada1: Previously was known as ad6 ses0 at ahciem0 bus 0 scbus6 target 0 lun 0 ses0: SEMB S-E-S 2.00 device ses0: SEMB SES Device pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-8 SATA 3.x device pass0: Serial Number Z3T397LB pass0: 300.000MB/s transfersses0: Generation Code 0x0 has 1 SubEnclosures ses0: SubEnclosure ID 0, 1 Types With this ID, Descriptor Length 36, offset 8 ses0: WWN: 0 ses0: Type Desc[0]: Type 0x17, MaxElt 6, In Subenc 0, Text Length 0: cd0 at ahcich2 bus 0 scbus2 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: Serial Number R8U46GAC6015V3 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: ATA-8 SATA 3.x device pass1: Serial Number Z3T35VZV pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahcich2 bus 0 scbus2 target 0 lun 0 pass2: Removable CD-ROM SCSI-0 device pass2: Serial Number R8U46GAC6015V3 pass2: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) pass3 at ahciem0 bus 0 scbus6 target 0 lun 0 pass3: SEMB S-E-S 2.00 device GEOM_PART: partition 2 is not aligned on 4096 bytes GEOM_PART: partition 4 is not aligned on 4096 bytes GEOM: new disk ada1 GEOM: new disk cd0 uhub0: 2 ports with 2 removable, self powered GEOM_PART: partition 2 is not aligned on 4096 bytes uhub1: 2 ports with 2 removable, self powered GEOM_PART: partition 4 is not aligned on 4096 bytes uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered Netvsc initializing... done! SMP: AP CPU #1 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #3 Launched! WARNING: WITNESS option enabled, expect reduced performance. GEOM_PART: partition 1 is not aligned on 4096 bytes GEOM_PART: partition 2 is not aligned on 4096 bytes GEOM_PART: partition 1 is not aligned on 4096 bytes GEOM_PART: partition 1 is not aligned on 4096 bytes GEOM_PART: partition 2 is not aligned on 4096 bytes GEOM_PART: partition 1 is not aligned on 4096 bytes Root mount waiting for: usbus7 usbus3 Root mount waiting for: usbus7 usbus3 uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered Trying to mount root from ufs:/dev/ada0s4a []... start_init: trying /sbin/init Setting hostuuid: b1d4ed5e-6291-11e3-a57d-001018e024b0. Setting hostid: 0xf983da80. Entropy harvesting: interrupts ethernet point_to_point swi. Starting file system checks: /dev/ada0s4a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ada0s4a: clean, 30967617 free (1481 frags, 3870767 blocks, 0.0% fragmentation) Mounting local file systems:. Writing entropy file:. Setting hostname: loki. bge0: Disabling fastboot bge0: Disabling fastboot bge0: link state changed to DOWN ugen1.2: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 Starting Network: lo0 bce0 bce1 bge0. lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 bce0: flags=8802 metric 0 mtu 1500 options=c01bb ether 00:10:18:e0:24:b0 nd6 options=29 media: Ethernet autoselect bce1: flags=8802 metric 0 mtu 1500 options=c01bb ether 00:10:18:e0:24:b2 nd6 options=29 media: Ethernet autoselect bge0: flags=8843 metric 0 mtu 1500 options=c019b ether d4:ae:52:c1:d4:84 nd6 options=29 media: Ethernet autoselect (none) status: no carrier bge0: link state changed to UP Starting devd. Starting Network: bce0. bce0: flags=8802 metric 0 mtu 1500 options=c01bb ether 00:10:18:e0:24:b0 nd6 options=29 media: Ethernet autoselect Starting Network: bce1. bce1: flags=8802 metric 0 mtu 1500 options=c01bb ether 00:10:18:e0:24:b2 nd6 options=29 media: Ethernet autoselect Configuring keyboard: keymap. Starting dhclient. DHCPREQUEST on bge0 to 255.255.255.255 port 67 DHCPACK from 172.16.1.1 bound to 172.16.1.21 -- renewal in 2147483647 seconds. add net fe80::: gateway ::1 add net ff02::: gateway ::1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 Creating and/or trimming log files. Starting syslogd. No core dumps found. ELF ldconfig path: /lib /usr/lib /usr/lib/compat 32-bit compatibility ldconfig path: /usr/lib32 Clearing /tmp (X related). Updating motd:. Mounting late file systems:. Starting ntpd. Configuring syscons: keymap blanktime. Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Tue Dec 24 11:27:30 CET 2013 FreeBSD/amd64 (loki) (xc0) login: