Date: Wed, 3 Dec 2014 09:18:26 -0800 From: "David P. Discher" <dpd@dpdtech.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com> Cc: freebsd-xen@freebsd.org Subject: Re: Attempting to Get Xen FreeBSD Dom0 working Message-ID: <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> In-Reply-To: <547F1476.8080305@citrix.com> References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <DCB954B5-0E45-4DE6-AAC4-C5ACF7FD90A7@dpdtech.com> <547F1476.8080305@citrix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Dec 3, 2014, at 5:47 AM, Roger Pau Monn=E9 <roger.pau@citrix.com> = wrote: > The good news is that I think I have a patch that solves this, but I'm > afraid we will also have to debug the ACPI error shown above in order = to > get your system to a working state. >=20 > Could you please try the following patch on top of my pvh_dom0_v8 = branch? >=20 > https://people.freebsd.org/~royger/xen_pci.patch >=20 > Roger. Hey Roger - Thanks for the com change, that seems to have gotten the Xen=92s serial = output going, which is included below. I think as you expected, got = yet another panic, however at a different place. Panic summary here. = Full console messages below =85 and for reference, also included the = full boot messages from the same kernel booting the bare metal. Let know what you are thinking as the problem =85 I can certainly do = some more poking and trail and error stuff on my own as well, but just = need a bit more information and guidance. I rarely hang out on IRC, but = certainly can jump over there for collaboration. Thanks again ! Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x60 fault code =3D supervisor write data, page not present instruction pointer =3D 0x20:0xffffffff80e53fa3 stack pointer =3D 0x28:0xffffffff82318b70 frame pointer =3D 0x28:0xffffffff82318ba0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [ thread pid 0 tid 100000 ] Stopped at acpi_install_wakeup_handler+0x113: movq = %r14,0x60(%r15) db> bt Tracing pid 0 tid 100000 td 0xffffffff8180bcf0 acpi_install_wakeup_handler() at acpi_install_wakeup_handler+0x113/frame = 0xffffffff82318ba0 nexus_xen_attach() at nexus_xen_attach+0xe0/frame 0xffffffff82318bc0 device_attach() at device_attach+0x38f/frame 0xffffffff82318c20 bus_generic_new_pass() at bus_generic_new_pass+0x116/frame = 0xffffffff82318c50 bus_set_pass() at bus_set_pass+0x8c/frame 0xffffffff82318c80 configure() at configure+0xa/frame 0xffffffff82318c90 mi_startup() at mi_startup+0x108/frame 0xffffffff82318cb0 xen_start() at xen_start+0x1f db> (kgdb) l *acpi_install_wakeup_handler+0x113 0xffffffff80e53fa3 is in acpi_install_wakeup_handler = (/usr/src/sys/x86/acpica/acpi_wakeup.c:354). 349 350 wakeaddr =3D acpi_alloc_wakeup_handler(); 351 if (wakeaddr =3D=3D NULL) 352 return; 353 354 sc->acpi_wakeaddr =3D (vm_offset_t)wakeaddr; 355 sc->acpi_wakephys =3D vtophys(wakeaddr); 356 357 bcopy(wakecode, (void *)WAKECODE_VADDR(sc), = sizeof(wakecode)); 358 Current language: auto; currently minimal (kgdb) l *nexus_xen_attach+0xe0 0xffffffff80e7b1c0 is in nexus_xen_attach = (/usr/src/sys/x86/xen/xen_nexus.c:95). 90 #ifndef XEN 91 if (xen_initial_domain() && (error =3D=3D 0)) 92 = acpi_install_wakeup_handler(device_get_softc(acpi_dev)); 93 #endif 94 95 return (error); 96 } 97 98 static int 99 nexus_xen_config_intr(device_t dev, int irq, enum intr_trigger = trig, (kgdb) l *device_attach+0x38f 0xffffffff8095728f is in device_attach (device_if.h:180). 175 device_if.h: No such file or directory. in device_if.h (kgdb) - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 Xen+Dom0.FreeBSD pvh_dom0_v8+xen_pci.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D OK unload OK load /boot/xen dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 = guest_loglvl=3Dall loglvl=3Dall com1=3D115200,8n1,0x3e8 console=3Dcom1 /boot/xen data=3D0x1dc260+0x4dda0 / OK load kernel /boot/kernel/kernel size=3D0x14a1bd1 OK load zfs /boot/kernel/zfs.ko size 0x2f4e20 at 0x185f000 loading required module 'opensolaris' /boot/kernel/opensolaris.ko size 0xdff0 at 0x1b54000 OK boot Booting... Xen 4.5.0-rc (XEN) Xen version 4.5.0-rc (root@) (gcc47 (FreeBSD Ports Collection) = 4.7.4) debug=3Dy Tue Dec 2 15:25:42 UTC 2014 (XEN) Latest ChangeSet: Tue Nov 18 15:57:08 2014 -0500 git:188336b-dirty (XEN) Bootloader: unknown (XEN) Command line: dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 = guest_loglvl=3Dall loglvl=3Dall com1=3D115200,8n1,0x3e8 console=3Dcom1 (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds (XEN) EDID info not retrieved because no DDC retrieval method detected (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 0000000000099400 (usable) (XEN) 0000000000099400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000df780000 (usable) (XEN) 00000000df78e000 - 00000000df790000 type 9 (XEN) 00000000df790000 - 00000000df79e000 (ACPI data) (XEN) 00000000df79e000 - 00000000df7d0000 (ACPI NVS) (XEN) 00000000df7d0000 - 00000000df7e0000 (reserved) (XEN) 00000000df7ec000 - 00000000f0000000 (reserved) (XEN) 00000000fee00000 - 00000000fee01000 (reserved) (XEN) 00000000ffc00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000620000000 (usable) (XEN) ACPI: RSDP 000FAAB0, 0024 (r2 ACPIAM) (XEN) ACPI: XSDT DF790100, 007C (r1 SMCI 20100917 MSFT = 97) (XEN) ACPI: FACP DF790290, 00F4 (r3 091710 FACP1846 20100917 MSFT = 97) (XEN) ACPI: DSDT DF790630, 66F5 (r1 10009 10009000 0 INTL = 20051117) (XEN) ACPI: FACS DF79E000, 0040 (XEN) ACPI: APIC DF790390, 00D2 (r1 091710 APIC1846 20100917 MSFT = 97) (XEN) ACPI: MCFG DF790470, 003C (r1 091710 OEMMCFG 20100917 MSFT = 97) (XEN) ACPI: OEMB DF79E040, 007B (r1 091710 OEMB1846 20100917 MSFT = 97) (XEN) ACPI: HPET DF79A630, 0038 (r1 091710 OEMHPET 20100917 MSFT = 97) (XEN) ACPI: DMAR DF79E0C0, 0128 (r1 AMI OEMDMAR 1 MSFT = 97) (XEN) ACPI: SSDT DF7A0040, 0363 (r1 DpgPmm CpuPm 12 INTL = 20051117) (XEN) ACPI: EINJ DF79A670, 0130 (r1 AMIER AMI_EINJ 20100917 MSFT = 97) (XEN) ACPI: BERT DF79A800, 0030 (r1 AMIER AMI_BERT 20100917 MSFT = 97) (XEN) ACPI: ERST DF79A830, 01B0 (r1 AMIER AMI_ERST 20100917 MSFT = 97) (XEN) ACPI: HEST DF79A9E0, 00A8 (r1 AMIER ABC_HEST 20100917 MSFT = 97) (XEN) System RAM: 24567MB (25156708kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-0000000620000000 (XEN) Domain heap initialised (XEN) found SMP MP-table at 000ff780 (XEN) DMI present. (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x808 (XEN) ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0] (XEN) ACPI: wakeup_vec[df79e00c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled) (XEN) Processor #18 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x14] enabled) (XEN) Processor #20 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) (XEN) Processor #1 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) (XEN) Processor #3 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x13] enabled) (XEN) Processor #19 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x15] enabled) (XEN) Processor #21 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled) (XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled) (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23 (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 20 low 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 1 I/O APICs (XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000 (XEN) Failed to get Error Log Address Range. (XEN) HEST: Table parsing has been initialized (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 16 CPUs (8 hotplug CPUs) (XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 2400.072 MHz processor. (XEN) Initing memory sharing. (XEN) mce_intel.c:719: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 = extended MCE MSR 0 (XEN) Intel machine check reporting enabled (XEN) alt table ffff82d0802d9db0 -> ffff82d0802dadd0 (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - = ff (XEN) PCI: MCFG area at e0000000 reserved in E820 (XEN) PCI: Using MCFG for segment 0000 bus 00-ff (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 not enabled. (XEN) Intel VT-d Shared EPT tables not enabled. (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Interrupt remapping disabled (XEN) Enabled directed EOI with ioapic_ack_old on! (XEN) ENABLING IO-APIC IRQs (XEN) -> Using old ACK method (XEN) ..TIMER: vector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-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 0x2c (XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff (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) - Unrestricted Guest (XEN) HVM: ASIDs enabled. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB (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=3D0xffffffff80200000 memsz=3D0xffed78 (XEN) elf_parse_binary: phdr: paddr=3D0xffffffff813ff000 memsz=3D0x4f5df0 (XEN) elf_parse_binary: memory: 0xffffffff80200000 -> 0xffffffff818f4df0 (XEN) elf_xen_parse_note: GUEST_OS =3D "FreeBSD" (XEN) elf_xen_parse_note: GUEST_VERSION =3D "0x10c908" (XEN) elf_xen_parse_note: XEN_VERSION =3D "xen-3.0" (XEN) elf_xen_parse_note: VIRT_BASE =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: PADDR_OFFSET =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: ENTRY =3D 0xffffffff80d21000 (XEN) elf_xen_parse_note: HYPERCALL_PAGE =3D 0xffffffff80d20000 (XEN) elf_xen_parse_note: HV_START_LOW =3D 0xffff800000000000 (XEN) elf_xen_parse_note: FEATURES =3D = "writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel= |hvm_callback_vector" (XEN) elf_xen_parse_note: PAE_MODE =3D "yes" (XEN) elf_xen_parse_note: unknown xen elf note (0xd) (XEN) elf_xen_parse_note: LOADER =3D "generic" (XEN) elf_xen_parse_note: SUSPEND_CANCEL =3D 0x0 (XEN) elf_xen_parse_note: BSD_SYMTAB =3D "yes" (XEN) elf_xen_parse: using notes from SHT_NOTE section (XEN) elf_xen_addr_calc_check: addresses: (XEN) virt_base =3D 0xffffffff80000000 (XEN) elf_paddr_offset =3D 0xffffffff80000000 (XEN) virt_offset =3D 0x0 (XEN) virt_kstart =3D 0xffffffff80200000 (XEN) virt_kend =3D 0xffffffff81bf3a40 (XEN) virt_entry =3D 0xffffffff80d21000 (XEN) p2m_base =3D 0xffffffffffffffff (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0xffffffff80200000 -> = 0xffffffff818f4df0 (XEN) Dom0 symbol map 0xffffffff818f4df0 -> 0xffffffff81bf3a40 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000608000000->000000060c000000 (507130 pages = to be allocated) (XEN) Init. ramdisk: 000000061fcfa000->0000000620000000 (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff80200000->ffffffff81bf3a40 (XEN) Init. ramdisk: ffffffff81bf4000->ffffffff81efa000 (XEN) Phys-Mach map: ffffffff81efa000->ffffffff822fa000 (XEN) Start info: ffffffff822fa000->ffffffff822fb4b4 (XEN) Page tables: ffffffff822fc000->ffffffff82311000 (XEN) Boot stack: ffffffff82311000->ffffffff82312000 (XEN) TOTAL: ffffffff80000000->ffffffff82400000 (XEN) ENTRY ADDRESS: ffffffff80d21000 (XEN) Dom0 has maximum 4 VCPUs (XEN) elf_load_binary: phdr 2 at 0xffffffff80200000 -> = 0xffffffff811fed78 (XEN) elf_load_binary: phdr 3 at 0xffffffff813ff000 -> = 0xffffffff8152b0b0 (XEN) elf_load_bsdsyms: shdr 4 at 0xffff83061e8e1cc0 -> = 0xffffffff818f5978 (XEN) elf_load_bsdsyms: shdr 42 at 0xffff83061fa50305 -> = 0xffffffff8194aca8 (XEN) elf_load_bsdsyms: shdr 43 at 0xffff83061fa51090 -> = 0xffffffff8194aef8 (XEN) elf_load_bsdsyms: shdr 44 at 0xffff83061fb97b50 -> = 0xffffffff81a919b8 (XEN) Found masked UR signaling on 0000:00:00.0 (XEN) Found masked UR signaling on 0000:00:01.0 (XEN) Found masked UR signaling on 0000:00:02.0 (XEN) Found masked UR signaling on 0000:00:03.0 (XEN) Found masked UR signaling on 0000:00:07.0 (XEN) Found masked UR signaling on 0000:00:09.0 (XEN) Masked VT-d error signaling on 0000:00:14.0 (XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs (XEN) .................................................done. (XEN) Initial low memory virq threshold set at 0x4000 pages. (XEN) Std. Loglevel: All (XEN) Guest Loglevel: All (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch = input to Xen) (XEN) Freed 288kB 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=3D01 base=3D0000000000000000 len=3D0000000000099400 SMAP type=3D02 base=3D0000000000099400 len=3D0000000000006c00 SMAP type=3D02 base=3D00000000000e0000 len=3D0000000000020000 SMAP type=3D01 base=3D0000000000100000 len=3D000000007ff66000 SMAP type=3D09 base=3D00000000df78e000 len=3D0000000000002000 SMAP type=3D03 base=3D00000000df790000 len=3D000000000000e000 SMAP type=3D04 base=3D00000000df79e000 len=3D0000000000032000 SMAP type=3D02 base=3D00000000df7d0000 len=3D0000000000010000 SMAP type=3D02 base=3D00000000df7ec000 len=3D0000000010814000 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000001000 SMAP type=3D02 base=3D00000000ffc00000 len=3D0000000000400000 Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 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) Copyright (c) 1992-2014 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 #2 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 16:50:32 = UTC 2014 root@borg.dpdtech.com:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 WARNING: WITNESS option enabled, expect reduced performance. (XEN) irq.c:380: Dom0 callback via changed to Direct Vector 0x93 Preloaded elf multiboot kernel "/boot/xen" at 0xffffffff81bf4000. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bf4190. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bf4268. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at = 0xffffffff81bf4a90. Hypervisor: Origin =3D "XenVMMXenVMM" Calibrating TSC clock ... TSC clock: 2399999752 Hz CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.00-MHz = K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 = Features=3D0x1fcbebff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,PGE,MCA,= CMOV,PAT,PSE36,CLFLUSH,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT> = Features2=3D0x82982283<SSE3,PCLMULQDQ,EST,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,= AESNI,HV> AMD Features=3D0x20100800<SYSCALL,NX,LM> AMD Features2=3D0x1<LAHF> TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries L2 cache: 256 kbytes, 8-way associative, 64 bytes/line real memory =3D 2147901440 (2048 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000098fff, 561152 bytes (137 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000002341000 - 0x000000007cbd9fff, 2055835648 bytes (501913 pages) avail memory =3D 2032578560 (1938 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 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x098000-0x098fff at 0xfffffe007b7f8000 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 Xen interrupt system initialized Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT = 00000097) ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT = 00000097) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: = 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL = 20051117) ACPI: FACS 0x00000000DF79E000 000040 ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT = 00000097) ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT = 00000097) ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT = 00000097) ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT = 00000097) ACPI: XMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT = 00000097) ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL = 20051117) ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT = 00000097) ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT = 00000097) ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT = 00000097) ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT = 00000097) MADT: Interrupt override: source 0, irq 2 xen: register IRQ#2 MADT: Interrupt override: source 9, irq 20 xen: register IRQ#20 cpu0 BSP XEN PV LAPIC snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff = [1024] feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 = feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> nfslock: pseudo-device null: <full device, null device, zero device> Falling back to <Software, Yarrow> random adaptor random: <Software, Yarrow> initialized VESA: calling BIOS POST module_register_init: MOD_LOAD (vesa, 0xffffffff80dac160, 0) error 6 io: <I/O> VMBUS: load hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hptnr: R750/DC7280 controller driver v1.0.1 xenpv0: <Xen PV bus> on motherboard Grant table initialized xc0: <Xen Console> on xenpv0 xen_et0: <Xen PV Clock> on xenpv0 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) pvcpu0: <Xen PV CPU> on xenpv0 pvcpu1: <Xen PV CPU> on xenpv0 pvcpu2: <Xen PV CPU> on xenpv0 pvcpu3: <Xen PV CPU> on xenpv0 xenstore0: <XenStore> on xenpv0 xsd_dev0: <Xenstored user-space device> on xenpv0 evtchn0: <Xen event channel user-space device> on xenpv0 privcmd0: <Xen privileged interface user-space device> on xenpv0 isa0: <ISA bus> on xenpv0 acpi0: <SMCI > on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 acpi0: could not allocate interrupt ACPI Exception: AE_ALREADY_EXISTS, Unable to install System Control = Interrupt handler (20140926/evevent-152) acpi0: Could not enable ACPI: AE_ALREADY_EXISTS device_attach: acpi0 attach returned 6 qpi0: <QPI system bus> on motherboard pcib0: <QPI Host-PCI bridge> pcibus 255 on qpi0 pci255: <Xen PCI bus> on pcib0 pci255: domain=3D0, physical bus=3D255 found-> vendor=3D0x8086, dev=3D0x2c70, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:00.0 found-> vendor=3D0x8086, dev=3D0x2d81, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:00.1 found-> vendor=3D0x8086, dev=3D0x2d90, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.0 found-> vendor=3D0x8086, dev=3D0x2d91, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.1 found-> vendor=3D0x8086, dev=3D0x2d92, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.2 found-> vendor=3D0x8086, dev=3D0x2d93, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.3 found-> vendor=3D0x8086, dev=3D0x2d94, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.4 found-> vendor=3D0x8086, dev=3D0x2d95, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D5 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.5 found-> vendor=3D0x8086, dev=3D0x2d98, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.0 found-> vendor=3D0x8086, dev=3D0x2d99, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.1 found-> vendor=3D0x8086, dev=3D0x2d9a, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.2 found-> vendor=3D0x8086, dev=3D0x2d9c, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.4 found-> vendor=3D0x8086, dev=3D0x2da0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.0 found-> vendor=3D0x8086, dev=3D0x2da1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.1 found-> vendor=3D0x8086, dev=3D0x2da2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.2 found-> vendor=3D0x8086, dev=3D0x2da3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.3 found-> vendor=3D0x8086, dev=3D0x2da8, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.0 found-> vendor=3D0x8086, dev=3D0x2da9, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.1 found-> vendor=3D0x8086, dev=3D0x2daa, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.2 found-> vendor=3D0x8086, dev=3D0x2dab, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.3 found-> vendor=3D0x8086, dev=3D0x2db0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.0 found-> vendor=3D0x8086, dev=3D0x2db1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.1 found-> vendor=3D0x8086, dev=3D0x2db2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.2 found-> vendor=3D0x8086, dev=3D0x2db3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.3 Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x60 fault code =3D supervisor write data, page not present instruction pointer =3D 0x20:0xffffffff80e53fa3 stack pointer =3D 0x28:0xffffffff82318b70 frame pointer =3D 0x28:0xffffffff82318ba0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [ thread pid 0 tid 100000 ] Stopped at acpi_install_wakeup_handler+0x113: movq = %r14,0x60(%r15) db> bt Tracing pid 0 tid 100000 td 0xffffffff8180bcf0 acpi_install_wakeup_handler() at acpi_install_wakeup_handler+0x113/frame = 0xffffffff82318ba0 nexus_xen_attach() at nexus_xen_attach+0xe0/frame 0xffffffff82318bc0 device_attach() at device_attach+0x38f/frame 0xffffffff82318c20 bus_generic_new_pass() at bus_generic_new_pass+0x116/frame = 0xffffffff82318c50 bus_set_pass() at bus_set_pass+0x8c/frame 0xffffffff82318c80 configure() at configure+0xa/frame 0xffffffff82318c90 mi_startup() at mi_startup+0x108/frame 0xffffffff82318cb0 xen_start() at xen_start+0x1f db> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FreeBSD pvh_dom0_v8+xen_pci.patch - on the bare metal=20 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FreeBSD/x86 ZFS enabled bootstrap loader, Revision 1.1 (root@borg.dpdtech.com, Tue Dec 2 04:57:54 UTC 2014) Loading /boot/defaults/loader.conf - Warning: unable to open file /boot/loader.conf.local /boot/kernel/kernel text=3D0xffed78 data=3D0x12c0b0+0x3c9d40 = syms=3D[0x8+0x146ac0+0x8+0x162081] zfs.../boot/kernel/zfs.ko size 0x2f4e20 at 0x1b9e000 loading required module 'opensolaris' = /boot/kernel/opensolaris.ko size 0xdff0 at 0x1e93000 ok if_tap.../boot/kernel/if_tap.ko size 0xa6a8 at 0x1ea1000 ok ipmi.../boot/kernel/ipmi.ko size 0x11848 at 0x1eac000 loading required module 'smbus' /boot/kernel/smbus.ko size 0x2348 at 0x1ebe000 ok Hit [Enter] to boot immediately, or any other key for command = prompt.000000 Booting [/boot/kernel/kernel]... 5ff0 rdi: = fffffe007b7f70b0 GDB: no debug ports present r10: 0000000000000000 r11: = 0000000000000000 KDB: debugger backends: ddb r10: 0000000000000002 r11: = 00000000000007d0 KDB: current backend: ddbf0 rsp: fffffe007b7f3f70 r8: = 0000000000000000 SMAP type=3D01 base=3D0000000000000000 len=3D0000000000099400 SMAP type=3D02 base=3D0000000000099400 len=3D0000000000006c0011: = 0000000000000000 SMAP type=3D02 base=3D00000000000e0000 len=3D000000000002000014: = 000000000000000d SMAP type=3D01 base=3D0000000000100000 len=3D00000000df68000014: = 0000000000029f08 SMAP type=3D01 base=3D00000000df78e000 len=3D0000000000002000cx: = 00000000c0000084 SMAP type=3D03 base=3D00000000df790000 len=3D000000000000e000r4: = 00000000000006e0 SMAP type=3D04 base=3D00000000df79e000 len=3D0000000000032000r4: = 0000000000000020 SMAP type=3D02 base=3D00000000df7d0000 len=3D000000000001000014: = 0000000000000027 SMAP type=3D02 base=3D00000000df7ec000 len=3D0000000000014000 SMAP type=3D02 base=3D00000000df800000 len=3D0000000000800000 SMAP type=3D02 base=3D00000000e0000000 len=3D0000000010000000r4: = 0000000000000020 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000001000028 cs: = 0020 SMAP type=3D02 base=3D00000000ffc00000 len=3D0000000000400000 SMAP type=3D01 base=3D0000000100000000 len=3D0000000520000000di: = fffffe007b7ef0b0 Table 'FACP' at 0xdf790290om rsp=3Dfffffe0092bfbf70: Table 'APIC' at 0xdf790390b fs: 0013 gs: 0028 ss: 0028 cs: 0020 APIC: Found table at 0xdf790390sp: fffffe007b7ebf70 r8: = 0000000000000000 APIC: Using the MADT enumerator.=3Dffffffff823184d0: MADT: Found CPU APIC ID 0 ACPI ID 1: enabled000000000 r11: = 0000000000000000 SMP: Added CPU 0 (AP)essing guest memory.ds: 0028 es: 0028 fs: 0028 = gs: 00MADT: Found CPU APIC ID 2 ACPI ID 2: enabled SMP: Added CPU 2 (AP) MADT: Found CPU APIC ID 18 ACPI ID 3: enabled ffffffff81846268 r13: = ffffffff81SMP: Added CPU 18 (AP)0000001a MADT: Found CPU APIC ID 20 ACPI ID 4: enabled3f70: SMP: Added CPU 20 (AP)ed: MADT: Found CPU APIC ID 1 ACPI ID 5: enabledooting machine in 5 seconds. SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 3 ACPI ID 6: enabled0000011 cr4: = 0000000000000020 SMP: Added CPU 3 (AP)320000 cr2: 0000000000000000 MADT: Found CPU APIC ID 19 ACPI ID 7: enabled SMP: Added CPU 19 (AP) MADT: Found CPU APIC ID 21 ACPI ID 8: enabled SMP: Added CPU 21 (AP) MADT: Found CPU APIC ID 136 ACPI ID 9: disabled MADT: Found CPU APIC ID 137 ACPI ID 10: disabled MADT: Found CPU APIC ID 138 ACPI ID 11: disabled MADT: Found CPU APIC ID 139 ACPI ID 12: disabled MADT: Found CPU APIC ID 140 ACPI ID 13: disabled MADT: Found CPU APIC ID 141 ACPI ID 14: disabled MADT: Found CPU APIC ID 142 ACPI ID 15: disabled MADT: Found CPU APIC ID 143 ACPI ID 16: disabled Copyright (c) 1992-2014 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 #2 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 16:50:32 = UTC 2014 root@borg.dpdtech.com:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 WARNING: WITNESS option enabled, expect reduced performance. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81ec1000. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81ec1db8. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at = 0xffffffff81ec25e0. Preloaded elf obj module "/boot/kernel/if_tap.ko" at 0xffffffff81ec2c10. Preloaded elf obj module "/boot/kernel/ipmi.ko" at 0xffffffff81ec3278. Preloaded elf obj module "/boot/kernel/smbus.ko" at 0xffffffff81ec3920. Calibrating TSC clock ... TSC clock: 2400056776 Hz CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.06-MHz = K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 = Features=3D0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE= ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> = Features2=3D0x29ee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSS= E3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,POPCNT,AESNI> AMD Features=3D0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=3D0x1<LAHF> VT-x: Basic Features=3D0xda0400<SMM,INS/OUTS,TRUE> Pin-Based Controls=3D0x7f<ExtINT,NMI,VNMI,PreTmr> Primary Processor = Controls=3D0xfff9fffe<INTWIN,TSCOff,HLT,INVLPG,MWAIT,RDPMC,RDTSC,CR3-LD,CR= 3-ST,CR8-LD,CR8-ST,TPR,NMIWIN,MOV-DR,IO,IOmap,MTF,MSRmap,MONITOR,PAUSE> Secondary Processor = Controls=3D0x4ff<APIC,EPT,DT,RDTSCP,x2APIC,VPID,WBINVD,UG,PAUSE-loop> Exit Controls=3D0xda0400<PAT-LD,EFER-SV,PTMR-SV> Entry Controls=3D0xda0400 EPT Features=3D0x6134141<XO,PW4,UC,WB,2M,1G,INVEPT,single,all> VPID = Features=3D0xf01<INVVPID,individual,single,all,single-globals> TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries L2 cache: 256 kbytes, 8-way associative, 64 bytes/line real memory =3D 25773998080 (24580 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000095fff, 548864 bytes (134 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001eec000 - 0x00000000df77ffff, 3716759552 bytes (907412 pages) 0x00000000df78e000 - 0x00000000df78ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x00000005f805cfff, 21340999680 bytes (5210205 = pages) avail memory =3D 24929726464 (23774 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <091710 APIC1846> INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target INTR: Adding local APIC 18 as a target INTR: Adding local APIC 19 as a target INTR: Adding local APIC 20 as a target INTR: Adding local APIC 21 as a target FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 18 cpu5 (AP): APIC ID: 19 cpu6 (AP): APIC ID: 20 cpu7 (AP): APIC ID: 21 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 5 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 6 APIC: CPU 4 has ACPI ID 3 APIC: CPU 5 has ACPI ID 7 APIC: CPU 6 has ACPI ID 4 APIC: CPU 7 has ACPI ID 8 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x094000-0x094fff at 0xfffffe064b584000 x86bios: EBDA 0x099000-0x09ffff at 0xfffff80000099000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 lapic0: CMCI unmasked 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 ULE: setup cpu 6 ULE: setup cpu 7 ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT = 00000097) ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT = 00000097) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: = 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL = 20051117) ACPI: FACS 0x00000000DF79E000 000040 ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT = 00000097) ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT = 00000097) ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT = 00000097) ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT = 00000097) ACPI: DMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT = 00000097) ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL = 20051117) ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT = 00000097) ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT = 00000097) ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT = 00000097) ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT = 00000097) MADT: Found IO APIC ID 6, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 6 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 20 ioapic0: intpin 9 disabled lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 <Version 2.0> irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff = [1024] feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 = feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> nfslock: pseudo-device null: <full device, null device, zero device> Falling back to <Software, Yarrow> random adaptor random: <Software, Yarrow> initialized VESA: INT 0x10 vector 0xc000:0x0b80 VESA: information block 0000 56 45 53 41 00 03 3a 59 00 c0 01 00 00 00 a7 55 0010 00 c0 00 01 08 03 4f 59 00 c0 56 59 00 c0 5f 59 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 00 00 00 00 00 00 00 00 00 00 00 0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 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 4d 61 74 72 6f 78 00 4d 47 41 2d 47 32 30 30 00 0110 30 30 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: 21 mode(s) found VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffff800000c55a7 = (c00055a7) VESA: Matrox Graphics Inc. VESA: Matrox MGA-G200 00 io: <I/O> VMBUS: load hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hptnr: R750/DC7280 controller driver v1.0.1 hpt27xx: RocketRAID 27xx controller driver v1.1 acpi0: <SMCI > on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 acpi0: Overriding SCI from IRQ 9 to IRQ 20 ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 48 ACPI: Executed 1 blocks of module-level executable AML code acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, dff00000 (3) failed cpu0: Processor \_PR_.P001 (ACPI ID 1) -> APIC ID 0 cpu0: <ACPI CPU> on acpi0 ACPI: Dynamic OEM Table Load: ACPI: SSDT 0xFFFFFE0000EFC000 0017EC (v01 DpgPmm P001Ist 00000011 INTL = 20051117) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0xFFFFF8000699B800 000659 (v01 PmRef P001Cst 00003001 INTL = 20051117) cpu1: Processor \_PR_.P002 (ACPI ID 2) -> APIC ID 2 cpu1: <ACPI CPU> on acpi0 cpu2: Processor \_PR_.P003 (ACPI ID 3) -> APIC ID 4 cpu2: <ACPI CPU> on acpi0 cpu3: Processor \_PR_.P004 (ACPI ID 4) -> APIC ID 6 cpu3: <ACPI CPU> on acpi0 cpu4: Processor \_PR_.P005 (ACPI ID 5) -> APIC ID 1 cpu4: <ACPI CPU> on acpi0 cpu5: Processor \_PR_.P006 (ACPI ID 6) -> APIC ID 3 cpu5: <ACPI CPU> on acpi0 cpu6: Processor \_PR_.P007 (ACPI ID 7) -> APIC ID 5 cpu6: <ACPI CPU> on acpi0 cpu7: Processor \_PR_.P008 (ACPI ID 8) -> APIC ID 7 cpu7: <ACPI CPU> on acpi0 ACPI: Processor \_PR_.P009 (ACPI ID 9) ignored ACPI: Processor \_PR_.P010 (ACPI ID 10) ignored ACPI: Processor \_PR_.P011 (ACPI ID 11) ignored ACPI: Processor \_PR_.P012 (ACPI ID 12) ignored ACPI: Processor \_PR_.P013 (ACPI ID 13) ignored ACPI: Processor \_PR_.P014 (ACPI ID 14) ignored ACPI: Processor \_PR_.P015 (ACPI ID 15) ignored ACPI: Processor \_PR_.P016 (ACPI ID 16) ignored attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, = adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 4 timers, legacy route hpet0: t0: irqs 0x00f00000 (0), 64bit, periodic hpet0: t1: irqs 0x00f00000 (0) hpet0: t2: irqs 0x00f00800 (0) hpet0: t3: irqs 0x00f01000 (0) Timecounter "HPET" frequency 14318180 Hz quality 950 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 51 Event timer "HPET" frequency 14318180 Hz quality 350 Event timer "HPET1" frequency 14318180 Hz quality 340 Event timer "HPET2" frequency 14318180 Hz quality 340 Event timer "HPET3" frequency 14318180 Hz quality 340 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 3 4 6 7 10 11 12 14 15 Validation 0 15 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 3 4 6 7 10 11 12 14 15 Validation 0 14 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 6 7 10 11 12 14 15 Validation 0 7 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 6 N 0 3 4 6 7 10 11 12 14 15 Validation 0 6 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: decoding 5 range 0-0xff pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xd0000-0xdffff pcib0: decoding 3 range 0xf0000000-0xfed8ffff pci0: <ACPI PCI bus> on pcib0 pci0: domain=3D0, physical bus=3D0 found-> vendor=3D0x8086, dev=3D0x3405, revid=3D0x22 domain=3D0, bus=3D0, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=3D0x8086, dev=3D0x3408, revid=3D0x22 domain=3D0, bus=3D0, slot=3D1, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D1, subbus=3D1 found-> vendor=3D0x8086, dev=3D0x3409, revid=3D0x22 domain=3D0, bus=3D0, slot=3D2, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D2, subbus=3D2 found-> vendor=3D0x8086, dev=3D0x340a, revid=3D0x22 domain=3D0, bus=3D0, slot=3D3, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D3, subbus=3D3 found-> vendor=3D0x8086, dev=3D0x340e, revid=3D0x22 domain=3D0, bus=3D0, slot=3D7, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D4, subbus=3D4 found-> vendor=3D0x8086, dev=3D0x3410, revid=3D0x22 domain=3D0, bus=3D0, slot=3D9, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D5, subbus=3D5 found-> vendor=3D0x8086, dev=3D0x342e, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D0 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3422, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D1 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3423, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D2 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3438, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D3 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3430, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D0 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef8000, size 14, = enabled pcib0: allocated type 3 (0xfbef8000-0xfbefbfff) for rid 10 of = pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x3431, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D1 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef4000, size 14, = enabled pcib0: allocated type 3 (0xfbef4000-0xfbef7fff) for rid 10 of = pci0:0:22:1 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=3D0x8086, dev=3D0x3432, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D2 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef0000, size 14, = enabled pcib0: allocated type 3 (0xfbef0000-0xfbef3fff) for rid 10 of = pci0:0:22:2 pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3433, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D3 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbeec000, size 14, = enabled pcib0: allocated type 3 (0xfbeec000-0xfbeeffff) for rid 10 of = pci0:0:22:3 pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3429, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D4 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee8000, size 14, = enabled pcib0: allocated type 3 (0xfbee8000-0xfbeebfff) for rid 10 of = pci0:0:22:4 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x342a, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D5 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee4000, size 14, = enabled pcib0: allocated type 3 (0xfbee4000-0xfbee7fff) for rid 10 of = pci0:0:22:5 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=3D0x8086, dev=3D0x342b, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D6 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee0000, size 14, = enabled pcib0: allocated type 3 (0xfbee0000-0xfbee3fff) for rid 10 of = pci0:0:22:6 pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x342c, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D7 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbedc000, size 14, = enabled pcib0: allocated type 3 (0xfbedc000-0xfbedffff) for rid 10 of = pci0:0:22:7 pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a37, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 map[20]: type I/O Port, range 32, base 0xcc00, size 5, enabled pcib0: allocated type 4 (0xcc00-0xcc1f) for rid 20 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x3a38, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D7 map[20]: type I/O Port, range 32, base 0xc880, size 5, enabled pcib0: allocated type 4 (0xc880-0xc89f) for rid 20 of pci0:0:26:1 pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 found-> vendor=3D0x8086, dev=3D0x3a39, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 map[20]: type I/O Port, range 32, base 0xc800, size 5, enabled pcib0: allocated type 4 (0xc800-0xc81f) for rid 20 of pci0:0:26:2 pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a3c, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0006, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfbeda000, size 10, = enabled pcib0: allocated type 3 (0xfbeda000-0xfbeda3ff) for rid 10 of = pci0:0:26:7 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3a34, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D6 map[20]: type I/O Port, range 32, base 0xc480, size 5, enabled pcib0: allocated type 4 (0xc480-0xc49f) for rid 20 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x3a35, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D11 map[20]: type I/O Port, range 32, base 0xc400, size 5, enabled pcib0: allocated type 4 (0xc400-0xc41f) for rid 20 of pci0:0:29:1 pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a36, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 map[20]: type I/O Port, range 32, base 0xc080, size 5, enabled pcib0: allocated type 4 (0xc080-0xc09f) for rid 20 of pci0:0:29:2 pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3a3a, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0006, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D6 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfbed8000, size 10, = enabled pcib0: allocated type 3 (0xfbed8000-0xfbed83ff) for rid 10 of = pci0:0:29:7 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x244e, revid=3D0x90 domain=3D0, bus=3D0, slot=3D30, func=3D0 class=3D06-04-01, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x1a (6500 ns), maxlat=3D0x00 = (0 ns) secbus=3D6, subbus=3D6 found-> vendor=3D0x8086, dev=3D0x3a16, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D0 class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0007, statreg=3D0x0210, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3a22, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D2 class=3D01-06-01, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x02b0, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xb480, size 3, enabled pcib0: allocated type 4 (0xb480-0xb487) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xc000, size 2, enabled pcib0: allocated type 4 (0xc000-0xc003) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xbc00, size 3, enabled pcib0: allocated type 4 (0xbc00-0xbc07) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xb880, size 2, enabled pcib0: allocated type 4 (0xb880-0xb883) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xb800, size 5, enabled pcib0: allocated type 4 (0xb800-0xb81f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xfbed6000, size 11, = enabled pcib0: allocated type 3 (0xfbed6000-0xfbed67ff) for rid 24 of = pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a30, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D3 class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0003, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 map[10]: type Memory, range 64, base 0xfbed4000, size 8, = enabled pcib0: allocated type 3 (0xfbed4000-0xfbed40ff) for rid 10 of = pci0:0:31:3 map[20]: type I/O Port, range 32, base 0x400, size 5, enabled pcib0: allocated type 4 (0x400-0x41f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1 pcib0: allocated type 3 (0xfbc00000-0xfbcfffff) for rid 20 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfbc00000-0xfbcfffff pci1: <ACPI PCI bus> on pcib1 pcib1: allocated bus range (1-1) for rid 0 of pci1 pci1: domain=3D0, physical bus=3D1 found-> vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00 domain=3D0, bus=3D1, slot=3D0, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfbce0000, size 17, = enabled pcib1: allocated memory range (0xfbce0000-0xfbcfffff) for rid 10 of = pci0:1:0:0 map[18]: type I/O Port, range 32, base 0xdc00, size 5, enabled pcib1: allocated I/O port range (0xdc00-0xdc1f) for rid 18 of pci0:1:0:0 map[1c]: type Memory, range 32, base 0xfbcdc000, size 14, = enabled pcib1: allocated memory range (0xfbcdc000-0xfbcdffff) for rid 1c of = pci0:1:0:0 pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 em0: <Intel(R) PRO/1000 Network Connection 7.4.2> port 0xdc00-0xdc1f mem = 0xfbce0000-0xfbcfffff,0xfbcdc000-0xfbcdffff irq 16 at device 0.0 on pci1 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 256 to local APIC 0 vector 52 msi: routing MSI-X IRQ 257 to local APIC 0 vector 53 msi: routing MSI-X IRQ 258 to local APIC 0 vector 54 em0: using IRQs 256-258 for MSI-X em0: Using MSIX interrupts with 3 vectors em0: bpf attached em0: Ethernet address: 00:25:90:a9:48:7e pcib2: <ACPI PCI-PCI bridge> at device 2.0 on pci0 pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfbd00000-0xfbdfffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfbd00000-0xfbdfffff pci2: <ACPI PCI bus> on pcib2 pcib2: allocated bus range (2-2) for rid 0 of pci2 pci2: domain=3D0, physical bus=3D2 found-> vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00 domain=3D0, bus=3D2, slot=3D0, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfbde0000, size 17, = enabled pcib2: allocated memory range (0xfbde0000-0xfbdfffff) for rid 10 of = pci0:2:0:0 map[18]: type I/O Port, range 32, base 0xec00, size 5, enabled pcib2: allocated I/O port range (0xec00-0xec1f) for rid 18 of pci0:2:0:0 map[1c]: type Memory, range 32, base 0xfbddc000, size 14, = enabled pcib2: allocated memory range (0xfbddc000-0xfbddffff) for rid 1c of = pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em1: <Intel(R) PRO/1000 Network Connection 7.4.2> port 0xec00-0xec1f mem = 0xfbde0000-0xfbdfffff,0xfbddc000-0xfbddffff irq 16 at device 0.0 on pci2 em1: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 0 vector 55 msi: routing MSI-X IRQ 260 to local APIC 0 vector 56 msi: routing MSI-X IRQ 261 to local APIC 0 vector 57 em1: using IRQs 259-261 for MSI-X em1: Using MSIX interrupts with 3 vectors em1: bpf attached em1: Ethernet address: 00:25:90:a9:48:7f pcib3: <ACPI PCI-PCI bridge> at device 3.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pci3: <ACPI PCI bus> on pcib3 pcib3: allocated bus range (3-3) for rid 0 of pci3 pci3: domain=3D0, physical bus=3D3 pcib4: <ACPI PCI-PCI bridge> at device 7.0 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pci4: <ACPI PCI bus> on pcib4 pcib4: allocated bus range (4-4) for rid 0 of pci4 pci4: domain=3D0, physical bus=3D4 pcib5: <ACPI PCI-PCI bridge> at device 9.0 on pci0 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pci5: <ACPI PCI bus> on pcib5 pcib5: allocated bus range (5-5) for rid 0 of pci5 pci5: domain=3D0, physical bus=3D5 pci0: <base peripheral, interrupt controller> at device 20.0 (no driver = attached) pci0: <base peripheral, interrupt controller> at device 20.1 (no driver = attached) pci0: <base peripheral, interrupt controller> at device 20.2 (no driver = attached) pci0: <base peripheral, interrupt controller> at device 20.3 (no driver = attached) pci0: <base peripheral> at device 22.0 (no driver attached) pci0: <base peripheral> at device 22.1 (no driver attached) pci0: <base peripheral> at device 22.2 (no driver attached) pci0: <base peripheral> at device 22.3 (no driver attached) pci0: <base peripheral> at device 22.4 (no driver attached) pci0: <base peripheral> at device 22.5 (no driver attached) pci0: <base peripheral> at device 22.6 (no driver attached) pci0: <base peripheral> at device 22.7 (no driver attached) uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xcc00-0xcc1f = irq 16 at device 26.0 on pci0 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 58 uhci0: LegSup =3D 0x2f00 usbus0 on uhci0 uhci0: usbpf: Attached uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xc880-0xc89f = irq 21 at device 26.1 on pci0 uhci1: LegSup =3D 0x2f00 usbus1 on uhci1 uhci1: usbpf: Attached uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0xc800-0xc81f = irq 19 at device 26.2 on pci0 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 59 uhci2: LegSup =3D 0x2f00 usbus2 on uhci2 uhci2: usbpf: Attached ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem = 0xfbeda000-0xfbeda3ff irq 18 at device 26.7 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 60 usbus3: EHCI version 1.0 usbus3 on ehci0 ehci0: usbpf: Attached uhci3: <Intel 82801JI (ICH10) USB controller USB-A> port 0xc480-0xc49f = irq 23 at device 29.0 on pci0 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 61 uhci3: LegSup =3D 0x2f00 usbus4 on uhci3 uhci3: usbpf: Attached uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0xc400-0xc41f = irq 19 at device 29.1 on pci0 uhci4: LegSup =3D 0x2f00 usbus5 on uhci4 uhci4: usbpf: Attached uhci5: <Intel 82801JI (ICH10) USB controller USB-C> port 0xc080-0xc09f = irq 18 at device 29.2 on pci0 uhci5: LegSup =3D 0x2f00 usbus6 on uhci5 uhci5: usbpf: Attached ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem = 0xfbed8000-0xfbed83ff irq 23 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 ehci1: usbpf: Attached pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pcib0: allocated type 3 (0xfaf00000-0xfb7fffff) for rid 20 of pcib6 pcib0: allocated type 3 (0xf9000000-0xf9ffffff) for rid 24 of pcib6 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: memory decode 0xfaf00000-0xfb7fffff pcib6: prefetched decode 0xf9000000-0xf9ffffff pcib6: special decode VGA, subtractive pci6: <ACPI PCI bus> on pcib6 pcib6: allocated bus range (6-6) for rid 0 of pci6 pci6: domain=3D0, physical bus=3D6 found-> vendor=3D0x102b, dev=3D0x0532, revid=3D0x0a domain=3D0, bus=3D6, slot=3D4, func=3D0 class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0290, cachelnsz=3D64 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x10 (4000 ns), maxlat=3D0x20 = (8000 ns) intpin=3Da, irq=3D10 powerspec 1 supports D0 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xf9000000, = size 24, enabled pcib6: allocated prefetch range (0xf9000000-0xf9ffffff) for rid 10 of = pci0:6:4:0 map[14]: type Memory, range 32, base 0xfaffc000, size 14, = enabled pcib6: allocated memory range (0xfaffc000-0xfaffffff) for rid 14 of = pci0:6:4:0 map[18]: type Memory, range 32, base 0xfb000000, size 23, = enabled pcib6: allocated memory range (0xfb000000-0xfb7fffff) for rid 18 of = pci0:6:4:0 pcib6: matched entry for 6.4.INTA pcib6: slot 4 INTA hardwired to IRQ 17 vgapci0: <VGA-compatible display> mem = 0xf9000000-0xf9ffffff,0xfaffc000-0xfaffffff,0xfb000000-0xfb7fffff irq 17 = at device 4.0 on pci6 vgapci0: Boot video device isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <Intel ICH10 AHCI SATA controller> port = 0xb480-0xb487,0xc000-0xc003,0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb81f = mem 0xfbed6000-0xfbed67ff irq 19 at device 31.2 on pci0 ahci0: attempting to allocate 16 MSI vectors (16 supported) msi: routing MSI IRQ 262 to local APIC 0 vector 64 msi: routing MSI IRQ 263 to local APIC 0 vector 65 msi: routing MSI IRQ 264 to local APIC 0 vector 66 msi: routing MSI IRQ 265 to local APIC 0 vector 67 msi: routing MSI IRQ 266 to local APIC 0 vector 68 msi: routing MSI IRQ 267 to local APIC 0 vector 69 msi: routing MSI IRQ 268 to local APIC 0 vector 70 msi: routing MSI IRQ 269 to local APIC 0 vector 71 msi: routing MSI IRQ 270 to local APIC 0 vector 72 msi: routing MSI IRQ 271 to local APIC 0 vector 73 msi: routing MSI IRQ 272 to local APIC 0 vector 74 msi: routing MSI IRQ 273 to local APIC 0 vector 75 msi: routing MSI IRQ 274 to local APIC 0 vector 76 msi: routing MSI IRQ 275 to local APIC 0 vector 77 msi: routing MSI IRQ 276 to local APIC 0 vector 78 msi: routing MSI IRQ 277 to local APIC 0 vector 79 ahci0: using IRQs 262-277 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM = eSATA 6ports ahci0: Caps2: ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: Caps: HPCP ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich1: Caps: HPCP ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich2: Caps: HPCP ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich3: Caps: HPCP ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich4: Caps: HPCP ahcich5: <AHCI channel> at channel 5 on ahci0 ahcich5: Caps: HPCP ahciem0: <AHCI enclosure management bridge> on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: <serial bus, SMBus> at device 31.3 (no driver attached) acpi_button0: <Power Button> on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 62 uart0: fast interrupt uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 63 uart1: fast interrupt uart2: <16550 or compatible> port 0x3e8-0x3ef irq 5 on acpi0 uart2: console (115200,n,8,1) ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 0 vector 80 uart2: fast interrupt ACPI: Enabled 1 GPEs in block 00 to 3F qpi0: <QPI system bus> on motherboard pcib7: <QPI Host-PCI bridge> pcibus 255 on qpi0 pci255: <PCI bus> on pcib7 pci255: domain=3D0, physical bus=3D255 found-> vendor=3D0x8086, dev=3D0x2c70, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d81, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d90, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d91, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d92, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d93, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d94, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d95, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D5 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d98, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d99, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9a, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9c, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da8, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da9, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2daa, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2dab, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) acpi0: wakeup code va 0xfffffe06663b5000 pa 0x90000 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 ex_isa_identify() 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 (0xd0000-0xd07ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 isa_probe_children: disabling PnP devices ipmi0: <IPMI System Interface> on isa0 ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa pcib0: allocated type 4 (0xca2-0xca3) for rid 0 of ipmi0 atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it uart: uart0 already exists; skipping it uart: uart1 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: <ISA Option ROM> at iomem 0xc0000-0xc7fff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: <Generic ISA VGA> 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 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 81 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices est0: <Enhanced SpeedStep Frequency Control> on cpu0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 est2: <Enhanced SpeedStep Frequency Control> on cpu2 est3: <Enhanced SpeedStep Frequency Control> on cpu3 est4: <Enhanced SpeedStep Frequency Control> on cpu4 est5: <Enhanced SpeedStep Frequency Control> on cpu5 est6: <Enhanced SpeedStep Frequency Control> on cpu6 est7: <Enhanced SpeedStep Frequency Control> on cpu7 Device configuration finished. procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) lapic: Divisor 2, Frequency 66668278 Hz Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 262144 lo0: bpf attached hptrr: no controller detected. hptnr: no controller detected. hpt27xx: no controller detected. 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 ugen0.1: <Intel> at usbus0 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <Intel> at usbus1 uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen2.1: <Intel> at usbus2 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen3.1: <Intel> at usbus3 uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ugen4.1: <Intel> at usbus4 uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 ugen5.1: <Intel> at usbus5 uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 ugen6.1: <Intel> at usbus6 uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6 ugen7.1: <Intel> at usbus7 uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7 ahcich0: AHCI reset... ahcich0: SATA connect time=3D100us status=3D00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=3D100us status=3D00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect timeout time=3D10000us status=3D00000000 ahcich2: AHCI reset: device not found ipmi0: IPMI device rev. 1, firmware rev. 2.06, version 2.0 ahcich3: AHCI reset... uhub_attach: Turning port 1 power on ahcich3: SATA connect timeout time=3D10000us status=3D00000000 uhub_attach: Turning port 1 power on ahcich3: AHCI reset: device not found ahcich4: AHCI reset... uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on ahcich4: SATA connect timeout time=3D10000us status=3D00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on ahcich5: uhub_attach: Turning port 1 power on SATA connect timeout time=3D10000us status=3D00000000 ahcich5: AHCI reset: device not found uhub_attach: Turning port 1 power on uhub_attach: Turning port 2 power on ahcich0: AHCI reset: device ready after 200ms uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered ahcich1: AHCI reset: device ready after 200ms uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered ipmi0: Number of channels 2 uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on ipmi0: Attached watchdog ses0 at ahciem0 bus 0 scbus6 target 0 lun 0 ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device ses0: SEMB SES Device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ses0: 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: GEOM: new disk ada0 ada0: <ST1000NM0011 SN03> ATA-8 SATA 3.x device ada0: Serial Number Z1N3LEB3 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: <ST1000NM0011 SN03> ATA-8 SATA 3.x device ada1: Serial Number Z1N3LEHR ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: <ST1000NM0011 SN03> ATA-8 SATA 3.x device pass0: Serial Number Z1N3LEB3 pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: <ST1000NM0011 SN03> ATA-8 SATA 3.x device pass1: Serial Number Z1N3LEHR pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahciem0 bus 0 scbus6 target 0 lun 0 pass2: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device GEOM: new disk ada1 uhub_attach: Turning port 3 power on Netvsc initializing... done! lapic19: CMCI unmasked SMP: AP CPU #1 Launched! lapic18: CMCI unmasked cpu1 AP: lapic20: CMCI unmasked lapic2: CMCI unmasked lapic21: CMCI unmasked lapic3: CMCI unmasked ID: 0x01000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000100f2 SMP: AP CPU #7 Launched! cpu7 AP: ID: 0x15000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #6 Launched! cpu6 AP: ID: 0x14000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #4 Launched! cpu4 AP: ID: 0x12000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #5 Launched! cpu5 AP: ID: 0x13000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 2 vector 48 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 3 vector 48 ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 18 vector 48 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 19 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 20 vector 48 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 21 vector 48 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 1 vector 49 msi: Assigning MSI-X IRQ 256 to local APIC 2 vector 49 msi: Assigning MSI-X IRQ 257 to local APIC 3 vector 49 msi: Assigning MSI-X IRQ 258 to local APIC 18 vector 49 msi: Assigning MSI-X IRQ 259 to local APIC 19 vector 49 msi: Assigning MSI-X IRQ 260 to local APIC 20 vector 49 msi: Assigning MSI-X IRQ 261 to local APIC 21 vector 49 SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1200028388 Hz quality 1000 WARNING: WITNESS option enabled, expect reduced performance. uhub_attach: Turning port 3 power on uhub_attach: Turning port 4 power on Root mount waiting for: usbus7 usbus3 uhub_attach: Turning port 4 power on uhub_attach: Turning port 5 power on uhub_attach: Turning port 5 power on uhub_attach: Turning port 6 power on Root mount waiting for: usbus7 usbus3 uhub3: 6 ports with 6 removable, self powered uhub_attach: Turning port 6 power on uhub7: 6 ports with 6 removable, self powered Trying to mount root from zfs:zborg []... start_init: trying /sbin/init --Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUf0XjAAoJEEmwU6XuhYWOo+MH/ioGeitMNOMJq74VwO9E3jhl LVHcxoy6WbAwlHxFePafTIxv8HvkSnSCBXsc8njB5iYIk+XmZg+cFTsq3EGr+UfN y3iplePnRmboUANyJawr+47Y2weCK2gby6uEMMmg4ekTTivyInd0QaIuEOTAeyeT h6cohfKJTAuLyahff/BLSgDM8lIlVvoNr1xz7LipyIz+frKOIxsH2fn4oDWYwMEc TRHpUZjZlalwYq/3kVwqrixNdfGbSt4FQ0eyijuGAdYIXf6MgyHmkflPiFiVmVk2 2H1sV+SsDlTbL2sMy6irpf6c2Qu4/P8ZOxBXSoEaI948eg13plQ9m2UCy4/YTcg= =RMJQ -----END PGP SIGNATURE----- --Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC>