Trouble with LSI SAS1078

Slawa Olhovchenkov slw at zxy.spb.ru
Thu Feb 9 09:48:13 UTC 2012


On Wed, Feb 08, 2012 at 12:18:18AM +0100, Marius Strobl wrote:

> On Wed, Feb 08, 2012 at 02:03:25AM +0400, Slawa Olhovchenkov wrote:
> > On Tue, Feb 07, 2012 at 10:32:53PM +0100, Marius Strobl wrote:
> > 
> > > On Wed, Feb 08, 2012 at 12:57:50AM +0400, Slawa Olhovchenkov wrote:
> > > > On Tue, Feb 07, 2012 at 09:42:55PM +0100, Marius Strobl wrote:
> > > > 
> > > > > > > > I can test you patch at this machine (currently installed on USB HDD).
> > > > > > > 
> > > > > > > Okay, could please give the following patch a try?
> > > > > > > http://people.freebsd.org/~marius/mpt_sas1078.diff
> > > > > > 
> > > > > > On first look its working!
> > > > > > Many strange messages in dmesg (Error 6, Unretryable error; Unexpected
> > > > > > Bus Free; etc). Delay on load driver (kern.cam.scsi_delay may be?).
> > > > > > 
> > > > > > I can read first 100 secrors from da1 and da2.
> > > > > > 
> > > > > 
> > > > > Some delay of maybe 2-4 seconds when mpt(4) is attaching is normal.
> > > > 
> > > > No, delay is 12.40s.
> > > 
> > > Hrm, could you please change the SAS1078 part in mpt_hard_reset() of
> > > mpt.c to look like the following, i.e. add the printf()'s:
> > >         if (mpt->is_1078) {
> > >                 printf("%s: reg before=0x%x\n", __func__,
> > >                      mpt_read(mpt, MPT_OFFSET_RESET_1078));
> > >                 mpt_write(mpt, MPT_OFFSET_RESET_1078, 0x07);
> > >                 DELAY(1000);
> > >                 printf("%s: reg after=0x%x\n", __func__,
> > >                      mpt_read(mpt, MPT_OFFSET_RESET_1078));
> > >                 return;
> > >         }
> > > 
> > > and report the values printed during attach of mpt(4) with the above
> > > compiled in?
> > 
> > don't print anything. and i don't see 'hard reset' message in verbose boot.
> > 
> > > Okay, so apart from the lengthy delay during attach it looks good so
> > > far. Do you have any problems using the disks?
> > 
> > I didn't try realy using.
> 
> The clutter in the verbose dmesg might be from an enclosure that
> either only fully comes up when actually booting from a disk
> attached to the SAS1078 or isn't properly supported by ses(4),
> delaying the path inquiry. I'd suggest to try to boot from disk
> and to leave out the ses(4) driver.

I am try using SAS1078:

- mptutil working, RAID1 created.
- raid1 rebuild working
- boot from array working

Now system boot from SAS1078 and working!

verbose dmesg attached.
-------------- next part --------------
l APIC 51 as a target
INTR: Adding local APIC 52 as a target
INTR: Adding local APIC 53 as a target
FreeBSD/SMP: Multiprocessor System Detected: 24 CPUs
FreeBSD/SMP: 2 package(s) x 6 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:  4
 cpu5 (AP): APIC ID:  5
 cpu6 (AP): APIC ID: 16
 cpu7 (AP): APIC ID: 17
 cpu8 (AP): APIC ID: 18
 cpu9 (AP): APIC ID: 19
 cpu10 (AP): APIC ID: 20
 cpu11 (AP): APIC ID: 21
 cpu12 (AP): APIC ID: 32
 cpu13 (AP): APIC ID: 33
 cpu14 (AP): APIC ID: 34
 cpu15 (AP): APIC ID: 35
 cpu16 (AP): APIC ID: 36
 cpu17 (AP): APIC ID: 37
 cpu18 (AP): APIC ID: 48
 cpu19 (AP): APIC ID: 49
 cpu20 (AP): APIC ID: 50
 cpu21 (AP): APIC ID: 51
 cpu22 (AP): APIC ID: 52
 cpu23 (AP): APIC ID: 53
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 12
APIC: CPU 2 has ACPI ID 2
APIC: CPU 3 has ACPI ID 14
APIC: CPU 4 has ACPI ID 4
APIC: CPU 5 has ACPI ID 16
APIC: CPU 6 has ACPI ID 6
APIC: CPU 7 has ACPI ID 18
APIC: CPU 8 has ACPI ID 8
APIC: CPU 9 has ACPI ID 20
APIC: CPU 10 has ACPI ID 10
APIC: CPU 11 has ACPI ID 22
APIC: CPU 12 has ACPI ID 1
APIC: CPU 13 has ACPI ID 13
APIC: CPU 14 has ACPI ID 3
APIC: CPU 15 has ACPI ID 15
APIC: CPU 16 has ACPI ID 5
APIC: CPU 17 has ACPI ID 17
APIC: CPU 18 has ACPI ID 7
APIC: CPU 19 has ACPI ID 19
APIC: CPU 20 has ACPI ID 9
APIC: CPU 21 has ACPI ID 21
APIC: CPU 22 has ACPI ID 11
APIC: CPU 23 has ACPI ID 23
lapic0: CMCI unmasked
x86bios:  IVT 0x000000-0x0004ff at 0xfffffe0000000000
x86bios: SSEG 0x001000-0x001fff at 0xffffff8000361000
x86bios: EBDA 0x09b000-0x09ffff at 0xfffffe000009b000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000
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
ULE: setup cpu 8
ULE: setup cpu 9
ULE: setup cpu 10
ULE: setup cpu 11
ULE: setup cpu 12
ULE: setup cpu 13
ULE: setup cpu 14
ULE: setup cpu 15
ULE: setup cpu 16
ULE: setup cpu 17
ULE: setup cpu 18
ULE: setup cpu 19
ULE: setup cpu 20
ULE: setup cpu 21
ULE: setup cpu 22
ULE: setup cpu 23
ACPI: RSDP 0xf0410 00024 (v02 INTEL )
ACPI: XSDT 0x8f7fd120 00094 (v01 INTEL  S5520UR  00000000      01000013)
ACPI: FACP 0x8f7fb000 000F4 (v04 INTEL  S5520UR  00000000 MSFT 0100000D)
ACPI: DSDT 0x8f7f4000 065A1 (v02 INTEL  S5520UR  00000003 MSFT 0100000D)
ACPI: FACS 0x8f6f1000 00040
ACPI: APIC 0x8f7f3000 001A8 (v02 INTEL  S5520UR  00000000 MSFT 0100000D)
ACPI: MCFG 0x8f7f2000 0003C (v01 INTEL  S5520UR  00000001 MSFT 0100000D)
ACPI: HPET 0x8f7f1000 00038 (v01 INTEL  S5520UR  00000001 MSFT 0100000D)
ACPI: SLIT 0x8f7f0000 00030 (v01 INTEL  S5520UR  00000001 MSFT 0100000D)
ACPI: SRAT 0x8f7ef000 00430 (v02 INTEL  S5520UR  00000001 MSFT 0100000D)
ACPI: SPCR 0x8f7ee000 00050 (v01 INTEL  S5520UR  00000000 MSFT 0100000D)
ACPI: WDDT 0x8f7ed000 00040 (v01 INTEL  S5520UR  00000000 MSFT 0100000D)
ACPI: SSDT 0x8f7d2000 1AFC4 (v02  INTEL SSDT  PM 00004000 INTL 20061109)
ACPI: SSDT 0x8f7d1000 001D8 (v02  INTEL IPMI     00004000 INTL 20061109)
ACPI: HEST 0x8f7d0000 000A8 (v01 INTEL  S5520UR  00000001 INTL 00000001)
ACPI: BERT 0x8f7cf000 00030 (v01 INTEL  S5520UR  00000001 INTL 00000001)
ACPI: ERST 0x8f6f0000 00230 (v01 INTEL  S5520UR  00000001 INTL 00000001)
ACPI: EINJ 0x8f6ef000 00130 (v01 INTEL  S5520UR  00000001 INTL 00000001)
MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 9, Interrupt 24 at 0xfec90000
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: level
lapic0: LINT1 polarity: high
lapic32: Routing NMI -> LINT1
lapic32: LINT1 trigger: level
lapic32: LINT1 polarity: high
lapic2: Routing NMI -> LINT1
lapic2: LINT1 trigger: level
lapic2: LINT1 polarity: high
lapic34: Routing NMI -> LINT1
lapic34: LINT1 trigger: level
lapic34: LINT1 polarity: high
lapic4: Routing NMI -> LINT1
lapic4: LINT1 trigger: level
lapic4: LINT1 polarity: high
lapic36: Routing NMI -> LINT1
lapic36: LINT1 trigger: level
lapic36: LINT1 polarity: high
lapic16: Routing NMI -> LINT1
lapic16: LINT1 trigger: level
lapic16: LINT1 polarity: high
lapic48: Routing NMI -> LINT1
lapic48: LINT1 trigger: level
lapic48: LINT1 polarity: high
lapic18: Routing NMI -> LINT1
lapic18: LINT1 trigger: level
lapic18: LINT1 polarity: high
lapic50: Routing NMI -> LINT1
lapic50: LINT1 trigger: level
lapic50: LINT1 polarity: high
lapic20: Routing NMI -> LINT1
lapic20: LINT1 trigger: level
lapic20: LINT1 polarity: high
lapic52: Routing NMI -> LINT1
lapic52: LINT1 trigger: level
lapic52: LINT1 polarity: high
lapic1: Routing NMI -> LINT1
lapic1: LINT1 trigger: level
lapic1: LINT1 polarity: high
lapic33: Routing NMI -> LINT1
lapic33: LINT1 trigger: level
lapic33: LINT1 polarity: high
lapic3: Routing NMI -> LINT1
lapic3: LINT1 trigger: level
lapic3: LINT1 polarity: high
lapic35: Routing NMI -> LINT1
lapic35: LINT1 trigger: level
lapic35: LINT1 polarity: high
lapic5: Routing NMI -> LINT1
lapic5: LINT1 trigger: level
lapic5: LINT1 polarity: high
lapic37: Routing NMI -> LINT1
lapic37: LINT1 trigger: level
lapic37: LINT1 polarity: high
lapic17: Routing NMI -> LINT1
lapic17: LINT1 trigger: level
lapic17: LINT1 polarity: high
lapic49: Routing NMI -> LINT1
lapic49: LINT1 trigger: level
lapic49: LINT1 polarity: high
lapic19: Routing NMI -> LINT1
lapic19: LINT1 trigger: level
lapic19: LINT1 polarity: high
lapic51: Routing NMI -> LINT1
lapic51: LINT1 trigger: level
lapic51: LINT1 polarity: high
lapic21: Routing NMI -> LINT1
lapic21: LINT1 trigger: level
lapic21: LINT1 polarity: high
lapic53: Routing NMI -> LINT1
lapic53: LINT1 trigger: level
lapic53: LINT1 polarity: high
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
lapic0: Forcing LINT1 to edge trigger
cpu0 BSP:
     ID: 0x00000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
wlan: <802.11 Link Layer>
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
nfslock: pseudo-device
001.000005 netmap_memory_init [1565] netmap_buffer_base 0xffffff917b0d7000 (offset 1351680)
001.000006 netmap_memory_init [1574] Have 257 MB, use 1317KB for rings, 131070 buffers at 0xffffff917b0d7000
netmap: loaded module with 257 Mbytes
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
io: <I/O>
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
ctl: CAM Target Layer loaded
acpi0: <INTEL S5520UR> on motherboard
PCIe: Memory Mapped configuration base @ 0xa0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
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 0x408-0x40b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
cpu6: <ACPI CPU> on acpi0
cpu7: <ACPI CPU> on acpi0
cpu8: <ACPI CPU> on acpi0
cpu9: <ACPI CPU> on acpi0
cpu10: <ACPI CPU> on acpi0
cpu11: <ACPI CPU> on acpi0
cpu12: <ACPI CPU> on acpi0
cpu13: <ACPI CPU> on acpi0
cpu14: <ACPI CPU> on acpi0
cpu15: <ACPI CPU> on acpi0
cpu16: <ACPI CPU> on acpi0
cpu17: <ACPI CPU> on acpi0
cpu18: <ACPI CPU> on acpi0
cpu19: <ACPI CPU> on acpi0
cpu20: <ACPI CPU> on acpi0
cpu21: <ACPI CPU> on acpi0
cpu22: <ACPI CPU> on acpi0
cpu23: <ACPI CPU> on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    9   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0    9   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    5   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0    5   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 4 range 0-0xcf7
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc4000-0xcbfff
pcib0: decoding 3 range 0xfed40000-0xfedfffff
pcib0: decoding 3 range 0xb0000000-0xfdffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x8086, dev=0x3406, revid=0x22
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0140, statreg=0x0810, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.0.INTA
pcib0: slot 0 INTA hardwired to IRQ 47
found->	vendor=0x8086, dev=0x3408, revid=0x22
	domain=0, bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 28
found->	vendor=0x8086, dev=0x340a, revid=0x22
	domain=0, bus=0, slot=3, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 24
found->	vendor=0x8086, dev=0x340c, revid=0x22
	domain=0, bus=0, slot=5, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.5.INTA
pcib0: slot 5 INTA hardwired to IRQ 26
found->	vendor=0x8086, dev=0x340e, revid=0x22
	domain=0, bus=0, slot=7, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.7.INTA
pcib0: slot 7 INTA hardwired to IRQ 30
found->	vendor=0x8086, dev=0x3410, revid=0x22
	domain=0, bus=0, slot=9, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.9.INTA
pcib0: slot 9 INTA hardwired to IRQ 32
found->	vendor=0x8086, dev=0x3411, revid=0x22
	domain=0, bus=0, slot=10, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.10.INTA
pcib0: slot 10 INTA hardwired to IRQ 33
found->	vendor=0x8086, dev=0x3425, revid=0x22
	domain=0, bus=0, slot=16, func=0
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3426, revid=0x22
	domain=0, bus=0, slot=16, func=1
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3427, revid=0x22
	domain=0, bus=0, slot=17, func=0
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3428, revid=0x22
	domain=0, bus=0, slot=17, func=1
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x342d, revid=0x22
	domain=0, bus=0, slot=19, func=0
	class=08-00-20, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xb1e23000, size 12, enabled
pcib0: allocated type 3 (0xb1e23000-0xb1e23fff) for rid 10 of pci0:0:19:0
found->	vendor=0x8086, dev=0x342e, revid=0x22
	domain=0, bus=0, slot=20, func=0
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3422, revid=0x22
	domain=0, bus=0, slot=20, func=1
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3423, revid=0x22
	domain=0, bus=0, slot=20, func=2
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3438, revid=0x22
	domain=0, bus=0, slot=20, func=3
	class=08-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x342f, revid=0x22
	domain=0, bus=0, slot=21, func=0
	class=08-00-20, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3430, revid=0x22
	domain=0, bus=0, slot=22, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e00000, size 14, enabled
pcib0: allocated type 3 (0xb1e00000-0xb1e03fff) for rid 10 of pci0:0:22:0
pcib0: matched entry for 0.22.INTA
pcib0: slot 22 INTA hardwired to IRQ 43
found->	vendor=0x8086, dev=0x3431, revid=0x22
	domain=0, bus=0, slot=22, func=1
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e04000, size 14, enabled
pcib0: allocated type 3 (0xb1e04000-0xb1e07fff) for rid 10 of pci0:0:22:1
pcib0: matched entry for 0.22.INTB
pcib0: slot 22 INTB hardwired to IRQ 44
found->	vendor=0x8086, dev=0x3432, revid=0x22
	domain=0, bus=0, slot=22, func=2
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=9
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e08000, size 14, enabled
pcib0: allocated type 3 (0xb1e08000-0xb1e0bfff) for rid 10 of pci0:0:22:2
pcib0: matched entry for 0.22.INTC
pcib0: slot 22 INTC hardwired to IRQ 45
found->	vendor=0x8086, dev=0x3433, revid=0x22
	domain=0, bus=0, slot=22, func=3
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e0c000, size 14, enabled
pcib0: allocated type 3 (0xb1e0c000-0xb1e0ffff) for rid 10 of pci0:0:22:3
pcib0: matched entry for 0.22.INTD
pcib0: slot 22 INTD hardwired to IRQ 46
found->	vendor=0x8086, dev=0x3429, revid=0x22
	domain=0, bus=0, slot=22, func=4
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e10000, size 14, enabled
pcib0: allocated type 3 (0xb1e10000-0xb1e13fff) for rid 10 of pci0:0:22:4
pcib0: matched entry for 0.22.INTA
pcib0: slot 22 INTA hardwired to IRQ 43
found->	vendor=0x8086, dev=0x342a, revid=0x22
	domain=0, bus=0, slot=22, func=5
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e14000, size 14, enabled
pcib0: allocated type 3 (0xb1e14000-0xb1e17fff) for rid 10 of pci0:0:22:5
pcib0: matched entry for 0.22.INTB
pcib0: slot 22 INTB hardwired to IRQ 44
found->	vendor=0x8086, dev=0x342b, revid=0x22
	domain=0, bus=0, slot=22, func=6
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=9
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e18000, size 14, enabled
pcib0: allocated type 3 (0xb1e18000-0xb1e1bfff) for rid 10 of pci0:0:22:6
pcib0: matched entry for 0.22.INTC
pcib0: slot 22 INTC hardwired to IRQ 45
found->	vendor=0x8086, dev=0x342c, revid=0x22
	domain=0, bus=0, slot=22, func=7
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	powerspec 3  supports D0 D3  current D0
	MSI-X supports 1 message in map 0x10
	map[10]: type Memory, range 64, base 0xb1e1c000, size 14, enabled
pcib0: allocated type 3 (0xb1e1c000-0xb1e1ffff) for rid 10 of pci0:0:22:7
pcib0: matched entry for 0.22.INTD
pcib0: slot 22 INTD hardwired to IRQ 46
found->	vendor=0x8086, dev=0x3a37, revid=0x00
	domain=0, bus=0, slot=26, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	map[20]: type I/O Port, range 32, base 0x40c0, size  5, enabled
pcib0: allocated type 4 (0x40c0-0x40df) for rid 20 of pci0:0:26:0
pcib0: matched entry for 0.26.INTD
pcib0: slot 26 INTD hardwired to IRQ 19
found->	vendor=0x8086, dev=0x3a38, revid=0x00
	domain=0, bus=0, slot=26, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	map[20]: type I/O Port, range 32, base 0x40a0, size  5, enabled
pcib0: allocated type 4 (0x40a0-0x40bf) for rid 20 of pci0:0:26:1
pcib0: matched entry for 0.26.INTD
pcib0: slot 26 INTD hardwired to IRQ 19
found->	vendor=0x8086, dev=0x3a39, revid=0x00
	domain=0, bus=0, slot=26, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	map[20]: type I/O Port, range 32, base 0x4080, size  5, enabled
pcib0: allocated type 4 (0x4080-0x409f) 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=0x8086, dev=0x3a3c, revid=0x00
	domain=0, bus=0, slot=26, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0146, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xb1e21000, size 10, enabled
pcib0: allocated type 3 (0xb1e21000-0xb1e213ff) for rid 10 of pci0:0:26:7
pcib0: matched entry for 0.26.INTD
pcib0: slot 26 INTD hardwired to IRQ 19
found->	vendor=0x8086, dev=0x3a40, revid=0x00
	domain=0, bus=0, slot=28, func=0
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTA
pcib0: slot 28 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x3a48, revid=0x00
	domain=0, bus=0, slot=28, func=4
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0810, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x1b (6750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTA
pcib0: slot 28 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x3a4a, revid=0x00
	domain=0, bus=0, slot=28, func=5
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTB
pcib0: slot 28 INTB hardwired to IRQ 17
found->	vendor=0x8086, dev=0x3a34, revid=0x00
	domain=0, bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	map[20]: type I/O Port, range 32, base 0x4060, size  5, enabled
pcib0: allocated type 4 (0x4060-0x407f) for rid 20 of pci0:0:29:0
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
found->	vendor=0x8086, dev=0x3a35, revid=0x00
	domain=0, bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	map[20]: type I/O Port, range 32, base 0x4040, size  5, enabled
pcib0: allocated type 4 (0x4040-0x405f) for rid 20 of pci0:0:29:1
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
found->	vendor=0x8086, dev=0x3a36, revid=0x00
	domain=0, bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	map[20]: type I/O Port, range 32, base 0x4020, size  5, enabled
pcib0: allocated type 4 (0x4020-0x403f) for rid 20 of pci0:0:29:2
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
found->	vendor=0x8086, dev=0x3a3a, revid=0x00
	domain=0, bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0146, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xb1e20000, size 10, enabled
pcib0: allocated type 3 (0xb1e20000-0xb1e203ff) for rid 10 of pci0:0:29:7
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
found->	vendor=0x8086, dev=0x244e, revid=0x90
	domain=0, bus=0, slot=30, func=0
	class=06-04-01, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x0a (2500 ns)
found->	vendor=0x8086, dev=0x3a16, revid=0x00
	domain=0, bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0147, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3a20, revid=0x00
	domain=0, bus=0, slot=31, func=2
	class=01-01-8f, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
	powerspec 3  supports D0 D3  current D0
	map[10]: type I/O Port, range 32, base 0x4138, size  3, enabled
pcib0: allocated type 4 (0x4138-0x413f) for rid 10 of pci0:0:31:2
	map[14]: type I/O Port, range 32, base 0x414c, size  2, enabled
pcib0: allocated type 4 (0x414c-0x414f) for rid 14 of pci0:0:31:2
	map[18]: type I/O Port, range 32, base 0x4130, size  3, enabled
pcib0: allocated type 4 (0x4130-0x4137) for rid 18 of pci0:0:31:2
	map[1c]: type I/O Port, range 32, base 0x4148, size  2, enabled
pcib0: allocated type 4 (0x4148-0x414b) for rid 1c of pci0:0:31:2
	map[20]: type I/O Port, range 32, base 0x4110, size  4, enabled
pcib0: allocated type 4 (0x4110-0x411f) for rid 20 of pci0:0:31:2
	map[24]: type I/O Port, range 32, base 0x4100, size  4, enabled
pcib0: allocated type 4 (0x4100-0x410f) for rid 24 of pci0:0:31:2
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 18
found->	vendor=0x8086, dev=0x3a30, revid=0x00
	domain=0, bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
	map[10]: type Memory, range 64, base 0xb1e22000, size  8, enabled
pcib0: allocated type 3 (0xb1e22000-0xb1e220ff) for rid 10 of pci0:0:31:3
	map[20]: type I/O Port, range 32, base 0x4000, size  5, enabled
pcib0: allocated type 4 (0x4000-0x401f) for rid 20 of pci0:0:31:3
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 18
found->	vendor=0x8086, dev=0x3a26, revid=0x00
	domain=0, bus=0, slot=31, func=5
	class=01-01-85, hdrtype=0x00, mfdev=0
	cmdreg=0x0047, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	powerspec 3  supports D0 D3  current D0
	map[10]: type I/O Port, range 32, base 0x4128, size  3, enabled
pcib0: allocated type 4 (0x4128-0x412f) for rid 10 of pci0:0:31:5
	map[14]: type I/O Port, range 32, base 0x4144, size  2, enabled
pcib0: allocated type 4 (0x4144-0x4147) for rid 14 of pci0:0:31:5
	map[18]: type I/O Port, range 32, base 0x4120, size  3, enabled
pcib0: allocated type 4 (0x4120-0x4127) for rid 18 of pci0:0:31:5
	map[1c]: type I/O Port, range 32, base 0x4140, size  2, enabled
pcib0: allocated type 4 (0x4140-0x4143) for rid 1c of pci0:0:31:5
	map[20]: type I/O Port, range 32, base 0x40f0, size  4, enabled
pcib0: allocated type 4 (0x40f0-0x40ff) for rid 20 of pci0:0:31:5
	map[24]: type I/O Port, range 32, base 0x40e0, size  4, enabled
pcib0: allocated type 4 (0x40e0-0x40ef) for rid 24 of pci0:0:31:5
pcib0: matched entry for 0.31.INTD
pcib0: slot 31 INTD hardwired to IRQ 21
pcib1: <ACPI PCI-PCI bridge> irq 28 at device 1.0 on pci0
pcib0: allocated type 4 (0x3000-0x3fff) for rid 1c of pcib1
pcib0: allocated type 3 (0xb1d00000-0xb1dfffff) for rid 20 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0x3000-0x3fff
pcib1:   memory decode     0xb1d00000-0xb1dfffff
pcib1:   no prefetched decode
pci1: <ACPI PCI bus> on pcib1
pci1: domain=0, physical bus=1
found->	vendor=0x8086, dev=0x10a7, revid=0x02
	domain=0, bus=1, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 10 messages in map 0x1c
	map[10]: type Memory, range 32, base 0xb1d20000, size 17, enabled
pcib1: allocated memory range (0xb1d20000-0xb1d3ffff) for rid 10 of pci0:1:0:0
	map[18]: type I/O Port, range 32, base 0x3020, size  5, enabled
pcib1: allocated I/O port range (0x3020-0x303f) for rid 18 of pci0:1:0:0
	map[1c]: type Memory, range 32, base 0xb1d44000, size 14, enabled
pcib1: allocated memory range (0xb1d44000-0xb1d47fff) for rid 1c of pci0:1:0:0
pcib1: matched entry for 1.0.INTB
pcib1: slot 0 INTB hardwired to IRQ 40
found->	vendor=0x8086, dev=0x10a7, revid=0x02
	domain=0, bus=1, slot=0, func=1
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 10 messages in map 0x1c
	map[10]: type Memory, range 32, base 0xb1d00000, size 17, enabled
pcib1: allocated memory range (0xb1d00000-0xb1d1ffff) for rid 10 of pci0:1:0:1
	map[18]: type I/O Port, range 32, base 0x3000, size  5, enabled
pcib1: allocated I/O port range (0x3000-0x301f) for rid 18 of pci0:1:0:1
	map[1c]: type Memory, range 32, base 0xb1d40000, size 14, enabled
pcib1: allocated memory range (0xb1d40000-0xb1d43fff) for rid 1c of pci0:1:0:1
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 28
igb0: <Intel(R) PRO/1000 Network Connection version - 2.3.1> port 0x3020-0x303f mem 0xb1d20000-0xb1d3ffff,0xb1d44000-0xb1d47fff irq 40 at device 0.0 on pci1
igb0: attempting to allocate 5 MSI-X vectors (10 supported)
msi: routing MSI-X IRQ 256 to local APIC 0 vector 49
msi: routing MSI-X IRQ 257 to local APIC 0 vector 50
msi: routing MSI-X IRQ 258 to local APIC 0 vector 51
msi: routing MSI-X IRQ 259 to local APIC 0 vector 52
msi: routing MSI-X IRQ 260 to local APIC 0 vector 53
igb0: using IRQs 256-260 for MSI-X
igb0: Using MSIX interrupts with 5 vectors
igb0: bpf attached
igb0: Ethernet address: 00:1e:67:08:cc:38
igb0: Link is up 1000 Mbps Full Duplex
igb0: PHY reset is blocked due to SOL/IDER session.
001.000009 netmap_attach [1275] ok for igb0
igb1: <Intel(R) PRO/1000 Network Connection version - 2.3.1> port 0x3000-0x301f mem 0xb1d00000-0xb1d1ffff,0xb1d40000-0xb1d43fff irq 28 at device 0.1 on pci1
igb1: attempting to allocate 5 MSI-X vectors (10 supported)
msi: routing MSI-X IRQ 261 to local APIC 0 vector 54
msi: routing MSI-X IRQ 262 to local APIC 0 vector 55
msi: routing MSI-X IRQ 263 to local APIC 0 vector 56
msi: routing MSI-X IRQ 264 to local APIC 0 vector 57
msi: routing MSI-X IRQ 265 to local APIC 0 vector 58
igb1: using IRQs 261-265 for MSI-X
igb1: Using MSIX interrupts with 5 vectors
igb1: bpf attached
igb1: Ethernet address: 00:1e:67:08:cc:39
001.000010 netmap_attach [1275] ok for igb1
pcib2: <ACPI PCI-PCI bridge> irq 24 at device 3.0 on pci0
pcib2:   domain            0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   no prefetched decode
pci2: <ACPI PCI bus> on pcib2
pci2: domain=0, physical bus=2
pcib3: <ACPI PCI-PCI bridge> irq 26 at device 5.0 on pci0
pcib0: allocated type 4 (0x2000-0x2fff) for rid 1c of pcib3
pcib0: allocated type 3 (0xb1b00000-0xb1cfffff) for rid 20 of pcib3
pcib0: allocated type 3 (0xb1900000-0xb19fffff) for rid 24 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     3
pcib3:   subordinate bus   8
pcib3:   I/O decode        0x2000-0x2fff
pcib3:   memory decode     0xb1b00000-0xb1cfffff
pcib3:   prefetched decode 0xb1900000-0xb19fffff
pci3: <ACPI PCI bus> on pcib3
pci3: domain=0, physical bus=3
found->	vendor=0x111d, dev=0x806a, revid=0x02
	domain=0, bus=3, slot=0, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
pcib4: <PCI-PCI bridge> at device 0.0 on pci3
pcib3: allocated I/O port range (0x2000-0x2fff) for rid 1c of pcib4
pcib3: allocated memory range (0xb1b00000-0xb1cfffff) for rid 20 of pcib4
pcib3: allocated prefetch range (0xb1900000-0xb19fffff) for rid 24 of pcib4
pcib4:   domain            0
pcib4:   secondary bus     4
pcib4:   subordinate bus   8
pcib4:   I/O decode        0x2000-0x2fff
pcib4:   memory decode     0xb1b00000-0xb1cfffff
pcib4:   prefetched decode 0xb1900000-0xb19fffff
pci4: <PCI bus> on pcib4
pci4: domain=0, physical bus=4
found->	vendor=0x111d, dev=0x806a, revid=0x02
	domain=0, bus=4, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
found->	vendor=0x111d, dev=0x806a, revid=0x02
	domain=0, bus=4, slot=4, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pcib5: <PCI-PCI bridge> at device 2.0 on pci4
pcib5:   domain            0
pcib5:   secondary bus     5
pcib5:   subordinate bus   5
pcib5:   no prefetched decode
pci5: <PCI bus> on pcib5
pci5: domain=0, physical bus=5
pcib6: <PCI-PCI bridge> at device 4.0 on pci4
pcib4: allocated I/O port range (0x2000-0x2fff) for rid 1c of pcib6
pcib4: allocated memory range (0xb1b00000-0xb1cfffff) for rid 20 of pcib6
pcib4: allocated prefetch range (0xb1900000-0xb19fffff) for rid 24 of pcib6
pcib6:   domain            0
pcib6:   secondary bus     6
pcib6:   subordinate bus   8
pcib6:   I/O decode        0x2000-0x2fff
pcib6:   memory decode     0xb1b00000-0xb1cfffff
pcib6:   prefetched decode 0xb1900000-0xb19fffff
pci6: <PCI bus> on pcib6
pci6: domain=0, physical bus=6
found->	vendor=0x8086, dev=0x10fb, revid=0x01
	domain=0, bus=6, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	MSI-X supports 64 messages in map 0x20
	map[10]: type Prefetchable Memory, range 64, base 0xb1900000, size 19, enabled
pcib6: allocated prefetch range (0xb1900000-0xb197ffff) for rid 10 of pci0:6:0:0
	map[18]: type I/O Port, range 32, base 0x2000, size  5, enabled
pcib6: allocated I/O port range (0x2000-0x201f) for rid 18 of pci0:6:0:0
	map[20]: type Prefetchable Memory, range 64, base 0xb1980000, size 14, enabled
pcib6: allocated prefetch range (0xb1980000-0xb1983fff) for rid 20 of pci0:6:0:0
pcib3: matched entry for 3.0.INTA
pcib3: slot 0 INTA hardwired to IRQ 26
pcib4: slot 4 INTA is routed to irq 26
pcib6: slot 0 INTA is routed to irq 26
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.4.5> port 0x2000-0x201f mem 0xb1900000-0xb197ffff,0xb1980000-0xb1983fff irq 26 at device 0.0 on pci6
ix0: attempting to allocate 9 MSI-X vectors (64 supported)
msi: routing MSI-X IRQ 266 to local APIC 0 vector 59
msi: routing MSI-X IRQ 267 to local APIC 0 vector 60
msi: routing MSI-X IRQ 268 to local APIC 0 vector 61
msi: routing MSI-X IRQ 269 to local APIC 0 vector 62
msi: routing MSI-X IRQ 270 to local APIC 0 vector 63
msi: routing MSI-X IRQ 271 to local APIC 0 vector 64
msi: routing MSI-X IRQ 272 to local APIC 0 vector 65
msi: routing MSI-X IRQ 273 to local APIC 0 vector 66
msi: routing MSI-X IRQ 274 to local APIC 0 vector 67
ix0: using IRQs 266-274 for MSI-X
ix0: Using MSIX interrupts with 9 vectors
ix0: RX Descriptors exceed system mbuf max, using default instead!
ix0: bpf attached
ix0: Ethernet address: 00:1b:21:62:a3:e2
ix0: PCI Express Bus: Speed 5.0Gb/s Width x8
001.000011 netmap_attach [1275] ok for ix0
pcib7: <ACPI PCI-PCI bridge> irq 30 at device 7.0 on pci0
pcib7:   domain            0
pcib7:   secondary bus     9
pcib7:   subordinate bus   12
pcib7:   no prefetched decode
pci9: <ACPI PCI bus> on pcib7
pci9: domain=0, physical bus=9
found->	vendor=0x111d, dev=0x806a, revid=0x02
	domain=0, bus=9, slot=0, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
pcib8: <PCI-PCI bridge> at device 0.0 on pci9
pcib8:   domain            0
pcib8:   secondary bus     10
pcib8:   subordinate bus   12
pcib8:   no prefetched decode
pci10: <PCI bus> on pcib8
pci10: domain=0, physical bus=10
found->	vendor=0x111d, dev=0x806a, revid=0x02
	domain=0, bus=10, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
found->	vendor=0x111d, dev=0x806a, revid=0x02
	domain=0, bus=10, slot=4, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
pcib9: <PCI-PCI bridge> at device 2.0 on pci10
pcib9:   domain            0
pcib9:   secondary bus     11
pcib9:   subordinate bus   11
pcib9:   no prefetched decode
pci11: <PCI bus> on pcib9
pci11: domain=0, physical bus=11
pcib10: <PCI-PCI bridge> at device 4.0 on pci10
pcib10:   domain            0
pcib10:   secondary bus     12
pcib10:   subordinate bus   12
pcib10:   no prefetched decode
pci12: <PCI bus> on pcib10
pci12: domain=0, physical bus=12
pcib11: <ACPI PCI-PCI bridge> irq 32 at device 9.0 on pci0
pcib11:   domain            0
pcib11:   secondary bus     13
pcib11:   subordinate bus   13
pcib11:   no prefetched decode
pci13: <ACPI PCI bus> on pcib11
pci13: domain=0, physical bus=13
pcib12: <ACPI PCI-PCI bridge> irq 33 at device 10.0 on pci0
pcib12:   domain            0
pcib12:   secondary bus     14
pcib12:   subordinate bus   14
pcib12:   no prefetched decode
pci14: <ACPI PCI bus> on pcib12
pci14: domain=0, physical bus=14
pci0: <base peripheral, interrupt controller> at device 16.0 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 16.1 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 17.0 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 17.1 (no driver attached)
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 0x40c0-0x40df irq 19 at device 26.0 on pci0
ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 68
uhci0: LegSup = 0x3000
usbus0: <Intel 82801JI (ICH10) USB controller USB-D> on uhci0
usbus0: bpf attached
uhci0: usbpf: Attached
uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0x40a0-0x40bf irq 19 at device 26.1 on pci0
usbus1: <Intel 82801JI (ICH10) USB controller USB-E> on uhci1
usbus1: bpf attached
uhci1: usbpf: Attached
uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0x4080-0x409f irq 19 at device 26.2 on pci0
usbus2: <Intel 82801JI (ICH10) USB controller USB-F> on uhci2
usbus2: bpf attached
uhci2: usbpf: Attached
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xb1e21000-0xb1e213ff irq 19 at device 26.7 on pci0
usbus3: EHCI version 1.0
usbus3: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> on ehci0
usbus3: bpf attached
ehci0: usbpf: Attached
pcib13: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pcib0: allocated type 4 (0x1000-0x1fff) for rid 1c of pcib13
pcib0: allocated type 3 (0xb1a00000-0xb1afffff) for rid 20 of pcib13
pcib13:   domain            0
pcib13:   secondary bus     15
pcib13:   subordinate bus   15
pcib13:   I/O decode        0x1000-0x1fff
pcib13:   memory decode     0xb1a00000-0xb1afffff
pcib13:   no prefetched decode
pci15: <ACPI PCI bus> on pcib13
pci15: domain=0, physical bus=15
found->	vendor=0x1000, dev=0x0062, revid=0x04
	domain=0, bus=15, slot=0, func=0
	class=01-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D3  current D0
	MSI supports 4 messages, 64 bit
	MSI-X supports 4 messages in map 0x10
	map[10]: type Memory, range 64, base 0xb1a40000, size 14, enabled
pcib13: allocated memory range (0xb1a40000-0xb1a43fff) for rid 10 of pci0:15:0:0
	map[18]: type I/O Port, range 32, base 0x1000, size  8, enabled
pcib13: allocated I/O port range (0x1000-0x10ff) for rid 18 of pci0:15:0:0
	map[1c]: type Memory, range 64, base 0xb1a00000, size 18, enabled
pcib13: allocated memory range (0xb1a00000-0xb1a3ffff) for rid 1c of pci0:15:0:0
pcib13: matched entry for 15.0.INTA
pcib13: slot 0 INTA hardwired to IRQ 16
mpt0: <LSILogic SAS/SATA Adapter> port 0x1000-0x10ff mem 0xb1a40000-0xb1a43fff,0xb1a00000-0xb1a3ffff irq 16 at device 0.0 on pci15
pci15: child mpt0 requested type 4 for rid 0x14, but the BAR says it is an memio
mpt0: unable to map registers in PIO mode
ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 69
mpt0: MPI Version=1.5.20.0
mpt0: chain depth limited to 34 (from 2040)
mpt0: Maximum Segment Count: 306, Maximum CAM Segment Count: 33
mpt0: MsgLength=20 IOCNumber = 0
mpt0: IOCFACTS: GlobalCredits=276 BlockSize=8 bytes Request Frame Size 128 bytes Max Chain Depth 34
mpt0: IOCFACTS: Num Ports 1, FWImageSize 0, Flags=0x2
mpt0: No Handlers For Any Event Notify Frames. Event 0xa (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x16 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x16 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x16 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x12 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x12 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x16 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x16 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x16 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0xf (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x21 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0x21 (ACK not required).
mpt0: No Handlers For Any Event Notify Frames. Event 0xb (ACK not required).
mpt0: Capabilities: ( RAID-0 RAID-1E RAID-1 )
mpt0: 1 Active Volume (2 Max)
mpt0: 2 Hidden Drive Members (14 Max)
mpt0: No Handlers For Any Event Notify Frames. Event 0xa (ACK not required).
pcib14: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
pcib0: allocated type 3 (0xb1000000-0xb18fffff) for rid 20 of pcib14
pcib0: allocated type 3 (0xb0000000-0xb0ffffff) for rid 24 of pcib14
pcib14:   domain            0
pcib14:   secondary bus     16
pcib14:   subordinate bus   16
pcib14:   memory decode     0xb1000000-0xb18fffff
pcib14:   prefetched decode 0xb0000000-0xb0ffffff
pci16: <ACPI PCI bus> on pcib14
pci16: domain=0, physical bus=16
found->	vendor=0x102b, dev=0x0522, revid=0x02
	domain=0, bus=16, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x1010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
	map[10]: type Prefetchable Memory, range 32, base 0xb0000000, size 24, enabled
pcib14: allocated prefetch range (0xb0000000-0xb0ffffff) for rid 10 of pci0:16:0:0
	map[14]: type Memory, range 32, base 0xb1800000, size 14, enabled
pcib14: allocated memory range (0xb1800000-0xb1803fff) for rid 14 of pci0:16:0:0
	map[18]: type Memory, range 32, base 0xb1000000, size 23, enabled
pcib14: allocated memory range (0xb1000000-0xb17fffff) for rid 18 of pci0:16:0:0
pcib14: matched entry for 16.0.INTA
pcib14: slot 0 INTA hardwired to IRQ 16
vgapci0: <VGA-compatible display> mem 0xb0000000-0xb0ffffff,0xb1800000-0xb1803fff,0xb1000000-0xb17fffff irq 16 at device 0.0 on pci16
pcib15: <ACPI PCI-PCI bridge> irq 17 at device 28.5 on pci0
pcib15:   domain            0
pcib15:   secondary bus     17
pcib15:   subordinate bus   17
pcib15:   no prefetched decode
pcib15: could not get PCI interrupt routing table for \\_SB_.PCI0.PEX5 - AE_NOT_FOUND
pci17: <ACPI PCI bus> on pcib15
pci17: domain=0, physical bus=17
uhci3: <Intel 82801JI (ICH10) USB controller USB-A> port 0x4060-0x407f irq 16 at device 29.0 on pci0
usbus4: <Intel 82801JI (ICH10) USB controller USB-A> on uhci3
usbus4: bpf attached
uhci3: usbpf: Attached
uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0x4040-0x405f irq 16 at device 29.1 on pci0
usbus5: <Intel 82801JI (ICH10) USB controller USB-B> on uhci4
usbus5: bpf attached
uhci4: usbpf: Attached
uhci5: <Intel 82801JI (ICH10) USB controller USB-C> port 0x4020-0x403f irq 16 at device 29.2 on pci0
usbus6: <Intel 82801JI (ICH10) USB controller USB-C> on uhci5
usbus6: bpf attached
uhci5: usbpf: Attached
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xb1e20000-0xb1e203ff irq 16 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> on ehci1
usbus7: bpf attached
ehci1: usbpf: Attached
pcib16: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib16:   domain            0
pcib16:   secondary bus     18
pcib16:   subordinate bus   18
pcib16:   no prefetched decode
pcib16:   Subtractively decoded bridge.
pcib16: could not get PCI interrupt routing table for \\_SB_.PCI0.IP2P - AE_NOT_FOUND
pci18: <ACPI PCI bus> on pcib16
pci18: domain=0, physical bus=18
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH10 SATA300 controller> port 0x4138-0x413f,0x414c-0x414f,0x4130-0x4137,0x4148-0x414b,0x4110-0x411f,0x4100-0x410f irq 18 at device 31.2 on pci0
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 70
ata2: <ATA channel> at channel 0 on atapci0
ata3: <ATA channel> at channel 1 on atapci0
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
atapci1: <Intel ICH10 SATA300 controller> port 0x4128-0x412f,0x4144-0x4147,0x4120-0x4127,0x4140-0x4143,0x40f0-0x40ff,0x40e0-0x40ef irq 21 at device 31.5 on pci0
ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 71
ata4: <ATA channel> at channel 0 on atapci1
ata5: <ATA channel> at channel 1 on atapci1
acpi_button0: <Sleep Button> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x71,0x74-0x77 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 72
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 73
Event timer "i8254" frequency 1193182 Hz quality 100
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 20 (PCI IRQ 20) to lapic 0 vector 74
Event timer "HPET" frequency 14318180 Hz quality 450
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
Event timer "HPET3" frequency 14318180 Hz quality 440
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 75
uart1: fast interrupt
ipmi0: <IPMI System Interface> port 0xca2,0xca3 on acpi0
ipmi0: KCS mode found at io 0xca2 on acpi
qpi0: <QPI system bus> on motherboard
pcib17: <QPI Host-PCI bridge> pcibus 255 on qpi0
pci255: <PCI bus> on pcib17
pci255: domain=0, physical bus=255
found->	vendor=0x8086, dev=0x2c70, revid=0x02
	domain=0, bus=255, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d81, revid=0x02
	domain=0, bus=255, slot=0, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d90, revid=0x02
	domain=0, bus=255, slot=2, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d91, revid=0x02
	domain=0, bus=255, slot=2, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d92, revid=0x02
	domain=0, bus=255, slot=2, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d93, revid=0x02
	domain=0, bus=255, slot=2, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d94, revid=0x02
	domain=0, bus=255, slot=2, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d95, revid=0x02
	domain=0, bus=255, slot=2, func=5
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d98, revid=0x02
	domain=0, bus=255, slot=3, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d99, revid=0x02
	domain=0, bus=255, slot=3, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d9a, revid=0x02
	domain=0, bus=255, slot=3, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d9c, revid=0x02
	domain=0, bus=255, slot=3, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da0, revid=0x02
	domain=0, bus=255, slot=4, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da1, revid=0x02
	domain=0, bus=255, slot=4, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da2, revid=0x02
	domain=0, bus=255, slot=4, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da3, revid=0x02
	domain=0, bus=255, slot=4, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da8, revid=0x02
	domain=0, bus=255, slot=5, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da9, revid=0x02
	domain=0, bus=255, slot=5, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2daa, revid=0x02
	domain=0, bus=255, slot=5, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2dab, revid=0x02
	domain=0, bus=255, slot=5, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db0, revid=0x02
	domain=0, bus=255, slot=6, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db1, revid=0x02
	domain=0, bus=255, slot=6, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db2, revid=0x02
	domain=0, bus=255, slot=6, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db3, revid=0x02
	domain=0, bus=255, slot=6, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib18: <QPI Host-PCI bridge> pcibus 254 on qpi0
pci254: <PCI bus> on pcib18
pci254: domain=0, physical bus=254
found->	vendor=0x8086, dev=0x2c70, revid=0x02
	domain=0, bus=254, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d81, revid=0x02
	domain=0, bus=254, slot=0, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d90, revid=0x02
	domain=0, bus=254, slot=2, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d91, revid=0x02
	domain=0, bus=254, slot=2, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d92, revid=0x02
	domain=0, bus=254, slot=2, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d93, revid=0x02
	domain=0, bus=254, slot=2, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d94, revid=0x02
	domain=0, bus=254, slot=2, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d95, revid=0x02
	domain=0, bus=254, slot=2, func=5
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d98, revid=0x02
	domain=0, bus=254, slot=3, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d99, revid=0x02
	domain=0, bus=254, slot=3, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d9a, revid=0x02
	domain=0, bus=254, slot=3, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2d9c, revid=0x02
	domain=0, bus=254, slot=3, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da0, revid=0x02
	domain=0, bus=254, slot=4, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da1, revid=0x02
	domain=0, bus=254, slot=4, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da2, revid=0x02
	domain=0, bus=254, slot=4, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da3, revid=0x02
	domain=0, bus=254, slot=4, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da8, revid=0x02
	domain=0, bus=254, slot=5, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2da9, revid=0x02
	domain=0, bus=254, slot=5, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2daa, revid=0x02
	domain=0, bus=254, slot=5, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2dab, revid=0x02
	domain=0, bus=254, slot=5, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db0, revid=0x02
	domain=0, bus=254, slot=6, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db1, revid=0x02
	domain=0, bus=254, slot=6, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db2, revid=0x02
	domain=0, bus=254, slot=6, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2db3, revid=0x02
	domain=0, bus=254, slot=6, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
acpi0: wakeup code va 0xffffff918c015000 pa 0x4000
ahc_isa_probe 0: ioport 0xc00 alloc failed
ahc_isa_probe 1: ioport 0x1c00 alloc failed
ahc_isa_probe 2: ioport 0x2c00 alloc failed
ahc_isa_probe 3: ioport 0x3c00 alloc failed
ahc_isa_probe 4: ioport 0x4c00 alloc failed
ahc_isa_probe 5: ioport 0x5c00 alloc failed
ahc_isa_probe 6: ioport 0x6c00 alloc failed
ahc_isa_probe 7: ioport 0x7c00 alloc failed
ahc_isa_probe 8: ioport 0x8c00 alloc failed
ahc_isa_probe 9: ioport 0x9c00 alloc failed
ahc_isa_probe 10: ioport 0xac00 alloc failed
ahc_isa_probe 11: ioport 0xbc00 alloc failed
ahc_isa_probe 12: ioport 0xcc00 alloc failed
ahc_isa_probe 13: ioport 0xdc00 alloc failed
ahc_isa_probe 14: ioport 0xec00 alloc failed
pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8000-0xc87ff) for rid 1 of orm0
pcib0: allocated type 3 (0xc8000-0xc8fff) for rid 1 of orm0
pcib0: allocated type 3 (0xc9000-0xc97ff) for rid 2 of orm0
pcib0: allocated type 3 (0xc9000-0xc9fff) for rid 2 of orm0
pcib0: allocated type 3 (0xca000-0xca7ff) for rid 3 of orm0
pcib0: allocated type 3 (0xca800-0xcafff) for rid 3 of orm0
pcib0: allocated type 3 (0xcb000-0xcb7ff) for rid 3 of orm0
pcib0: allocated type 3 (0xcb800-0xcbfff) for rid 3 of orm0
ex_isa_identify()
isa_probe_children: disabling PnP devices
ipmi1: <IPMI System Interface> on isa0
device_attach: ipmi1 attach returned 16
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart1 already exists; skipping it
isa_probe_children: probing non-PnP devices
ipmi1: <IPMI System Interface> on isa0
device_attach: ipmi1 attach returned 16
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xc9fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
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: AT keyboard controller not found
atkbdc0: <Keyboard controller (i8042)> failed to probe at port 0x60,0x64 on isa0
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: <Parallel port> failed to probe at irq 7 on isa0
pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 76
uart0: fast interrupt
isa_probe_children: probing PnP devices
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
est2: <Enhanced SpeedStep Frequency Control> on cpu2
p4tcc2: <CPU Frequency Thermal Control> on cpu2
est3: <Enhanced SpeedStep Frequency Control> on cpu3
p4tcc3: <CPU Frequency Thermal Control> on cpu3
est4: <Enhanced SpeedStep Frequency Control> on cpu4
p4tcc4: <CPU Frequency Thermal Control> on cpu4
est5: <Enhanced SpeedStep Frequency Control> on cpu5
p4tcc5: <CPU Frequency Thermal Control> on cpu5
est6: <Enhanced SpeedStep Frequency Control> on cpu6
p4tcc6: <CPU Frequency Thermal Control> on cpu6
est7: <Enhanced SpeedStep Frequency Control> on cpu7
p4tcc7: <CPU Frequency Thermal Control> on cpu7
est8: <Enhanced SpeedStep Frequency Control> on cpu8
p4tcc8: <CPU Frequency Thermal Control> on cpu8
est9: <Enhanced SpeedStep Frequency Control> on cpu9
p4tcc9: <CPU Frequency Thermal Control> on cpu9
est10: <Enhanced SpeedStep Frequency Control> on cpu10
p4tcc10: <CPU Frequency Thermal Control> on cpu10
est11: <Enhanced SpeedStep Frequency Control> on cpu11
p4tcc11: <CPU Frequency Thermal Control> on cpu11
est12: <Enhanced SpeedStep Frequency Control> on cpu12
p4tcc12: <CPU Frequency Thermal Control> on cpu12
est13: <Enhanced SpeedStep Frequency Control> on cpu13
p4tcc13: <CPU Frequency Thermal Control> on cpu13
est14: <Enhanced SpeedStep Frequency Control> on cpu14
p4tcc14: <CPU Frequency Thermal Control> on cpu14
est15: <Enhanced SpeedStep Frequency Control> on cpu15
p4tcc15: <CPU Frequency Thermal Control> on cpu15
est16: <Enhanced SpeedStep Frequency Control> on cpu16
p4tcc16: <CPU Frequency Thermal Control> on cpu16
est17: <Enhanced SpeedStep Frequency Control> on cpu17
p4tcc17: <CPU Frequency Thermal Control> on cpu17
est18: <Enhanced SpeedStep Frequency Control> on cpu18
p4tcc18: <CPU Frequency Thermal Control> on cpu18
est19: <Enhanced SpeedStep Frequency Control> on cpu19
p4tcc19: <CPU Frequency Thermal Control> on cpu19
est20: <Enhanced SpeedStep Frequency Control> on cpu20
p4tcc20: <CPU Frequency Thermal Control> on cpu20
est21: <Enhanced SpeedStep Frequency Control> on cpu21
p4tcc21: <CPU Frequency Thermal Control> on cpu21
est22: <Enhanced SpeedStep Frequency Control> on cpu22
p4tcc22: <CPU Frequency Thermal Control> on cpu22
est23: <Enhanced SpeedStep Frequency Control> on cpu23
p4tcc23: <CPU Frequency Thermal Control> on cpu23
Device configuration finished.
procfs registered
lapic: Divisor 2, Frequency 66508979 Hz
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
lo0: bpf attached
hptrr: no controller detected.
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
usbus6: 12Mbps Full Speed USB v1.0
usbus7: 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
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
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
ata2: SATA reset: ports status=0x00
ata2: p0: SATA connect timeout status=00000000
ata2: p1: SATA connect timeout status=00000000
ata3: SATA reset: ports status=0x00
ata3: p0: SATA connect timeout status=00000000
ata3: p1: SATA connect timeout status=00000000
uhub3: 6 ports with 6 removable, self powered
uhub7: 6 ports with 6 removable, self powered
ata4: SATA reset: ports status=0x00
ata4: p0: SATA connect timeout status=00000004
ata5: SATA reset: ports status=0x00
ata5: p0: SATA connect timeout status=00000000
(probe77:ctl2cam0:0:1:0): Error 6, Unretryable error
ipmi0: Timed out waiting for GET_DEVICE_ID
mpt0:vol0(mpt0:0:0): Settings ( Member-WCE Hot-Plug-Spares )
mpt0:vol0(mpt0:0:0): Using Spare Pool: 0
mpt0:vol0(mpt0:0:0): 2 Members:
      (mpt0:1:2:0): Primary Online
      (mpt0:1:3:0): Secondary Online
mpt0:vol0(mpt0:0:0): RAID-1 - Optimal
mpt0:vol0(mpt0:0:0): Status ( Enabled )
(mpt0:vol0:1): Physical (mpt0:0:3:0), Pass-thru (mpt0:1:0:0)
(mpt0:vol0:1): Online
(mpt0:vol0:0): Physical (mpt0:0:2:0), Pass-thru (mpt0:1:1:0)
(mpt0:vol0:0): Online
(probe67:mpt0:1:4:0): Error 6, Unretryable error
(probe68:mpt0:1:5:0): Error 6, Unretryable error
(probe69:mpt0:1:6:0): Error 6, Unretryable error
(probe70:mpt0:1:7:0): Error 6, Unretryable error
(probe71:mpt0:1:8:0): Error 6, Unretryable error
(probe72:mpt0:1:9:0): Error 6, Unretryable error
(probe65:mpt0:1:2:0): Error 6, Unretryable error
(probe66:mpt0:1:3:0): Error 6, Unretryable error
(probe73:mpt0:1:10:0): Error 6, Unretryable error
(probe74:mpt0:1:11:0): Error 6, Unretryable error
(probe75:mpt0:1:12:0): Error 6, Unretryable error
(probe76:mpt0:1:13:0): Error 6, Unretryable error
(probe63:mpt0:1:0:0): CAM status 0x19
(probe63:mpt0:1:0:0): Retrying command
(probe64:mpt0:1:1:0): CAM status 0x19
(probe64:mpt0:1:1:0): Retrying command
(probe63:mpt0:1:0:0): CAM status 0x19
(probe63:mpt0:1:0:0): Retrying command
(probe64:mpt0:1:1:0): CAM status 0x19
(probe64:mpt0:1:1:0): Retrying command
(probe63:mpt0:1:0:0): CAM status 0x19
(probe63:mpt0:1:0:0): Retrying command
(probe64:mpt0:1:1:0): CAM status 0x19
(probe64:mpt0:1:1:0): Retrying command
(probe0:mpt0:0:0:0): Down reving Protocol Version from 4 to 2?
(probe63:mpt0:1:0:0): CAM status 0x19
(probe63:mpt0:1:0:0): Retrying command
(probe64:mpt0:1:1:0): CAM status 0x19
(probe64:mpt0:1:1:0): Retrying command
(probe63:mpt0:1:0:0): Error 5, Retries exhausted
(probe64:mpt0:1:1:0): Error 5, Retries exhausted
(probe3:mpt0:1:2:0): Error 6, Unretryable error
(probe4:mpt0:1:3:0): Error 6, Unretryable error
(probe5:mpt0:1:4:0): Error 6, Unretryable error
(probe6:mpt0:1:5:0): Error 6, Unretryable error
(probe7:mpt0:1:6:0): Error 6, Unretryable error
(probe9:mpt0:1:7:0): Error 6, Unretryable error
(probe10:mpt0:1:8:0): Error 6, Unretryable error
(probe11:mpt0:1:9:0): Error 6, Unretryable error
(probe12:mpt0:1:10:0): Error 6, Unretryable error
(probe13:mpt0:1:11:0): Error 6, Unretryable error
(probe14:mpt0:1:12:0): Error 6, Unretryable error
(probe15:mpt0:1:13:0): Error 6, Unretryable error
(probe1:mpt0:1:0:0): CAM status 0x19
(probe1:mpt0:1:0:0): Retrying command
(probe2:mpt0:1:1:0): CAM status 0x19
(probe2:mpt0:1:1:0): Retrying command
(probe0:mpt0:0:0:0): tagged openings now 128
(probe1:mpt0:1:0:0): CAM status 0x19
(probe1:mpt0:1:0:0): Retrying command
(probe2:mpt0:1:1:0): CAM status 0x19
(probe2:mpt0:1:1:0): Retrying command
(probe0:mpt0:0:0:1): SCSI status error
(probe0:mpt0:0:0:1): INQUIRY. CDB: 12 20 0 0 24 0 
(probe0:mpt0:0:0:1): CAM status: SCSI Status Error
(probe0:mpt0:0:0:1): SCSI status: Check Condition
(probe0:mpt0:0:0:1): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:1): Error 22, Unretryable error
(probe1:mpt0:1:0:0): CAM status 0x19
(probe1:mpt0:1:0:0): Retrying command
(probe2:mpt0:1:1:0): CAM status 0x19
(probe2:mpt0:1:1:0): Retrying command
(probe0:mpt0:0:0:2): SCSI status error
(probe0:mpt0:0:0:2): INQUIRY. CDB: 12 40 0 0 24 0 
(probe0:mpt0:0:0:2): CAM status: SCSI Status Error
(probe0:mpt0:0:0:2): SCSI status: Check Condition
(probe0:mpt0:0:0:2): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:2): Error 22, Unretryable error
(probe1:mpt0:1:0:0): CAM status 0x19
(probe1:mpt0:1:0:0): Retrying command
(probe2:mpt0:1:1:0): CAM status 0x19
(probe2:mpt0:1:1:0): Retrying command
(probe0:mpt0:0:0:3): SCSI status error
(probe0:mpt0:0:0:3): INQUIRY. CDB: 12 60 0 0 24 0 
(probe0:mpt0:0:0:3): CAM status: SCSI Status Error
(probe0:mpt0:0:0:3): SCSI status: Check Condition
(probe0:mpt0:0:0:3): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:3): Error 22, Unretryable error
(probe1:mpt0:1:0:0): Error 5, Retries exhausted
(probe2:mpt0:1:1:0): Error 5, Retries exhausted
(probe0:mpt0:0:0:4): SCSI status error
(probe0:mpt0:0:0:4): INQUIRY. CDB: 12 80 0 0 24 0 
(probe0:mpt0:0:0:4): CAM status: SCSI Status Error
(probe0:mpt0:0:0:4): SCSI status: Check Condition
(probe0:mpt0:0:0:4): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:4): Error 22, Unretryable error
(probe0:mpt0:0:0:5): SCSI status error
(probe0:mpt0:0:0:5): INQUIRY. CDB: 12 a0 0 0 24 0 
(probe0:mpt0:0:0:5): CAM status: SCSI Status Error
(probe0:mpt0:0:0:5): SCSI status: Check Condition
(probe0:mpt0:0:0:5): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:5): Error 22, Unretryable error
AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
(probe0:mpt0:0:0:6): SCSI status error
(probe0:mpt0:0:0:6): INQUIRY. CDB: 12 c0 0 0 24 0 
(probe0:mpt0:0:0:6): CAM status: SCSI Status Error
(probe0:mpt0:0:0:6): SCSI status: Check Condition
(probe0:mpt0:0:0:6): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:6): Error 22, Unretryable error
(probe0:mpt0:0:0:7): SCSI status error
(probe0:mpt0:0:0:7): INQUIRY. CDB: 12 e0 0 0 24 0 
(probe0:mpt0:0:0:7): CAM status: SCSI Status Error
(probe0:mpt0:0:0:7): SCSI status: Check Condition
(probe0:mpt0:0:0:7): SCSI sense: ILLEGAL REQUEST asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(probe0:mpt0:0:0:7): Error 22, Unretryable error
ACPI Error: Method parse/execution failed (probe8:mpt0:0:8:0): SCSI status error
(probe8:mpt0:0:8:0): INQUIRY. CDB: 12 1 0 0 ff 0 
(probe8:mpt0:0:8:0): CAM status: SCSI Status Error
(probe8:mpt0:0:8:0): SCSI status: Check Condition
(probe8:mpt0:0:8:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field in CDB)
(probe8:mpt0:0:8:0): Error 22, Unretryable error
(probe8:mpt0:0:8:0): Down reving Protocol Version from 4 to 3?
[\\_SB_.PCI0.HEC2.HSCI] (Node 0xfffffe002c14e780)(probe0:mpt0:0:8:1): Unexpected Bus Free
(probe0:mpt0:0:8:1): Retrying command
, AE_NO_MEMORY (20120111/psparse-560)
(probe0:mpt0:0:8:1): Unexpected Bus Free
(probe0:mpt0:0:8:1): Retrying command
(probe0:mpt0:0:8:1): Unexpected Bus Free
(probe0:mpt0:0:8:1): Retrying command
ACPI Error: (probe0:mpt0:0:8:1): Unexpected Bus Free
(probe0:mpt0:0:8:1): Retrying command
Method parse/execution failed (probe0:mpt0:0:8:1): Unexpected Bus Free
(probe0:mpt0:0:8:1): Error 5, Retries exhausted
[\\_GPE._L06] (Node 0xfffffe002c161440)(probe0:mpt0:0:8:2): Unexpected Bus Free
(probe0:mpt0:0:8:2): Retrying command
, AE_NO_MEMORY (20120111/psparse-560)
(probe0:mpt0:0:8:2): Unexpected Bus Free
(probe0:mpt0:0:8:2): Retrying command
(probe0:mpt0:0:8:2): Unexpected Bus Free
(probe0:mpt0:0:8:2): Retrying command
ACPI Exception: AE_NO_MEMORY, (probe0:mpt0:0:8:2): Unexpected Bus Free
(probe0:mpt0:0:8:2): Retrying command
while evaluating GPE method [_L06] (20120111/evgpe-606)
(probe0:mpt0:0:8:2): Unexpected Bus Free
(probe0:mpt0:0:8:2): Error 5, Retries exhausted
AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
(probe0:mpt0:0:8:3): Unexpected Bus Free
(probe0:mpt0:0:8:3): Retrying command
(probe0:mpt0:0:8:3): Unexpected Bus Free
(probe0:mpt0:0:8:3): Retrying command
(probe0:mpt0:0:8:3): Unexpected Bus Free
(probe0:mpt0:0:8:3): Retrying command
(probe0:mpt0:0:8:3): Unexpected Bus Free
(probe0:mpt0:0:8:3): Retrying command
(probe0:mpt0:0:8:3): Unexpected Bus Free
(probe0:mpt0:0:8:3): Error 5, Retries exhausted
(probe0:mpt0:0:8:4): Unexpected Bus Free
(probe0:mpt0:0:8:4): Retrying command
(probe0:mpt0:0:8:4): Unexpected Bus Free
(probe0:mpt0:0:8:4): Retrying command
(probe0:mpt0:0:8:4): Unexpected Bus Free
(probe0:mpt0:0:8:4): Retrying command
(probe0:mpt0:0:8:4): Unexpected Bus Free
(probe0:mpt0:0:8:4): Retrying command
(probe0:mpt0:0:8:4): Unexpected Bus Free
(probe0:mpt0:0:8:4): Error 5, Retries exhausted
(probe0:mpt0:0:8:5): Unexpected Bus Free
(probe0:mpt0:0:8:5): Retrying command
(probe0:mpt0:0:8:5): Unexpected Bus Free
(probe0:mpt0:0:8:5): Retrying command
(probe0:mpt0:0:8:5): Unexpected Bus Free
(probe0:mpt0:0:8:5): Retrying command
(probe0:mpt0:0:8:5): Unexpected Bus Free
(probe0:mpt0:0:8:5): Retrying command
(probe0:mpt0:0:8:5): Unexpected Bus Free
(probe0:mpt0:0:8:5): Error 5, Retries exhausted
(probe0:mpt0:0:8:6): Unexpected Bus Free
(probe0:mpt0:0:8:6): Retrying command
(probe0:mpt0:0:8:6): Unexpected Bus Free
(probe0:mpt0:0:8:6): Retrying command
(probe0:mpt0:0:8:6): Unexpected Bus Free
(probe0:mpt0:0:8:6): Retrying command
(probe0:mpt0:0:8:6): Unexpected Bus Free
(probe0:mpt0:0:8:6): Retrying command
(probe0:mpt0:0:8:6): Unexpected Bus Free
(probe0:mpt0:0:8:6): Error 5, Retries exhausted
(probe0:mpt0:0:8:7): Unexpected Bus Free
(probe0:mpt0:0:8:7): Retrying command
(probe0:mpt0:0:8:7): Unexpected Bus Free
(probe0:mpt0:0:8:7): Retrying command
ugen1.2: <vendor 0x04d9> at usbus1
(probe0:mpt0:0:8:7): Unexpected Bus Free
(probe0:mpt0:0:8:7): Retrying command
(probe0:mpt0:0:8:7): Unexpected Bus Free
(probe0:mpt0:0:8:7): Retrying command
(probe0:mpt0:0:8:7): Unexpected Bus Free
(probe0:mpt0:0:8:7): Error 5, Retries exhausted
da0 at mpt0 bus 0 scbus0 target 0 lun 0
da0: <Intel Logical Volume 0001> Fixed Direct Access SCSI-2 device 
da0: 300.000MB/s transfers
da0: Command Queueing enabled
da0: 476428MB (975724592 512 byte sectors: 255H 63S/T 60736C)
GEOM: new disk da0
pass0 at mpt0 bus 0 scbus0 target 0 lun 0
pass0: <Intel Logical Volume 0001> Fixed Direct Access SCSI-2 device 
pass0: 300.000MB/s transfers
pass0: Command Queueing enabled
pass1 at mpt0 bus 0 scbus0 target 8 lun 0
pass1: <ESG-SHV. SCA HSBP M11.... 2.11> Fixed Enclosure Services SCSI-3 device 
pass1: 300.000MB/s transfers
ses0 at mpt0 bus 0 scbus0 target 8 lun 0
ses0: <ESG-SHV. SCA HSBP M11.... 2.11> Fixed Enclosure Services SCSI-3 device 
ses0: 300.000MB/s transfers
ses0: SCSI-3 SES Device
lapic1: Forcing LINT1 to edge trigger
lapic5: CMCI unmasked
lapic2: CMCI unmasked
lapic4: CMCI unmasked
lapic3: CMCI unmasked
lapic19: CMCI unmasked
lapic16: CMCI unmasked
lapic21: CMCI unmasked
lapic17: CMCI unmasked
lapic18: CMCI unmasked
lapic20: CMCI unmasked
lapic50: CMCI unmasked
lapic52: CMCI unmasked
lapic53: CMCI unmasked
lapic51: CMCI unmasked
lapic33: CMCI unmasked
lapic48: CMCI unmasked
lapic34: CMCI unmasked
lapic49: CMCI unmasked
lapic32: CMCI unmasked
lapic37: CMCI unmasked
lapic35: CMCI unmasked
lapic36: CMCI unmasked
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000100f2
lapic50: Forcing LINT1 to edge trigger
SMP: AP CPU #20 Launched!
cpu20 AP:
     ID: 0x32000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic20: Forcing LINT1 to edge trigger
SMP: AP CPU #10 Launched!
cpu10 AP:
     ID: 0x14000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic52: Forcing LINT1 to edge trigger
SMP: AP CPU #22 Launched!
cpu22 AP:
     ID: 0x34000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic18: Forcing LINT1 to edge trigger
SMP: AP CPU #8 Launched!
cpu8 AP:
     ID: 0x12000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic32: Forcing LINT1 to edge trigger
SMP: AP CPU #12 Launched!
cpu12 AP:
     ID: 0x20000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic17: Forcing LINT1 to edge trigger
SMP: AP CPU #7 Launched!
cpu7 AP:
     ID: 0x11000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic35: Forcing LINT1 to edge trigger
SMP: AP CPU #15 Launched!
cpu15 AP:
     ID: 0x23000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic16: Forcing LINT1 to edge trigger
SMP: AP CPU #6 Launched!
cpu6 AP:
     ID: 0x10000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic51: Forcing LINT1 to edge trigger
SMP: AP CPU #21 Launched!
cpu21 AP:
     ID: 0x33000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic19: Forcing LINT1 to edge trigger
SMP: AP CPU #9 Launched!
cpu9 AP:
     ID: 0x13000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic33: Forcing LINT1 to edge trigger
SMP: AP CPU #13 Launched!
cpu13 AP:
     ID: 0x21000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic21: Forcing LINT1 to edge trigger
SMP: AP CPU #11 Launched!
cpu11 AP:
     ID: 0x15000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic3: Forcing LINT1 to edge trigger
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic4: Forcing LINT1 to edge trigger
SMP: AP CPU #4 Launched!
cpu4 AP:
     ID: 0x04000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic5: Forcing LINT1 to edge trigger
SMP: AP CPU #5 Launched!
cpu5 AP:
     ID: 0x05000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic37: Forcing LINT1 to edge trigger
SMP: AP CPU #17 Launched!
cpu17 AP:
     ID: 0x25000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic2: Forcing LINT1 to edge trigger
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic34: Forcing LINT1 to edge trigger
SMP: AP CPU #14 Launched!
cpu14 AP:
     ID: 0x22000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic48: Forcing LINT1 to edge trigger
SMP: AP CPU #18 Launched!
cpu18 AP:
     ID: 0x30000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic49: Forcing LINT1 to edge trigger
SMP: AP CPU #19 Launched!
cpu19 AP:
     ID: 0x31000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic36: Forcing LINT1 to edge trigger
SMP: AP CPU #16 Launched!
cpu16 AP:
     ID: 0x24000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
lapic53: Forcing LINT1 to edge trigger
SMP: AP CPU #23 Launched!
cpu23 AP:
     ID: 0x35000000   VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00008400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
   cmci: 0x000000f2
msi: Assigning MSI-X IRQ 257 to local APIC 1 vector 48
msi: Assigning MSI-X IRQ 258 to local APIC 2 vector 48
msi: Assigning MSI-X IRQ 259 to local APIC 3 vector 48
msi: Assigning MSI-X IRQ 262 to local APIC 1 vector 49
msi: Assigning MSI-X IRQ 263 to local APIC 2 vector 49
msi: Assigning MSI-X IRQ 264 to local APIC 3 vector 49
msi: Assigning MSI-X IRQ 267 to local APIC 1 vector 50
msi: Assigning MSI-X IRQ 268 to local APIC 2 vector 50
msi: Assigning MSI-X IRQ 269 to local APIC 3 vector 50
msi: Assigning MSI-X IRQ 270 to local APIC 4 vector 48
msi: Assigning MSI-X IRQ 271 to local APIC 5 vector 48
msi: Assigning MSI-X IRQ 272 to local APIC 16 vector 48
msi: Assigning MSI-X IRQ 273 to local APIC 17 vector 48
SMP: failed TSC synchronization test
TSC timecounter discards lower 8 bit(s)
Timecounter "TSC-low" frequency 10911623 Hz quality -100
WARNING: WITNESS option enabled, expect reduced performance.
ukbd0: <vendor 0x04d9 USB Keyboard, class 0/0, rev 1.10/3.10, addr 2> on usbus1
kbd0 at ukbd0
kbd0: ukbd0, generic (0), config:0x0, flags:0x3d0000
Root mount waiting for: usbus7
uhid0: <vendor 0x04d9 USB Keyboard, class 0/0, rev 1.10/3.10, addr 2> on usbus1
ugen7.2: <vendor 0x05e3> at usbus7
umass0: <vendor 0x05e3 USB Storage, class 0/0, rev 2.00/0.41, addr 2> on usbus7
umass0:  SCSI over Bulk-Only; quirks = 0x0100
umass0:7:0:-1: Attached to scbus7
(probe0:umass-sim0:0:0:0): SCSI status error
(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 1 0 0 ff 0 
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field in CDB)
(probe0:umass-sim0:0:0:0): Command byte 1 is invalid
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
(probe0:umass-sim0:0:0:0): Down reving Protocol Version from 2 to 0?
ugen2.2: <American Megatrends Inc.> at usbus2
ukbd1: <Keyboard Interface> on usbus2
kbd2 at ukbd1
kbd2: ukbd1, generic (0), config:0x0, flags:0x3d0000
ums0: <Mouse Interface> on usbus2
(probe0:umass-sim0:0:0:0): SCSI status error
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed)
ums0: 3 buttons and [Z] coordinates ID=0
(probe0:umass-sim0:0:0:0): Error 6, Unretryable error
pass2 at umass-sim0 bus 0 scbus7 target 0 lun 0
pass2: <Optiarc DVD RW AD-7713H 1.00> Removable CD-ROM SCSI-0 device 
pass2: 40.000MB/s transfers
GEOM: new disk cd0
(cd0:umass-sim0:0:0:0): SCSI status error
(cd0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd0:umass-sim0:0:0:0): SCSI status: Check Condition
(cd0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed)
(cd0:umass-sim0:0:0:0): Error 6, Unretryable error
cd0 at umass-sim0 bus 0 scbus7 target 0 lun 0
cd0: <Optiarc DVD RW AD-7713H 1.00> Removable CD-ROM SCSI-0 device 
cd0: 40.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
(cd0:umass-sim0:0:0:0): SCSI status error
(cd0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd0:umass-sim0:0:0:0): SCSI status: Check Condition
(cd0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed)
(cd0:umass-sim0:0:0:0): Error 6, Unretryable error
(cd0:umass-sim0:0:0:0): SCSI status error
(cd0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd0:umass-sim0:0:0:0): SCSI status: Check Condition
(cd0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed)
(cd0:umass-sim0:0:0:0): Error 6, Unretryable error
(cd0:umass-sim0:0:0:0): SCSI status error
(cd0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd0:umass-sim0:0:0:0): SCSI status: Check Condition
(cd0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed)
(cd0:umass-sim0:0:0:0): Error 6, Unretryable error
ugen7.3: <vendor 0x0424> at usbus7
uhub8: <vendor 0x0424 product 0x2514, class 9/0, rev 2.00/0.00, addr 3> on usbus7
uhub8: 4 ports with 4 removable, self powered
Trying to mount root from ufs:/dev/gpt/root [rw,async]...
start_init: trying /sbin/init
Setting hostuuid: c3f3c2f4-1cdc-11e0-a7da-001e6708cc38.
Setting hostid: 0x7365f536.
No suitable dump device was found.
Entropy harvesting: interrupts ethernet point_to_point kickstart.
Starting file system checks:
/dev/gpt/root: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/gpt/root: clean, 166793 free (441 frags, 20794 blocks, 0.2% fragmentation)
/dev/gpt/var: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/gpt/var: clean, 1013197 free (37 frags, 126645 blocks, 0.0% fragmentation)
/dev/gpt/usr: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/gpt/usr: clean, 112373686 free (2134 frags, 14046444 blocks, 0.0% fragmentation)
Mounting local file systems:.
/etc/rc: WARNING: $hostname is not set -- see rc.conf(5).
Starting Network: lo0 igb0 igb1 ix0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=3<RXCSUM,TXCSUM>
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0xc 
	inet 127.0.0.1 netmask 0xff000000 
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
	ether 00:1e:67:08:cc:38
	inet 192.168.10.60 netmask 0xffffff00 broadcast 192.168.10.255 
	inet6 fe80::21e:67ff:fe08:cc38%igb0 prefixlen 64 scopeid 0x1 
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect (1000baseT <full-duplex>)
	status: active
igb1: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
	ether 00:1e:67:08:cc:39
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
	status: no carrier
ix0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
	ether 00:1b:21:62:a3:e2
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
	status: no carrier
Starting devd.
Starting Network: igb1.
igb1: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
	ether 00:1e:67:08:cc:39
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
	status: no carrier
Starting Network: ix0.
ix0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO>
	ether 00:1b:21:62:a3:e2
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
	media: Ethernet autoselect
	status: no carrier
Starting ums0 moused.
add net default: gateway 192.168.10.1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
add net fe80::: gateway ::1
add net ff02::: gateway ::1
Creating and/or trimming log files.
Starting syslogd.
/etc/rc: WARNING: Dump device does not exist.  Savecore not run.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
32-bit compatibility ldconfig path: /usr/lib32
Clearing /tmp (X related).
Updating motd:.
Configuring syscons: blanktime.
Starting sshd.
Starting cron.
Starting background file system checks in 60 seconds.

Thu Feb  9 17:19:05 UTC 2012
Feb  9 17:25:02  su: admin to root on /dev/pts/0


More information about the freebsd-scsi mailing list