Stable/9 from today mpssas_scsiio timeouts

Outback Dingo outbackdingo at gmail.com
Tue Jul 9 15:09:35 UTC 2013


On Tue, Jul 9, 2013 at 10:46 AM, Jeremy Chadwick <jdc at koitsu.org> wrote:

> On Tue, Jul 09, 2013 at 09:47:01AM -0400, Outback Dingo wrote:
> > On Tue, Jul 9, 2013 at 9:44 AM, Outback Dingo <outbackdingo at gmail.com
> >wrote:
> > > On Tue, Jul 9, 2013 at 8:39 AM, Jeremy Chadwick <jdc at koitsu.org>
> wrote:
> > >
> > >> On Tue, Jul 09, 2013 at 05:32:39AM -0400, Outback Dingo wrote:
> > >> > as of stable today im seeing alot of new mps time outs
> > >> >
> > >> > 9.1-STABLE FreeBSD 9.1-STABLE #0 r253035M: Mon Jul  8 16:34:28 UTC
> 2013
> > >> > root@:/usr/obj/nas/usr/src/sys/
> > >> >
> > >> > mps1 at pci0:130:0:0:      class=0x010700 card=0x30201000
> chip=0x00721000
> > >> > rev=0x03 hdr=0x00
> > >> >     vendor     = 'LSI Logic / Symbios Logic'
> > >> >     device     = 'SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]'
> > >> >     class      = mass storage
> > >> >     subclass   = SAS
> > >> >
> > >> >
> > >> > mps0: mpssas_scsiio_timeout checking sc 0xffffff8002145000 cm
> > >> > 0xffffff80021a6b78
> > >> > (probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36
> SMID
> > >> 983
> > >> > command timeout cm 0xffffff80021a6b78 ccb 0xfffffe002bb5f800
> > >> > mps0: mpssas_alloc_tm freezing simq
> > >> > mps0: timedout cm 0xffffff80021a6b78 allocated tm 0xffffff80021587b0
> > >> > (probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36
> SMID
> > >> 983
> > >> > completed timedout cm 0xffffff80021a6b78 ccb 0xfffffe002bb5f800
> during
> > >> > recovery ioc 8048 scsi 0 state c xfer 0
> > >> > (noperiph:mps0:0:40:0): SMID 6 abort TaskMID 983 status 0x4a code
> 0x0
> > >> count
> > >> > 1
> > >> > (noperiph:mps0:0:40:0): SMID 6 finished recovery after aborting
> TaskMID
> > >> 983
> > >> > mps0: mpssas_free_tm releasing simq
> > >> > (probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
> > >> > (probe40:mps0:0:40:0): CAM status: Command timeout
> > >> > (probe40:mps0:0:40:0): Retrying command
> > >> > mps1: mpssas_scsiio_timeout checking sc 0xffffff8002384000 cm
> > >> > 0xffffff80023e5b78
> > >> > (probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36
> SMID
> > >> 983
> > >> > command timeout cm 0xffffff80023e5b78 ccb 0xfffffe002be14800
> > >> > mps1: mpssas_alloc_tm freezing simq
> > >> > mps1: timedout cm 0xffffff80023e5b78 allocated tm 0xffffff80023977b0
> > >> > (probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36
> SMID
> > >> 983
> > >> > completed timedout cm 0xffffff80023e5b78 ccb 0xfffffe002be14800
> during
> > >> > recovery ioc 8048 scsi 0 state c xfer 0
> > >> > (noperiph:mps1:0:37:0): SMID 6 abort TaskMID 983 status 0x4a code
> 0x0
> > >> count
> > >> > 1
> > >> > (noperiph:mps1:0:37:0): SMID 6 finished recovery after aborting
> TaskMID
> > >> 983
> > >> > mps1: mpssas_free_tm releasing simq
> > >> > (probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
> > >> > (probe292:mps1:0:37:0): CAM status: Command timeout
> > >> > (probe292:mps1:0:37:0): Retrying command
> > >>
> > >> 1. What revision were you running before (i.e. what were you on prior
> to
> > >> the upgrade)?
> > >>
> > >
> > >
> > > Sorry I was on 252595 from July 3
>
> And does rolling back to r252595 resolve the problem for you?
>
> Because the only commit I see between r253035 and r252595 that might
> account for some kind of behavioural change, unless I missed one while
> skimming the commit history, is the following:
>
> r252730 -- http://www.freshbsd.org/commit/freebsd/r252730
>
> If at all possible, please try updating to r253037 or newer to see
> if that has some effect/improvement.  Why I mention that commit:
>
> r253037 -- http://www.freshbsd.org/commit/freebsd/r253037
>
> Because the only mps(4) changes done in recent days are:
>
> http://svnweb.freebsd.org/base/stable/9/sys/dev/mps/mps_sas.c?view=log
>
> r253037
> r251899
> r251874
>
> Else I'd say what you're experiencing is legitimate/unrelated to kernel
> changes.  I can only speculate.
>
> The messages to me indicate that some part of the kernel is submitting a
> SCSI INQUIRY request to the underlying device(s) which results in a CAM
> timeout, i.e. the disk attached to the controller did not respond
> promptly (while the controller seemed to be alive/well).
>
> If these disks (which we do not know the type of -- no dmesg provided,
> etc.) are SSDs then TRIM behaviour is possibly causing the drive to take
> too long to perform its TRIM cleanup, or, the drives themselves are
> doing some kind of garbage collection which is taking quite a long time.
>
> Steven et all may have a different (and almost certainly more accurate)
> analysis.
>
> It would really help if you could provide "dmesg" from the machine, as
> well as any details about your setup (if ZFS, "zpool status", etc.), in
> addition to (if SSDs) "sysctl -a | grep -i trim".  All this matters.
>
>
Its a dual node storage enclosure with dual LSI controllers per node,
without geom_multipath enabled, with 32 SEAGATE SAS 3TB drivesin a zpool,
and 2 STECs, not being used


Copyright (c) 1992-2013 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 9.1-STABLE #0 r253048M: Mon Jul  8 23:51:04 UTC 2013
    root@:/usr/obj/nas/usr/src/sys/NAS-amd64 amd64
gcc version 4.2.1 20070831 patched [FreeBSD]
CPU: Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz (2394.28-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x206d7  Family = 0x6  Model = 0x2d
 Stepping = 7

Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>

Features2=0x1fbee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant, performance statistics
real memory  = 137438953472 (131072 MB)
avail memory = 132612501504 (126469 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <INTEL  S2600JF>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 2 package(s) x 4 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  2
 cpu2 (AP): APIC ID:  4
 cpu3 (AP): APIC ID:  6
 cpu4 (AP): APIC ID: 32
 cpu5 (AP): APIC ID: 34
 cpu6 (AP): APIC ID: 36
 cpu7 (AP): APIC ID: 38
ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16
(20110527/tbfadt-638)
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
ioapic2 <Version 2.0> irqs 48-71 on motherboard
kbd1 at kbdmux0
ctl: CAM Target Layer loaded
cryptosoft0: <software crypto> on motherboard
acpi0: <INTEL S2600JF> on motherboard
acpi0: Power Button (fixed)
acpi0: reservation of 0, 9d000 (3) failed
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
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 550
atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
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
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> irq 47 at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 47 at device 2.0 on pci0
pci2: <ACPI PCI bus> on pcib2
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.5.13> port
0x4020-0x403f mem 0xd0f80000-0xd0ffffff,0xd1010000-0xd1013fff irq 32 at
device 0.0 on pci2
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.5.13> port
0x4020-0x403f mem 0xd0f80000-0xd0ffffff,0xd1010000-0xd1013fff irq 32 at
device 0.0 on pci2
ix0: Using MSIX interrupts with 7 vectors
ix0: Ethernet address: 90:e2:ba:44:57:e4
ix0: PCI Express Bus: Speed 5.0GT/s Width x8
ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.5.13> port
0x4000-0x401f mem 0xd0f00000-0xd0f7ffff,0xd1000000-0xd1003fff irq 36 at
device 0.1 on pci2
ix1: Using MSIX interrupts with 7 vectors
ix1: Ethernet address: 90:e2:ba:44:57:e5
ix1: PCI Express Bus: Speed 5.0GT/s Width x8
pcib3: <ACPI PCI-PCI bridge> irq 47 at device 2.2 on pci0
pci4: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0
pci5: <ACPI PCI bus> on pcib4
pcib5: <ACPI PCI-PCI bridge> irq 16 at device 3.2 on pci0
pci6: <ACPI PCI bus> on pcib5
mps0: <LSI SAS2008> port 0x3000-0x30ff mem
0xd0dc0000-0xd0dc3fff,0xd0d80000-0xd0dbffff irq 42 at device 0.0 on pci6
mps0: Firmware: 16.00.00.00, Driver: 14.00.00.01-fbsd
mps0: IOCCapabilities:
1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc>
pci0: <base peripheral> at device 4.0 (no driver attached)
pci0: <base peripheral> at device 4.1 (no driver attached)
pci0: <base peripheral> at device 4.2 (no driver attached)
pci0: <base peripheral> at device 4.3 (no driver attached)
pci0: <base peripheral> at device 4.4 (no driver attached)
pci0: <base peripheral> at device 4.5 (no driver attached)
pci0: <base peripheral> at device 4.6 (no driver attached)
pci0: <base peripheral> at device 4.7 (no driver attached)
pci0: <base peripheral> at device 5.0 (no driver attached)
pci0: <base peripheral> at device 5.2 (no driver attached)
pcib6: <ACPI PCI-PCI bridge> irq 16 at device 17.0 on pci0
pci7: <ACPI PCI bus> on pcib6
isci0: <Intel(R) C600 Series Chipset SAS Controller> port 0x2000-0x20ff mem
0xebc00000-0xebc03fff,0xeb800000-0xebbfffff irq 16 at device 0.0 on pci7
pci7: <serial bus, SMBus> at device 0.3 (no driver attached)
pci0: <simple comms> at device 22.0 (no driver attached)
pci0: <simple comms> at device 22.1 (no driver attached)
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xd1710000-0xd17103ff irq 22
at device 26.0 on pci0
usbus0: EHCI version 1.0
usbus0 on ehci0
pcib7: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci8: <ACPI PCI bus> on pcib7
igb0: <Intel(R) PRO/1000 Network Connection version - 2.3.10> port
0x1020-0x103f mem 0xd1520000-0xd153ffff,0xd1550000-0xd1553fff irq 16 at
device 0.0 on pci8
igb0: Using MSIX interrupts with 9 vectors
igb0: Ethernet address: 00:1e:67:3c:c2:4d
igb0: Bound queue 0 to cpu 0
igb0: Bound queue 1 to cpu 1
igb0: Bound queue 2 to cpu 2
igb0: Bound queue 3 to cpu 3
igb0: Bound queue 4 to cpu 4
igb0: Bound queue 5 to cpu 5
igb0: Bound queue 6 to cpu 6
igb0: Bound queue 7 to cpu 7
igb1: <Intel(R) PRO/1000 Network Connection version - 2.3.10> port
0x1000-0x101f mem 0xd1500000-0xd151ffff,0xd1540000-0xd1543fff irq 17 at
device 0.1 on pci8
igb1: Using MSIX interrupts with 9 vectors
igb1: Ethernet address: 00:1e:67:3c:c2:4e
igb1: Bound queue 0 to cpu 0
igb1: Bound queue 1 to cpu 1
igb1: Bound queue 2 to cpu 2
igb1: Bound queue 3 to cpu 3
igb1: Bound queue 4 to cpu 4
igb1: Bound queue 5 to cpu 5
igb1: Bound queue 6 to cpu 6
igb1: Bound queue 7 to cpu 7
pcib8: <ACPI PCI-PCI bridge> irq 19 at device 28.7 on pci0
pci10: <ACPI PCI bus> on pcib8
vgapci0: <VGA-compatible display> mem
0xea000000-0xeaffffff,0xd0810000-0xd0813fff,0xd0000000-0xd07fffff irq 19 at
device 0.0 on pci10
ehci1: <EHCI (generic) USB 2.0 controller> mem 0xd1700000-0xd17003ff irq 20
at device 29.0 on pci0
usbus1: EHCI version 1.0
usbus1 on ehci1
pcib9: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci11: <ACPI PCI bus> on pcib9
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel Patsburg SATA300 controller> port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x5090-0x509f,0x5080-0x508f irq 21 at
device 31.2 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ata1: <ATA channel> at channel 1 on atapci0
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
atapci1: <Intel Patsburg SATA300 controller> port
0x5070-0x5077,0x5060-0x5063,0x5050-0x5057,0x5040-0x5043,0x5030-0x503f,0x5020-0x502f
irq 22 at device 31.5 on pci0
ata2: <ATA channel> at channel 0 on atapci1
ata3: <ATA channel> at channel 1 on atapci1
pcib10: <ACPI Host-PCI bridge> on acpi0
pci128: <ACPI PCI bus> on pcib10
pcib11: <ACPI PCI-PCI bridge> irq 71 at device 3.0 on pci128
pci129: <ACPI PCI bus> on pcib11
pcib12: <ACPI PCI-PCI bridge> irq 71 at device 3.2 on pci128
pci130: <ACPI PCI bus> on pcib12
mps1: <LSI SAS2008> port 0xc000-0xc0ff mem
0xec4c0000-0xec4c3fff,0xec480000-0xec4bffff irq 66 at device 0.0 on pci130
mps1: Firmware: 16.00.00.00, Driver: 14.00.00.01-fbsd
mps1: IOCCapabilities:
1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc>
pci128: <base peripheral> at device 4.0 (no driver attached)
pci128: <base peripheral> at device 4.1 (no driver attached)
pci128: <base peripheral> at device 4.2 (no driver attached)
pci128: <base peripheral> at device 4.3 (no driver attached)
pci128: <base peripheral> at device 4.4 (no driver attached)
pci128: <base peripheral> at device 4.5 (no driver attached)
pci128: <base peripheral> at device 4.6 (no driver attached)
pci128: <base peripheral> at device 4.7 (no driver attached)
pci128: <base peripheral> at device 5.0 (no driver attached)
pci128: <base peripheral> at device 5.2 (no driver attached)
pcib13: <ACPI Host-PCI bridge> on acpi0
pci127: <ACPI PCI bus> on pcib13
pci127: <base peripheral> at device 8.0 (no driver attached)
pci127: <base peripheral> at device 9.0 (no driver attached)
pci127: <base peripheral> at device 10.0 (no driver attached)
pci127: <base peripheral> at device 10.1 (no driver attached)
pci127: <base peripheral> at device 10.2 (no driver attached)
pci127: <base peripheral> at device 10.3 (no driver attached)
pci127: <base peripheral> at device 11.0 (no driver attached)
pci127: <base peripheral> at device 11.3 (no driver attached)
pci127: <base peripheral> at device 12.0 (no driver attached)
pci127: <base peripheral> at device 12.1 (no driver attached)
pci127: <base peripheral> at device 12.6 (no driver attached)
pci127: <base peripheral> at device 12.7 (no driver attached)
pci127: <base peripheral> at device 13.0 (no driver attached)
pci127: <base peripheral> at device 13.1 (no driver attached)
pci127: <base peripheral> at device 13.6 (no driver attached)
pci127: <base peripheral> at device 14.0 (no driver attached)
pci127: <dasp> at device 14.1 (no driver attached)
pci127: <base peripheral> at device 15.0 (no driver attached)
pci127: <base peripheral> at device 15.1 (no driver attached)
pci127: <base peripheral> at device 15.2 (no driver attached)
pci127: <base peripheral> at device 15.3 (no driver attached)
pci127: <base peripheral> at device 15.4 (no driver attached)
pci127: <base peripheral> at device 15.5 (no driver attached)
pci127: <base peripheral> at device 15.6 (no driver attached)
pci127: <base peripheral> at device 16.0 (no driver attached)
pci127: <base peripheral> at device 16.1 (no driver attached)
pci127: <base peripheral> at device 16.2 (no driver attached)
pci127: <base peripheral> at device 16.3 (no driver attached)
pci127: <base peripheral> at device 16.4 (no driver attached)
pci127: <base peripheral> at device 16.5 (no driver attached)
pci127: <base peripheral> at device 16.6 (no driver attached)
pci127: <base peripheral> at device 16.7 (no driver attached)
pci127: <base peripheral> at device 17.0 (no driver attached)
pci127: <base peripheral> at device 19.0 (no driver attached)
pci127: <dasp> at device 19.1 (no driver attached)
pci127: <dasp> at device 19.4 (no driver attached)
pci127: <dasp> at device 19.5 (no driver attached)
pci127: <base peripheral> at device 19.6 (no driver attached)
pcib14: <ACPI Host-PCI bridge> on acpi0
pci255: <ACPI PCI bus> on pcib14
pci255: <base peripheral> at device 8.0 (no driver attached)
pci255: <base peripheral> at device 9.0 (no driver attached)
pci255: <base peripheral> at device 10.0 (no driver attached)
pci255: <base peripheral> at device 10.1 (no driver attached)
pci255: <base peripheral> at device 10.2 (no driver attached)
pci255: <base peripheral> at device 10.3 (no driver attached)
pci255: <base peripheral> at device 11.0 (no driver attached)
pci255: <base peripheral> at device 11.3 (no driver attached)
pci255: <base peripheral> at device 12.0 (no driver attached)
pci255: <base peripheral> at device 12.1 (no driver attached)
pci255: <base peripheral> at device 12.6 (no driver attached)
pci255: <base peripheral> at device 12.7 (no driver attached)
pci255: <base peripheral> at device 13.0 (no driver attached)
pci255: <base peripheral> at device 13.1 (no driver attached)
pci255: <base peripheral> at device 13.6 (no driver attached)
pci255: <base peripheral> at device 14.0 (no driver attached)
pci255: <dasp> at device 14.1 (no driver attached)
pci255: <base peripheral> at device 15.0 (no driver attached)
pci255: <base peripheral> at device 15.1 (no driver attached)
pci255: <base peripheral> at device 15.2 (no driver attached)
pci255: <base peripheral> at device 15.3 (no driver attached)
pci255: <base peripheral> at device 15.4 (no driver attached)
pci255: <base peripheral> at device 15.5 (no driver attached)
pci255: <base peripheral> at device 15.6 (no driver attached)
pci255: <base peripheral> at device 16.0 (no driver attached)
pci255: <base peripheral> at device 16.1 (no driver attached)
pci255: <base peripheral> at device 16.2 (no driver attached)
pci255: <base peripheral> at device 16.3 (no driver attached)
pci255: <base peripheral> at device 16.4 (no driver attached)
pci255: <base peripheral> at device 16.5 (no driver attached)
pci255: <base peripheral> at device 16.6 (no driver attached)
pci255: <base peripheral> at device 16.7 (no driver attached)
pci255: <base peripheral> at device 17.0 (no driver attached)
pci255: <base peripheral> at device 19.0 (no driver attached)
pci255: <dasp> at device 19.1 (no driver attached)
pci255: <dasp> at device 19.4 (no driver attached)
pci255: <dasp> at device 19.5 (no driver attached)
pci255: <base peripheral> at device 19.6 (no driver attached)
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
orm0: <ISA Option ROMs> at iomem
0xc0000-0xc7fff,0xd9000-0xd9fff,0xda000-0xdafff,0xdb000-0xdbfff,0xdc000-0xdcfff
on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ppc0: cannot reserve I/O port range
coretemp0: <CPU On-Die Thermal Sensors> on cpu0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
coretemp1: <CPU On-Die Thermal Sensors> on cpu1
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
coretemp2: <CPU On-Die Thermal Sensors> on cpu2
est2: <Enhanced SpeedStep Frequency Control> on cpu2
p4tcc2: <CPU Frequency Thermal Control> on cpu2
coretemp3: <CPU On-Die Thermal Sensors> on cpu3
est3: <Enhanced SpeedStep Frequency Control> on cpu3
p4tcc3: <CPU Frequency Thermal Control> on cpu3
coretemp4: <CPU On-Die Thermal Sensors> on cpu4
est4: <Enhanced SpeedStep Frequency Control> on cpu4
p4tcc4: <CPU Frequency Thermal Control> on cpu4
coretemp5: <CPU On-Die Thermal Sensors> on cpu5
est5: <Enhanced SpeedStep Frequency Control> on cpu5
p4tcc5: <CPU Frequency Thermal Control> on cpu5
coretemp6: <CPU On-Die Thermal Sensors> on cpu6
est6: <Enhanced SpeedStep Frequency Control> on cpu6
p4tcc6: <CPU Frequency Thermal Control> on cpu6
coretemp7: <CPU On-Die Thermal Sensors> on cpu7
est7: <Enhanced SpeedStep Frequency Control> on cpu7
p4tcc7: <CPU Frequency Thermal Control> on cpu7
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to
accept, logging disabled
iSCSI boot driver version 0.2.6
usbus0: 480Mbps High Speed USB v2.0
usbus1: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
ugen0.2: <vendor 0x8087> at usbus0
uhub2: <vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2> on
usbus0
ugen1.2: <vendor 0x8087> at usbus1
uhub3: <vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2> on
usbus1
uhub2: 6 ports with 6 removable, self powered
uhub3: 8 ports with 8 removable, self powered
ugen1.3: <American Megatrends Inc.> at usbus1
ukbd0: <Keyboard Interface> on usbus1
kbd0 at ukbd0
ums0: <Mouse Interface> on usbus1
ums0: 3 buttons and [Z] coordinates ID=0
ugen1.4: <DELL> at usbus1
ukbd1: <DELL DELL USB Keyboard, class 0/0, rev 1.10/1.05, addr 4> on usbus1
kbd2 at ukbd1
run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff80020e0448
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 353
command timeout cm 0xffffff80020e0448 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80020e0448 allocated tm 0xffffff80020c4148
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 353
completed timedout cm 0xffffff80020e0448 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 1 abort TaskMID 353 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 1 finished recovery after aborting TaskMID 353
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff800232f070
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 350
command timeout cm 0xffffff800232f070 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff800232f070 allocated tm 0xffffff8002313148
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 350
completed timedout cm 0xffffff800232f070 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 1 abort TaskMID 350 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 1 finished recovery after aborting TaskMID 350
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
run_interrupt_driven_hooks: still waiting after 120 seconds for xpt_config
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff8002112510
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 978
command timeout cm 0xffffff8002112510 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff8002112510 allocated tm 0xffffff80020c4290
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 978
completed timedout cm 0xffffff8002112510 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 2 abort TaskMID 978 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 2 finished recovery after aborting TaskMID 978
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff8002361510
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 978
command timeout cm 0xffffff8002361510 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff8002361510 allocated tm 0xffffff8002313290
run_interrupt_driven_hooks: still waiting after 180 seconds for xpt_config
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 978
completed timedout cm 0xffffff8002361510 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 2 abort TaskMID 978 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 2 finished recovery after aborting TaskMID 978
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff8002112658
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 979
command timeout cm 0xffffff8002112658 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff8002112658 allocated tm 0xffffff80020c43d8
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 979
completed timedout cm 0xffffff8002112658 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 3 abort TaskMID 979 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 3 finished recovery after aborting TaskMID 979
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
run_interrupt_driven_hooks: still waiting after 240 seconds for xpt_config
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff8002361658
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 979
command timeout cm 0xffffff8002361658 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff8002361658 allocated tm 0xffffff80023133d8
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 979
completed timedout cm 0xffffff8002361658 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 3 abort TaskMID 979 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 3 finished recovery after aborting TaskMID 979
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff80021127a0
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 980
command timeout cm 0xffffff80021127a0 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80021127a0 allocated tm 0xffffff80020c4520
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 980
completed timedout cm 0xffffff80021127a0 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 4 abort TaskMID 980 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 4 finished recovery after aborting TaskMID 980
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff80023617a0

(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 980
command timeout cm 0xffffff80023617a0 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff80023617a0 allocated tm 0xffffff8002313520
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 980
completed timedout cm 0xffffff80023617a0 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 4 abort TaskMID 980 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 4 finished recovery after aborting TaskMID 980
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff80021128e8
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 981
command timeout cm 0xffffff80021128e8 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80021128e8 allocated tm 0xffffff80020c4668
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 981
completed timedout cm 0xffffff80021128e8 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 5 abort TaskMID 981 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 5 finished recovery after aborting TaskMID 981
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Error 5, Retries exhausted
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff80023618e8
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 981
command timeout cm 0xffffff80023618e8 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff80023618e8 allocated tm 0xffffff8002313668
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 981
completed timedout cm 0xffffff80023618e8 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 5 abort TaskMID 981 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 5 finished recovery after aborting TaskMID 981
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Error 5, Retries exhausted
ses0 at mps0 bus 0 scbus0 target 8 lun 0
ses0: <SGI CORP STORBRICK-3 1400> Fixed Enclosure Services SCSI-5 device
ses0: 600.000MB/s transfers
ses0: Command Queueing enabled
ses0: SCSI-3 ENC Device
ses1 at mps0 bus 0 scbus0 target 9 lun 0
ses1: <SGI CORP STORBRICK-2 1400> Fixed Enclosure Services SCSI-5 device
ses1: 600.000MB/s transfers
ses1: Command Queueing enabled
ses1: SCSI-3 ENC Device
ses2 at mps0 bus 0 scbus0 target 10 lun 0
ses2: <SGI CORP STORBRICK-1 1400> Fixed Enclosure Services SCSI-5 device
ses2: 600.000MB/s transfers
ses2: Command Queueing enabled
ses2: SCSI-3 ENC Device
ses3 at mps0 bus 0 scbus0 target 11 lun 0
ses3: <SGI CORP STORBRICK-0 1400> Fixed Enclosure Services SCSI-5 device
ses3: 600.000MB/s transfers
ses3: Command Queueing enabled
ses3: SCSI-3 ENC Device
ses4 at mps0 bus 0 scbus0 target 12 lun 0
ses4: <SGI CORP STORBRICK-7 1400> Fixed Enclosure Services SCSI-5 device
ses4: 600.000MB/s transfers
ses4: Command Queueing enabled
ses4: SCSI-3 ENC Device
ses5 at mps0 bus 0 scbus0 target 13 lun 0
ses5: <SGI CORP STORBRICK-6 1400> Fixed Enclosure Services SCSI-5 device
ses5: 600.000MB/s transfers
ses5: Command Queueing enabled
ses5: SCSI-3 ENC Device
ses6 at mps0 bus 0 scbus0 target 14 lun 0
ses6: <SGI CORP STORBRICK-5 1400> Fixed Enclosure Services SCSI-5 device
ses6: 600.000MB/s transfers
ses6: Command Queueing enabled
ses6: SCSI-3 ENC Device
ses7 at mps0 bus 0 scbus0 target 15 lun 0
ses7: <SGI CORP STORBRICK-4 1400> Fixed Enclosure Services SCSI-5 device
ses7: 600.000MB/s transfers
ses7: Command Queueing enabled
ses7: SCSI-3 ENC Device
ses8 at mps1 bus 0 scbus6 target 8 lun 0
ses8: <SGI CORP STORBRICK-7 1400> Fixed Enclosure Services SCSI-5 device
ses8: 600.000MB/s transfers
ses8: Command Queueing enabled
ses8: SCSI-3 ENC Device
ses9 at mps1 bus 0 scbus6 target 9 lun 0
ses9: <SGI CORP STORBRICK-6 1400> Fixed Enclosure Services SCSI-5 device
ses9: 600.000MB/s transfers
ses9: Command Queueing enabled
ses9: SCSI-3 ENC Device
ses10 at mps1 bus 0 scbus6 target 10 lun 0
ses10: <SGI CORP STORBRICK-5 1400> Fixed Enclosure Services SCSI-5 device
ses10: 600.000MB/s transfers
ses10: Command Queueing enabled
ses10: SCSI-3 ENC Device
ses11 at mps1 bus 0 scbus6 target 11 lun 0
ses11: <SGI CORP STORBRICK-4 1400> Fixed Enclosure Services SCSI-5 device
ses11: 600.000MB/s transfers
ses11: Command Queueing enabled
ses11: SCSI-3 ENC Device
ses12 at mps1 bus 0 scbus6 target 12 lun 0
ses12: <SGI CORP STORBRICK-3 1400> Fixed Enclosure Services SCSI-5 device
ses12: 600.000MB/s transfers
ses12: Command Queueing enabled
ses12: SCSI-3 ENC Device
ses13 at mps1 bus 0 scbus6 target 13 lun 0
ses13: <SGI CORP STORBRICK-2 1400> Fixed Enclosure Services SCSI-5 device
ses13: 600.000MB/s transfers
ses13: Command Queueing enabled
ses13: SCSI-3 ENC Device
ses14 at mps1 bus 0 scbus6 target 14 lun 0
ses14: <SGI CORP STORBRICK-1 1400> Fixed Enclosure Services SCSI-5 device
ses14: 600.000MB/s transfers
ses14: Command Queueing enabled
ses14: SCSI-3 ENC Device
ses15 at mps1 bus 0 scbus6 target 15 lun 0
ses15: <SGI CORP STORBRICK-0 1400> Fixed Enclosure Services SCSI-5 device
ses15: 600.000MB/s transfers
ses15: Command Queueing enabled
ses15: SCSI-3 ENC Device
da0 at mps0 bus 0 scbus0 target 16 lun 0
da0: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da0: 600.000MB/s transfers
da0: Command Queueing enabled
da0: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da2 at mps0 bus 0 scbus0 target 18 lun 0
da2: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da2: 600.000MB/s transfers
da2: Command Queueing enabled
da2: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da1 at mps0 bus 0 scbus0 target 17 lun 0
da1: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da1: 600.000MB/s transfers
da1: Command Queueing enabled
da1: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da4 at mps0 bus 0 scbus0 target 20 lun 0
da4: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da4: 600.000MB/s transfers
da4: Command Queueing enabled
da4: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da3 at mps0 bus 0 scbus0 target 19 lun 0
da3: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da3: 600.000MB/s transfers
da3: Command Queueing enabled
da3: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
ses7: pass33: Element descriptor: 'ArrayDevice00'
ses7: pass33: SAS Device Slot Element: 1 Phys at Slot 0
ses7:  phy 0: SAS device type 1 id 0
ses7:  phy 0: protocols: Initiator( None ) Target( SSP )
ses7:  phy 0: parent 5000ed572eeae5bf addr 5000c50055914a3d
ses7: pass22: Element descriptor: 'ArrayDevice01'
ses7: pass22: SAS Device Slot Element: 1 Phys at Slot 1
ses7:  phy 0: SAS device type 1 id 0
ses7:  phy 0: protocols: Initiator( None ) Target( SSP )
ses7:  phy 0: parent 5000ed572eeae5bf addr 5000c5005596d2e1
ses7: pass34: Element descriptor: 'ArrayDevice02'
ses7: pass34: SAS Device Slot Element: 1 Phys at Slot 2
ses7:  phy 0: SAS device type 1 id 0
ses7:  phy 0: protocols: Initiator( None ) Target( SSP )
ses7:  phy 0: parent 5000ed572eeae5bf addr 5000c5005591435d
ses7: pass23: Element descriptor: 'ArrayDevice03'
ses7: pass23: SAS Device Slot Element: 1 Phys at Slot 3
ses7:  phy 0: SAS device type 1 id 0
ses7:  phy 0: protocols: Initiator( None ) Target( SSP )
ses7:  phy 0: parent 5000ed572eeae5bf addr 5000c50055970dcd
ses6: pass35: Element descriptor: 'ArrayDevice00'
ses6: pass35: SAS Device Slot Element: 1 Phys at Slot 0
ses6:  phy 0: SAS device type 1 id 0
ses6:  phy 0: protocols: Initiator( None ) Target( SSP )
ses6:  phy 0: parent 5000ed572eea93bf addr 5000c50041ea2bf5
ses6: pass20: Element descriptor: 'ArrayDevice01'
ses6: pass20: SAS Device Slot Element: 1 Phys at Slot 1
ses6:  phy 0: SAS device type 1 id 0
ses6:  phy 0: protocols: Initiator( None ) Target( SSP )
ses6:  phy 0: parent 5000ed572eea93bf addr 5000c50041e935bd
ses6: pass36: Element descriptor: 'ArrayDevice02'
ses6: pass36: SAS Device Slot Element: 1 Phys at Slot 2
ses6:  phy 0: SAS device type 1 id 0
ses6:  phy 0: protocols: Initiator( None ) Target( SSP )
ses6:  phy 0: parent 5000ed572eea93bf addr 5000c50041e91de5
ses6: pass21: Element descriptor: 'ArrayDevice03'
ses6: pass21: SAS Device Slot Element: 1 Phys at Slot 3
ses6:  phy 0: SAS device type 1 id 0
ses6:  phy 0: protocols: Initiator( None ) Target( SSP )
ses6:  phy 0: parent 5000ed572eea93bf addr 5000c50055970425
ses0: pass24: Element descriptor: 'ArrayDevice00'
ses0: pass24: SAS Device Slot Element: 1 Phys at Slot 0
ses0:  phy 0: SAS device type 1 id 0
ses0:  phy 0: protocols: Initiator( None ) Target( SSP )
ses0:  phy 0: parent 5000ed572a84eebf addr 5000c50055970b81
ses0: pass8,da0: Element descriptor: 'ArrayDevice01'
ses0: pass8,da0: SAS Device Slot Element: 1 Phys at Slot 1
ses0:  phy 0: SAS device type 1 id 0
ses0:  phy 0: protocols: Initiator( None ) Target( SSP )
ses0:  phy 0: parent 5000ed572a84eebf addr 5000c50055913a19
ses0: pass26: Element descriptor: 'ArrayDevice02'
ses0: pass26: SAS Device Slot Element: 1 Phys at Slot 2
ses0:  phy 0: SAS device type 1 id 0
ses0:  phy 0: protocols: Initiator( None ) Target( SSP )
ses0:  phy 0: parent 5000ed572a84eebf addr 5000c50055954155
ses0:  phy 0: parent 5000ed572a84eebf addr 5000c50055954155
ses0: pass9,da1: Element descriptor: 'ArrayDevice03'
ses0: pass9,da1: SAS Device Slot Element: 1 Phys at Slot 3
ses0:  phy 0: SAS device type 1 id 0
ses0:  phy 0: protocols: Initiator( None ) Target( SSP )
ses0:  phy 0: parent 5000ed572a84eebf addr 5000c5005596f7f1
ses0: pass25: Element descriptor: 'ArrayDevice04'
ses0: pass25: SAS Device Slot Element: 1 Phys at Slot 4
ses0:  phy 0: SAS device type 1 id 0
ses0:  phy 0: protocols: Initiator( None ) Target( SSP )
ses0:  phy 0: parent 5000ed572a84eebf addr 5000a72a3006fe49
ses1: pass27: Element descriptor: 'ArrayDevice00'
ses1: pass27: SAS Device Slot Element: 1 Phys at Slot 0
ses1:  phy 0: SAS device type 1 id 0
ses1:  phy 0: protocols: Initiator( None ) Target( SSP )
ses1:  phy 0: parent 5000ed572a857abf addr 5000c50055915121
ses1: pass10,da2: Element descriptor: 'ArrayDevice01'
ses1: pass10,da2: SAS Device Slot Element: 1 Phys at Slot 1
ses1:  phy 0: SAS device type 1 id 0
ses1:  phy 0: protocols: Initiator( None ) Target( SSP )
ses1:  phy 0: parent 5000ed572a857abf addr 5000c50041ea0879
ses1: pass28: Element descriptor: 'ArrayDevice02'
ses1: pass28: SAS Device Slot Element: 1 Phys at Slot 2
ses1:  phy 0: SAS device type 1 id 0
ses1:  phy 0: protocols: Initiator( None ) Target( SSP )
ses1:  phy 0: parent 5000ed572a857abf addr 5000c50041e9530d
ses1: pass11,da3: Element descriptor: 'ArrayDevice03'
ses1: pass11,da3: SAS Device Slot Element: 1 Phys at Slot 3
ses1:  phy 0: SAS device type 1 id 0
ses1:  phy 0: protocols: Initiator( None ) Target( SSP )
ses1:  phy 0: parent 5000ed572a857abf addr 5000c50055913b95
ses4: pass39: Element descriptor: 'ArrayDevice00'
ses4: pass39: SAS Device Slot Element: 1 Phys at Slot 0
ses4:  phy 0: SAS device type 1 id 0
ses4:  phy 0: protocols: Initiator( None ) Target( SSP )
ses4:  phy 0: parent 5000ed572a84f7bf addr 5000c5005594fe65
ses4: pass16: Element descriptor: 'ArrayDevice01'
ses4: pass16: SAS Device Slot Element: 1 Phys at Slot 1
ses4:  phy 0: SAS device type 1 id 0
ses4:  phy 0: protocols: Initiator( None ) Target( SSP )
ses4:  phy 0: parent 5000ed572a84f7bf addr 5000c50041e9ef5d
ses4: pass40: Element descriptor: 'ArrayDevice02'
ses4: pass40: SAS Device Slot Element: 1 Phys at Slot 2
ses4:  phy 0: SAS device type 1 id 0
ses4:  phy 0: protocols: Initiator( None ) Target( SSP )
ses4:  phy 0: parent 5000ed572a84f7bf addr 5000c50041ea0161
ses4: pass17: Element descriptor: 'ArrayDevice03'
ses4: pass17: SAS Device Slot Element: 1 Phys at Slot 3
ses4:  phy 0: SAS device type 1 id 0
ses4:  phy 0: protocols: Initiator( None ) Target( SSP )
ses4:  phy 0: parent 5000ed572a84f7bf addr 5000c500559141c9
ses2: pass29: Element descriptor: 'ArrayDevice00'
ses2: pass29: SAS Device Slot Element: 1 Phys at Slot 0
ses2:  phy 0: SAS device type 1 id 0
ses2:  phy 0: protocols: Initiator( None ) Target( SSP )
ses2:  phy 0: parent 5000ed572a855cbf addr 5000c50041e9ab6d
ses2: pass12,da4: Element descriptor: 'ArrayDevice01'
ses2: pass12,da4: SAS Device Slot Element: 1 Phys at Slot 1
ses2:  phy 0: SAS device type 1 id 0
ses2:  phy 0: protocols: Initiator( None ) Target( SSP )
ses2:  phy 0: parent 5000ed572a855cbf addr 5000c50041e9ef15
ses2: pass30: Element descriptor: 'ArrayDevice02'
ses2: pass30: SAS Device Slot Element: 1 Phys at Slot 2
ses2:  phy 0: SAS device type 1 id 0
ses2:  phy 0: SAS device type 1 id 0
ses2:  phy 0: protocols: Initiator( None ) Target( SSP )
ses2:  phy 0: parent 5000ed572a855cbf addr 5000c50041e910fd
ses2: pass13,da5: Element descriptor: 'ArrayDevice03'
ses2: pass13,da5: SAS Device Slot Element: 1 Phys at Slot 3
ses2:  phy 0: SAS device type 1 id 0
ses2:  phy 0: protocols: Initiator( None ) Target( SSP )
ses2:  phy 0: parent 5000ed572a855cbf addr 5000c5005596e531
ses5: pass37: Element descriptor: 'ArrayDevice00'
ses5: pass37: SAS Device Slot Element: 1 Phys at Slot 0
ses5:  phy 0: SAS device type 1 id 0
ses5:  phy 0: protocols: Initiator( None ) Target( SSP )
ses5:  phy 0: parent 5000ed572a8548bf addr 5000c50041ea4d49
ses5: pass18: Element descriptor: 'ArrayDevice01'
ses5: pass18: SAS Device Slot Element: 1 Phys at Slot 1
ses5:  phy 0: SAS device type 1 id 0
ses5:  phy 0: protocols: Initiator( None ) Target( SSP )
ses5:  phy 0: parent 5000ed572a8548bf addr 5000c50041f10a8d
ses5: pass38: Element descriptor: 'ArrayDevice02'
ses5: pass38: SAS Device Slot Element: 1 Phys at Slot 2
ses5:  phy 0: SAS device type 1 id 0
ses5:  phy 0: protocols: Initiator( None ) Target( SSP )
ses5:  phy 0: parent 5000ed572a8548bf addr 5000c50041ea4c65
ses5: pass19: Element descriptor: 'ArrayDevice03'
ses5: pass19: SAS Device Slot Element: 1 Phys at Slot 3
ses5:  phy 0: SAS device type 1 id 0
ses5:  phy 0: protocols: Initiator( None ) Target( SSP )
ses5:  phy 0: parent 5000ed572a8548bf addr 5000c5005596eda9
ses3: pass31: Element descriptor: 'ArrayDevice00'
ses3: pass31: SAS Device Slot Element: 1 Phys at Slot 0
ses3:  phy 0: SAS device type 1 id 0
ses3:  phy 0: protocols: Initiator( None ) Target( SSP )
ses3:  phy 0: parent 5000ed572a84e8bf addr 5000c50041ea4a85
ses3: pass14: Element descriptor: 'ArrayDevice01'
ses3: pass14: SAS Device Slot Element: 1 Phys at Slot 1
ses3:  phy 0: SAS device type 1 id 0
ses3:  phy 0: protocols: Initiator( None ) Target( SSP )
ses3:  phy 0: parent 5000ed572a84e8bf addr 5000c50055914a09
ses3: pass32: Element descriptor: 'ArrayDevice02'
ses3: pass32: SAS Device Slot Element: 1 Phys at Slot 2
ses3:  phy 0: SAS device type 1 id 0
ses3:  phy 0: protocols: Initiator( None ) Target( SSP )
ses3:  phy 0: parent 5000ed572a84e8bf addr 5000c5005595210d
ses3: pass15: Element descriptor: 'ArrayDevice03'
ses3: pass15: SAS Device Slot Element: 1 Phys at Slot 3
ses3:  phy 0: SAS device type 1 id 0
ses3:  phy 0: protocols: Initiator( None ) Target( SSP )
ses3:  phy 0: parent 5000ed572a84e8bf addr 5000c50055948421
da5 at mps0 bus 0 scbus0 target 21 lun 0
da5: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da5: 600.000MB/s transfers
da5: Command Queueing enabled
da5: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da8 at mps0 bus 0 scbus0 target 24 lun 0
da8: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da8: 600.000MB/s transfers
da8: Command Queueing enabled
da8: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da9 at mps0 bus 0 scbus0 target 25 lun 0
da9: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da9: 600.000MB/s transfers
da9: Command Queueing enabled
da9: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da6 at mps0 bus 0 scbus0 target 22 lun 0
da6: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da6: 600.000MB/s transfers
da6: Command Queueing enabled
da6: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da10 at mps0 bus 0 scbus0 target 26 lun 0
da10: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da10: 600.000MB/s transfers
da10: Command Queueing enabled
da10: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da7 at mps0 bus 0 scbus0 target 23 lun 0
da7: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da7: 600.000MB/s transfers
da7: Command Queueing enabled
da7: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da17 at mps0 bus 0 scbus0 target 33 lun 0
da17: <STEC Z16IZF2E-200UCV E46F> Fixed Direct Access SCSI-6 device
da17: 600.000MB/s transfers
da17: Command Queueing enabled
da17: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C)
da14 at mps0 bus 0 scbus0 target 30 lun 0
da14: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da14: 600.000MB/s transfers
da14: Command Queueing enabled
da14: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da16 at mps0 bus 0 scbus0 target 32 lun 0
da16: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da16: 600.000MB/s transfers
da16: Command Queueing enabled
da16: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da11 at mps0 bus 0 scbus0 target 27 lun 0
da11: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da11: 600.000MB/s transfers
da11: Command Queueing enabled
da11: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da12 at mps0 bus 0 scbus0 target 28 lun 0
da12: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da12: 600.000MB/s transfers
da12: Command Queueing enabled
da12: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da15 at mps0 bus 0 scbus0 target 31 lun 0
da15: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da15: 600.000MB/s transfers
da15: Command Queueing enabled
da15: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da13 at mps0 bus 0 scbus0 target 29 lun 0
da13: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da13: 600.000MB/s transfers
da13: Command Queueing enabled
da13: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da18 at mps0 bus 0 scbus0 target 34 lun 0
da18: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da18: 600.000MB/s transfers
da18: Command Queueing enabled
da18: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da21 at mps0 bus 0 scbus0 target 37 lun 0
da21: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da21: 600.000MB/s transfers
da21: Command Queueing enabled
da21: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da20 at mps0 bus 0 scbus0 target 36 lun 0
da20: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da20: 600.000MB/s transfers
da20: Command Queueing enabled
da20: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da19 at mps0 bus 0 scbus0 target 35 lun 0
da19: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da19: 600.000MB/s transfers
da19: Command Queueing enabled
da19: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da26 at mps0 bus 0 scbus0 target 43 lun 0
da26: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da26: 600.000MB/s transfers
da26: Command Queueing enabled
da26: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da27 at mps0 bus 0 scbus0 target 44 lun 0
da27: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da27: 600.000MB/s transfers
da27: Command Queueing enabled
da27: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da22 at mps0 bus 0 scbus0 target 38 lun 0
da22: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da22: 600.000MB/s transfers
da22: Command Queueing enabled
da22: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da25 at mps0 bus 0 scbus0 target 42 lun 0
da25: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da25: 600.000MB/s transfers
da25: Command Queueing enabled
da25: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da28 at mps0 bus 0 scbus0 target 45 lun 0
da28: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da28: 600.000MB/s transfers
da28: Command Queueing enabled
da28: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da29 at mps0 bus 0 scbus0 target 46 lun 0
da29: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da29: 600.000MB/s transfers
da29: Command Queueing enabled
da29: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da24 at mps0 bus 0 scbus0 target 41 lun 0
da24: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da24: 600.000MB/s transfers
da24: Command Queueing enabled
da24: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da23 at mps0 bus 0 scbus0 target 39 lun 0
da23: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da23: 600.000MB/s transfers
da23: Command Queueing enabled
da23: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da30 at mps0 bus 0 scbus0 target 47 lun 0
da30: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da30: 600.000MB/s transfers
da30: Command Queueing enabled
da30: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da33 at isci0 bus 0 scbus1 target 0 lun 0
da33: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da33: 300.000MB/s transfers
da33: Command Queueing enabled
da33: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da31 at mps0 bus 0 scbus0 target 48 lun 0
da31: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da31: 600.000MB/s transfers
da31: Command Queueing enabled
da31: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da32 at mps0 bus 0 scbus0 target 49 lun 0
da32: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da32: 600.000MB/s transfers
da32: Command Queueing enabled
da32: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da36 at mps1 bus 0 scbus6 target 17 lun 0
da36: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da36: 600.000MB/s transfers
da36: Command Queueing enabled
da36: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da34 at isci0 bus 0 scbus1 target 1 lun 0
da34: <SEAGATE ST9300605SS 0004> Fixed Direct Access SCSI-6 device
da34: 300.000MB/s transfers
da34: Command Queueing enabled
da34: 286102MB (585937500 512 byte sectors: 255H 63S/T 36472C)
da37 at mps1 bus 0 scbus6 target 18 lun 0
da37: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da37: 600.000MB/s transfers
da37: Command Queueing enabled
da37: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da38 at mps1 bus 0 scbus6 target 19 lun 0
da38: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da38: 600.000MB/s transfers
da38: Command Queueing enabled
da38: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da35 at mps1 bus 0 scbus6 target 16 lun 0
da35: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da35: 600.000MB/s transfers
da35: Command Queueing enabled
da35: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da39 at mps1 bus 0 scbus6 target 20 lun 0
da39: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da39: 600.000MB/s transfers
da39: Command Queueing enabled
da39: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da40 at mps1 bus 0 scbus6 target 21 lun 0
da40: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da40: 600.000MB/s transfers
da40: Command Queueing enabled
da40: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da41 at mps1 bus 0 scbus6 target 22 lun 0
da41: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da41: 600.000MB/s transfers
da41: Command Queueing enabled
da41: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da43 at mps1 bus 0 scbus6 target 24 lun 0
da43: <STEC Z16IZF2E-200UCV E46F> Fixed Direct Access SCSI-6 device
da43: 600.000MB/s transfers
da43: Command Queueing enabled
da43: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C)
da42 at mps1 bus 0 scbus6 target 23 lun 0
da42: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da42: 600.000MB/s transfers
da42: Command Queueing enabled
da42: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da46 at mps1 bus 0 scbus6 target 27 lun 0
da46: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da46: 600.000MB/s transfers
da46: Command Queueing enabled
da46: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da47 at mps1 bus 0 scbus6 target 28 lun 0
da47: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da47: 600.000MB/s transfers
da47: Command Queueing enabled
da47: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da48 at mps1 bus 0 scbus6 target 29 lun 0
da48: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da48: 600.000MB/s transfers
da48: Command Queueing enabled
da48: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da45 at mps1 bus 0 scbus6 target 26 lun 0
da45: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da45: 600.000MB/s transfers
da45: Command Queueing enabled
da45: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da44 at mps1 bus 0 scbus6 target 25 lun 0
da44: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da44: 600.000MB/s transfers
da44: Command Queueing enabled
da44: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da51 at mps1 bus 0 scbus6 target 32 lun 0
da51: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da51: 600.000MB/s transfers
da51: Command Queueing enabled
da51: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da52 at mps1 bus 0 scbus6 target 33 lun 0
da52: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da52: 600.000MB/s transfers
da52: Command Queueing enabled
da52: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da49 at mps1 bus 0 scbus6 target 30 lun 0
da49: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da49: 600.000MB/s transfers
da49: Command Queueing enabled
da49: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da50 at mps1 bus 0 scbus6 target 31 lun 0
da50: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da50: 600.000MB/s transfers
da50: Command Queueing enabled
da50: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da54 at mps1 bus 0 scbus6 target 35 lun 0
da54: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da54: 600.000MB/s transfers
da54: Command Queueing enabled
da54: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da53 at mps1 bus 0 scbus6 target 34 lun 0
da53: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da53: 600.000MB/s transfers
da53: Command Queueing enabled
da53: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
make_dev_physpath_alias: WARNING - Unable to alias pass10 to
enc at n5000ed572a857abd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass10 da64 at
mps1 bus 0 scbus6 target 46 lun 0
da64: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da64: 600.000MB/s transfers
da64: Command Queueing enabled
da64: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da67 at mps1 bus 0 scbus6 target 49 lun 0
da67: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da67: 600.000MB/s transfers
da67: Command Queueing enabled
da67: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da66 at mps1 bus 0 scbus6 target 48 lun 0
da66: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da66: 600.000MB/s transfers
da66: Command Queueing enabled
da66: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da57 at mps1 bus 0 scbus6 target 39 lun 0
da57: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da57: 600.000MB/s transfers
da57: Command Queueing enabled
da57: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da65 at mps1 bus 0 scbus6 target 47 lun 0
da65: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da65: 600.000MB/s transfers
da65: Command Queueing enabled
da65: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da61 at mps1 bus 0 scbus6 target 43 lun 0
da61: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da61: 600.000MB/s transfers
da61: Command Queueing enabled
da61: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da58 at mps1 bus 0 scbus6 target 40 lun 0
da58: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da58: 600.000MB/s transfers
da58: Command Queueing enabled
da58: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da63 at mps1 bus 0 scbus6 target 45 lun 0
da63: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da63: 600.000MB/s transfers
da63: Command Queueing enabled
da63: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da60 at mps1 bus 0 scbus6 target 42 lun 0
da60: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da60: 600.000MB/s transfers
da60: Command Queueing enabled
da60: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da62 at mps1 bus 0 scbus6 target 44 lun 0
da62: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da62: 600.000MB/s transfers
da62: Command Queueing enabled
da62: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da59 at mps1 bus 0 scbus6 target 41 lun 0
da59: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da59: 600.000MB/s transfers
da59: Command Queueing enabled
da59: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da55 at mps1 bus 0 scbus6 target 36 lun 0
da55: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da55: 600.000MB/s transfers
da55: Command Queueing enabled
da55: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
da56 at mps1 bus 0 scbus6 target 38 lun 0
da56: <SEAGATE ST33000650SS 0004> Fixed Direct Access SCSI-6 device
da56: 600.000MB/s transfers
da56: Command Queueing enabled
da56: 2861588MB (5860533168 512 byte sectors: 255H 63S/T 364801C)
SMP: AP CPU #7 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #4 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #5 Launched!
- path too long
make_dev_physpath_alias: WARNING - Unable to alias pass11 to
enc at n5000ed572a857abd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass11 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass12 to
enc at n5000ed572a855cbd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass12 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass13 to
enc at n5000ed572a855cbd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass13 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass14 to
enc at n5000ed572a84e8bd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass14 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass15 to
enc at n5000ed572a84e8bd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass15 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass16 to
enc at n5000ed572a84f7bd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass16 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass17 to
enc at n5000ed572a84f7bd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass17 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass18 to
enc at n5000ed572a8548bd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass18 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass19 to
enc at n5000ed572a8548bd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass19 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass20 to
enc at n5000ed572eea93bd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass20 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass21 to
enc at n5000ed572eea93bd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass21 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass22 to
enc at n5000ed572eeae5bd/type at 0/slot at 2/elmdesc at ArrayDevice01/pass22 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass23 to
enc at n5000ed572eeae5bd/type at 0/slot at 4/elmdesc at ArrayDevice03/pass23 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass24 to
enc at n5000ed572a84eebd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass24 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass25 to
enc at n5000ed572a84eebd/type at 0/slot at 5/elmdesc at ArrayDevice04/pass25 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass26 to
enc at n5000ed572a84eebd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass26 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass27 to
enc at n5000ed572a857abd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass27 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass28 to
enc at n5000ed572a857abd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass28 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass29 to
enc at n5000ed572a855cbd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass29 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass30 to
enc at n5000ed572a855cbd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass30 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass31 to
enc at n5000ed572a84e8bd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass31 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass32 to
enc at n5000ed572a84e8bd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass32 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass33 to
enc at n5000ed572eeae5bd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass33 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass34 to
enc at n5000ed572eeae5bd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass34 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass35 to
enc at n5000ed572eea93bd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass35 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass36 to
enc at n5000ed572eea93bd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass36 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass37 to
enc at n5000ed572a8548bd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass37 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass38 to
enc at n5000ed572a8548bd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass38 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass39 to
enc at n5000ed572a84f7bd/type at 0/slot at 1/elmdesc at ArrayDevice00/pass39 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias pass40 to
enc at n5000ed572a84f7bd/type at 0/slot at 3/elmdesc at ArrayDevice02/pass40 - path too
long
Timecounter "TSC-low" frequency 1197139808 Hz quality 1000
make_dev_physpath_alias: WARNING - Unable to alias da18p1 to
enc at n5000ed572a84eebd/type at 0/slot at 3/elmdesc at ArrayDevice02/da18p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da18p9 to
enc at n5000ed572a84eebd/type at 0/slot at 3/elmdesc at ArrayDevice02/da18p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da19p1 to
enc at n5000ed572a857abd/type at 0/slot at 1/elmdesc at ArrayDevice00/da19p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da19p9 to
enc at n5000ed572a857abd/type at 0/slot at 1/elmdesc at ArrayDevice00/da19p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da20p1 to
enc at n5000ed572a857abd/type at 0/slot at 3/elmdesc at ArrayDevice02/da20p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da20p9 to
enc at n5000ed572a857abd/type at 0/slot at 3/elmdesc at ArrayDevice02/da20p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da21p1 to
enc at n5000ed572a855cbd/type at 0/slot at 1/elmdesc at ArrayDevice00/da21p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da21p9 to
enc at n5000ed572a855cbd/type at 0/slot at 1/elmdesc at ArrayDevice00/da21p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da22p1 to
enc at n5000ed572a855cbd/type at 0/slot at 3/elmdesc at ArrayDevice02/da22p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da22p9 to
enc at n5000ed572a855cbd/type at 0/slot at 3/elmdesc at ArrayDevice02/da22p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da23p1 to
enc at n5000ed572a84e8bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da23p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da23p9 to
enc at n5000ed572a84e8bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da23p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da24p1 to
enc at n5000ed572a84e8bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da24p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da24p9 to
enc at n5000ed572a84e8bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da24p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da25p1 to
enc at n5000ed572eeae5bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da25p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da25p9 to
enc at n5000ed572eeae5bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da25p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da26p1 to
enc at n5000ed572eeae5bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da26p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da26p9 to
enc at n5000ed572eeae5bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da26p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da27p1 to
enc at n5000ed572eea93bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da27p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da27p9 to
enc at n5000ed572eea93bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da27p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da28p1 to
enc at n5000ed572eea93bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da28p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da28p9 to
enc at n5000ed572eea93bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da28p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da29p1 to
enc at n5000ed572a8548bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da29p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da29p9 to
enc at n5000ed572a8548bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da29p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da30p1 to
enc at n5000ed572a8548bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da30p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da30p9 to
enc at n5000ed572a8548bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da30p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da31p1 to
enc at n5000ed572a84f7bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da31p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da31p9 to
enc at n5000ed572a84f7bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da31p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da32p1 to
enc at n5000ed572a84f7bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da32p1 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias da32p9 to
enc at n5000ed572a84f7bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da32p9 - path too
long
make_dev_physpath_alias: WARNING - Unable to alias gpt/zfs to
enc at n5000ed572a84eebd/type at 0/slot at 3/elmdesc at ArrayDevice02/gpt/zfs - path
too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/6447b93b-97dd-2368-b04d-bef15a18f858 to enc at n5000ed572a84eebd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/6447b93b-97dd-2368-b04d-bef15a18f858 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/8fe6e00c-b58d-98ee-cce7-e7aa29ee766b to enc at n5000ed572a84eebd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/8fe6e00c-b58d-98ee-cce7-e7aa29ee766b -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/2574c034-b2cd-4bcd-8e7a-b5be9ab0c19a to enc at n5000ed572a857abd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/2574c034-b2cd-4bcd-8e7a-b5be9ab0c19a -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/f5dd93df-a88a-30c7-ae6f-83908f7e3053 to enc at n5000ed572a857abd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/f5dd93df-a88a-30c7-ae6f-83908f7e3053 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/4c0e9e05-68c0-524f-ed85-d355d60b2d04 to enc at n5000ed572a857abd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/4c0e9e05-68c0-524f-ed85-d355d60b2d04 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/2f16ecee-0a64-b46b-f2ae-884613e7b6bb to enc at n5000ed572a857abd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/2f16ecee-0a64-b46b-f2ae-884613e7b6bb -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/24b450a4-0a27-986b-91aa-b7859abd62aa to enc at n5000ed572a855cbd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/24b450a4-0a27-986b-91aa-b7859abd62aa -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/99581d89-15c6-e9c0-ea37-89bf17b3e853 to enc at n5000ed572a855cbd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/99581d89-15c6-e9c0-ea37-89bf17b3e853 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/ad37cc50-6734-a0eb-be5a-b7442e80ba27 to enc at n5000ed572a855cbd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/ad37cc50-6734-a0eb-be5a-b7442e80ba27 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/168eb8db-6bc1-874e-d740-9ebbecd38e70 to enc at n5000ed572a855cbd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/168eb8db-6bc1-874e-d740-9ebbecd38e70 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/168eb8db-6bc1-874e-d740-9ebbecd38e70 to enc at n5000ed572a855cbd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/168eb8db-6bc1-874e-d740-9ebbecd38e70 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/dc63799e-3dde-f044-b74c-96dc622dc8d6 to enc at n5000ed572a84e8bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/dc63799e-3dde-f044-b74c-96dc622dc8d6 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/50024da5-9fd6-16e6-934c-f05b9a2561e2 to enc at n5000ed572a84e8bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/50024da5-9fd6-16e6-934c-f05b9a2561e2 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/0ba76c59-b366-6ccd-abbb-cda59287e629 to enc at n5000ed572a84e8bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/0ba76c59-b366-6ccd-abbb-cda59287e629 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/6435d2dc-bdb4-3d67-9ea3-d47b809eb043 to enc at n5000ed572a84e8bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/6435d2dc-bdb4-3d67-9ea3-d47b809eb043 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/9d596376-379d-c1eb-f06e-c7c3658158d3 to enc at n5000ed572eeae5bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/9d596376-379d-c1eb-f06e-c7c3658158d3 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/2043980d-a743-34c7-e120-a5fbbe8dadaa to enc at n5000ed572eeae5bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/2043980d-a743-34c7-e120-a5fbbe8dadaa -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/c59b0dd9-ebaf-65ef-d5eb-cb84920c12f8 to enc at n5000ed572eeae5bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/c59b0dd9-ebaf-65ef-d5eb-cb84920c12f8 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/795379c1-ee16-576e-e948-e46e79651bc3 to enc at n5000ed572eeae5bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/795379c1-ee16-576e-e948-e46e79651bc3 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/c9ebcd78-5dd1-1bee-d9ae-e08857686fb4 to enc at n5000ed572eea93bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/c9ebcd78-5dd1-1bee-d9ae-e08857686fb4 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/74ca086a-31be-9ee3-f762-ec64bde6f106 to enc at n5000ed572eea93bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/74ca086a-31be-9ee3-f762-ec64bde6f106 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/3b374122-f24f-9ae5-b8de-d2f093d46d73 to enc at n5000ed572eea93bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/3b374122-f24f-9ae5-b8de-d2f093d46d73 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/4672ba2c-74a7-74e8-9d4c-aaf66fecddd6 to enc at n5000ed572eea93bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/4672ba2c-74a7-74e8-9d4c-aaf66fecddd6 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/43bf100d-1477-46e1-dd75-89ee60fc7998 to enc at n5000ed572a8548bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/43bf100d-1477-46e1-dd75-89ee60fc7998 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/34c1cfdd-2a5e-144f-852e-9307cdabb9ee to enc at n5000ed572a8548bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/34c1cfdd-2a5e-144f-852e-9307cdabb9ee -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/ae4e5ff9-4916-d6c5-986a-c719b5ed292a to enc at n5000ed572a8548bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/ae4e5ff9-4916-d6c5-986a-c719b5ed292a -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/ab35b006-c679-c265-a7b3-9ad3da6b53eb to enc at n5000ed572a8548bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/ab35b006-c679-c265-a7b3-9ad3da6b53eb -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/35a90ee4-fa69-aec0-99a3-92007947ace7 to enc at n5000ed572a84f7bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/35a90ee4-fa69-aec0-99a3-92007947ace7 -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/d088d7fd-5c65-e044-ce09-91d53385d0dd to enc at n5000ed572a84f7bd/type at 0
/slot at 1/elmdesc at ArrayDevice00/gptid/d088d7fd-5c65-e044-ce09-91d53385d0dd -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/e0caaf4a-9044-5268-9ee3-8827c49a46fb to enc at n5000ed572a84f7bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/e0caaf4a-9044-5268-9ee3-8827c49a46fb -
path too long
make_dev_physpath_alias: WARNING - Unable to alias
gptid/5835ec24-f12c-8a62-fec0-90fad62719ff to enc at n5000ed572a84f7bd/type at 0
/slot at 3/elmdesc at ArrayDevice02/gptid/5835ec24-f12c-8a62-fec0-90fad62719ff -
path too long
Trying to mount root from ufs:/dev/ufsid/51dafdebbf60d3a5 [rw]...
GEOM_NOP: Device da0.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da0.nop to
enc at n5000ed572a84eebd/type at 0/slot at 2/elmdesc at ArrayDevice01/da0.nop - path
too long
GEOM_NOP: Device da1.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da1.nop to
enc at n5000ed572a84eebd/type at 0/slot at 4/elmdesc at ArrayDevice03/da1.nop - path
too long
GEOM_NOP: Device da2.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da2.nop to
enc at n5000ed572a857abd/type at 0/slot at 2/elmdesc at ArrayDevice01/da2.nop - path
too long
GEOM_NOP: Device da3.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da3.nop to
enc at n5000ed572a857abd/type at 0/slot at 4/elmdesc at ArrayDevice03/da3.nop - path
too long
GEOM_NOP: Device da4.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da4.nop to
enc at n5000ed572a855cbd/type at 0/slot at 2/elmdesc at ArrayDevice01/da4.nop - path
too long
GEOM_NOP: Device da5.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da5.nop to
enc at n5000ed572a855cbd/type at 0/slot at 4/elmdesc at ArrayDevice03/da5.nop - path
too long
GEOM_NOP: Device da6.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da6.nop to
enc at n5000ed572a84e8bd/type at 0/slot at 2/elmdesc at ArrayDevice01/da6.nop - path
too long
GEOM_NOP: Device da7.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da7.nop to
enc at n5000ed572a84e8bd/type at 0/slot at 4/elmdesc at ArrayDevice03/da7.nop - path
too long
GEOM_NOP: Device da8.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da8.nop to
enc at n5000ed572a84f7bd/type at 0/slot at 2/elmdesc at ArrayDevice01/da8.nop - path
too long
GEOM_NOP: Device da9.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da9.nop to
enc at n5000ed572a84f7bd/type at 0/slot at 4/elmdesc at ArrayDevice03/da9.nop - path
too long
GEOM_NOP: Device da10.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da10.nop to
enc at n5000ed572a8548bd/type at 0/slot at 2/elmdesc at ArrayDevice01/da10.nop - path
too long
GEOM_NOP: Device da11.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da11.nop to
enc at n5000ed572a8548bd/type at 0/slot at 4/elmdesc at ArrayDevice03/da11.nop - path
too long
GEOM_NOP: Device da12.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da12.nop to
enc at n5000ed572eea93bd/type at 0/slot at 2/elmdesc at ArrayDevice01/da12.nop - path
too long
GEOM_NOP: Device da13.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da13.nop to
enc at n5000ed572eea93bd/type at 0/slot at 4/elmdesc at ArrayDevice03/da13.nop - path
too long
GEOM_NOP: Device da14.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da14.nop to
enc at n5000ed572eeae5bd/type at 0/slot at 2/elmdesc at ArrayDevice01/da14.nop - path
too long
GEOM_NOP: Device da15.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da15.nop to
enc at n5000ed572eeae5bd/type at 0/slot at 4/elmdesc at ArrayDevice03/da15.nop - path
too long
GEOM_NOP: Device da16.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da16.nop to
enc at n5000ed572a84eebd/type at 0/slot at 1/elmdesc at ArrayDevice00/da16.nop - path
too long
GEOM_NOP: Device da18.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da18.nop to
enc at n5000ed572a84eebd/type at 0/slot at 3/elmdesc at ArrayDevice02/da18.nop - path
too long
GEOM_NOP: Device da19.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da19.nop to
enc at n5000ed572a857abd/type at 0/slot at 1/elmdesc at ArrayDevice00/da19.nop - path
too long
GEOM_NOP: Device da20.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da20.nop to
enc at n5000ed572a857abd/type at 0/slot at 3/elmdesc at ArrayDevice02/da20.nop - path
too long
GEOM_NOP: Device da21.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da21.nop to
enc at n5000ed572a855cbd/type at 0/slot at 1/elmdesc at ArrayDevice00/da21.nop - path
too long
GEOM_NOP: Device da22.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da22.nop to
enc at n5000ed572a855cbd/type at 0/slot at 3/elmdesc at ArrayDevice02/da22.nop - path
too long
GEOM_NOP: Device da23.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da23.nop to
enc at n5000ed572a84e8bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da23.nop - path
too long
GEOM_NOP: Device da24.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da24.nop to
enc at n5000ed572a84e8bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da24.nop - path
too long
GEOM_NOP: Device da25.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da25.nop to
enc at n5000ed572eeae5bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da25.nop - path
too long
GEOM_NOP: Device da26.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da26.nop to
enc at n5000ed572eeae5bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da26.nop - path
too long
GEOM_NOP: Device da27.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da27.nop to
enc at n5000ed572eea93bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da27.nop - path
too long
GEOM_NOP: Device da28.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da28.nop to
enc at n5000ed572eea93bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da28.nop - path
too long
GEOM_NOP: Device da29.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da29.nop to
enc at n5000ed572a8548bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da29.nop - path
too long
GEOM_NOP: Device da30.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da30.nop to
enc at n5000ed572a8548bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da30.nop - path
too long
GEOM_NOP: Device da31.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da31.nop to
enc at n5000ed572a84f7bd/type at 0/slot at 1/elmdesc at ArrayDevice00/da31.nop - path
too long
GEOM_NOP: Device da32.nop created.
make_dev_physpath_alias: WARNING - Unable to alias da32.nop to
enc at n5000ed572a84f7bd/type at 0/slot at 3/elmdesc at ArrayDevice02/da32.nop - path
too long
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff8002112a30
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 982
command timeout cm 0xffffff8002112a30 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff8002112a30 allocated tm 0xffffff80020c47b0
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 982
completed timedout cm 0xffffff8002112a30 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 6 abort TaskMID 982 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 6 finished recovery after aborting TaskMID 982
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff8002361a30
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 982
command timeout cm 0xffffff8002361a30 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff8002361a30 allocated tm 0xffffff80023137b0
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 982
completed timedout cm 0xffffff8002361a30 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 6 abort TaskMID 982 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 6 finished recovery after aborting TaskMID 982
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff80020da6c0
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 280
command timeout cm 0xffffff80020da6c0 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80020da6c0 allocated tm 0xffffff80020c48f8
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 280
completed timedout cm 0xffffff80020da6c0 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 7 abort TaskMID 280 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 7 finished recovery after aborting TaskMID 280
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff8002319680
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 80
command timeout cm 0xffffff8002319680 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff8002319680 allocated tm 0xffffff80023138f8
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 80
completed timedout cm 0xffffff8002319680 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 7 abort TaskMID 80 status 0x4a code 0x0 count 1
(noperiph:mps1:0:37:0): SMID 7 finished recovery after aborting TaskMID 80
mps1: mpssas_free_tm releasing simq
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80020dbc88 allocated tm 0xffffff80020c4a40
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 297
completed timedout cm 0xffffff80020dbc88 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 8 abort TaskMID 297 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 8 finished recovery after aborting TaskMID 297
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff800231ac48
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 97
command timeout cm 0xffffff800231ac48 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff800231ac48 allocated tm 0xffffff8002313a40
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 97
completed timedout cm 0xffffff800231ac48 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 8 abort TaskMID 97 status 0x4a code 0x0 count 1
(noperiph:mps1:0:37:0): SMID 8 finished recovery after aborting TaskMID 97
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff80020dd250
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 314
command timeout cm 0xffffff80020dd250 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80020dd250 allocated tm 0xffffff80020c4b88
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 314
completed timedout cm 0xffffff80020dd250 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 9 abort TaskMID 314 status 0x4a code 0x0 count
1
(noperiph:mps0:0:40:0): SMID 9 finished recovery after aborting TaskMID 314
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Retrying command
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff800231c4a0
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 116
command timeout cm 0xffffff800231c4a0 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff800231c4a0 allocated tm 0xffffff8002313b88
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 116
completed timedout cm 0xffffff800231c4a0 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 9 abort TaskMID 116 status 0x4a code 0x0 count
1
(noperiph:mps1:0:37:0): SMID 9 finished recovery after aborting TaskMID 116
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Retrying command
mps0: mpssas_scsiio_timeout checking sc 0xffffff80020a1000 cm
0xffffff80020debf0
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 334
command timeout cm 0xffffff80020debf0 ccb 0xfffffe002bc3b800
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff80020debf0 allocated tm 0xffffff80020c4cd0
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 334
completed timedout cm 0xffffff80020debf0 ccb 0xfffffe002bc3b800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps0:0:40:0): SMID 10 abort TaskMID 334 status 0x4a code 0x0
count 1
(noperiph:mps0:0:40:0): SMID 10 finished recovery after aborting TaskMID 334
mps0: mpssas_free_tm releasing simq
(probe40:mps0:0:40:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe40:mps0:0:40:0): CAM status: Command timeout
(probe40:mps0:0:40:0): Error 5, Retries exhausted
mps1: mpssas_scsiio_timeout checking sc 0xffffff80022f0000 cm
0xffffff800231d7d8
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 131
command timeout cm 0xffffff800231d7d8 ccb 0xfffffe002bfc7800
mps1: mpssas_alloc_tm freezing simq
mps1: timedout cm 0xffffff800231d7d8 allocated tm 0xffffff8002313cd0
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00 length 36 SMID 131
completed timedout cm 0xffffff800231d7d8 ccb 0xfffffe002bfc7800 during
recovery ioc 8048 scsi 0 state c xfer 0
(noperiph:mps1:0:37:0): SMID 10 abort TaskMID 131 status 0x4a code 0x0
count 1
(noperiph:mps1:0:37:0): SMID 10 finished recovery after aborting TaskMID 131
mps1: mpssas_free_tm releasing simq
(probe292:mps1:0:37:0): INQUIRY. CDB: 12 00 00 00 24 00
(probe292:mps1:0:37:0): CAM status: Command timeout
(probe292:mps1:0:37:0): Error 5, Retries exhausted


zpool status
  pool: master
 state: ONLINE
  scan: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        master        ONLINE       0     0     0
          mirror-0    ONLINE       0     0     0
            da0.nop   ONLINE       0     0     0
            da1.nop   ONLINE       0     0     0
          mirror-1    ONLINE       0     0     0
            da2.nop   ONLINE       0     0     0
            da3.nop   ONLINE       0     0     0
          mirror-2    ONLINE       0     0     0
            da4.nop   ONLINE       0     0     0
            da5.nop   ONLINE       0     0     0
          mirror-3    ONLINE       0     0     0
            da6.nop   ONLINE       0     0     0
            da7.nop   ONLINE       0     0     0
          mirror-4    ONLINE       0     0     0
            da8.nop   ONLINE       0     0     0
            da9.nop   ONLINE       0     0     0
          mirror-5    ONLINE       0     0     0
            da10.nop  ONLINE       0     0     0
            da11.nop  ONLINE       0     0     0
          mirror-6    ONLINE       0     0     0
            da12.nop  ONLINE       0     0     0
            da13.nop  ONLINE       0     0     0
          mirror-7    ONLINE       0     0     0
            da14.nop  ONLINE       0     0     0
            da15.nop  ONLINE       0     0     0
          mirror-8    ONLINE       0     0     0
            da16.nop  ONLINE       0     0     0
            da18.nop  ONLINE       0     0     0
          mirror-9    ONLINE       0     0     0
            da19.nop  ONLINE       0     0     0
            da20.nop  ONLINE       0     0     0
          mirror-10   ONLINE       0     0     0
            da21.nop  ONLINE       0     0     0
            da22.nop  ONLINE       0     0     0
          mirror-11   ONLINE       0     0     0
            da23.nop  ONLINE       0     0     0
            da24.nop  ONLINE       0     0     0
          mirror-12   ONLINE       0     0     0
            da25.nop  ONLINE       0     0     0
            da26.nop  ONLINE       0     0     0
          mirror-13   ONLINE       0     0     0
            da27.nop  ONLINE       0     0     0
            da28.nop  ONLINE       0     0     0
          mirror-14   ONLINE       0     0     0
            da29.nop  ONLINE       0     0     0
            da30.nop  ONLINE       0     0     0
          mirror-15   ONLINE       0     0     0
            da31.nop  ONLINE       0     0     0
            da32.nop  ONLINE       0     0     0

errors: No known data errors

sysctl -a | grep -i trim
vfs.zfs.vdev.trim_on_init: 1
vfs.zfs.vdev.trim_max_pending: 64
vfs.zfs.vdev.trim_max_bytes: 2147483648
vfs.zfs.trim.enabled: 1
vfs.zfs.trim.max_interval: 1
vfs.zfs.trim.timeout: 30
vfs.zfs.trim.txg_delay: 32
kstat.zfs.misc.zio_trim.bytes: 0
kstat.zfs.misc.zio_trim.success: 0
kstat.zfs.misc.zio_trim.unsupported: 158
kstat.zfs.misc.zio_trim.failed: 0


pciconf -l -vvv
hostb0 at pci0:0:0:0:      class=0x060000 card=0x358c8086 chip=0x3c008086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMI2'
    class      = bridge
    subclass   = HOST-PCI
pcib1 at pci0:0:1:0:       class=0x060400 card=0x358c8086 chip=0x3c028086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 1a'
    class      = bridge
    subclass   = PCI-PCI
pcib2 at pci0:0:2:0:       class=0x060400 card=0x358c8086 chip=0x3c048086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 2a'
    class      = bridge
    subclass   = PCI-PCI
pcib3 at pci0:0:2:2:       class=0x060400 card=0x358c8086 chip=0x3c068086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 2c'
    class      = bridge
    subclass   = PCI-PCI
pcib4 at pci0:0:3:0:       class=0x060400 card=0x358c8086 chip=0x3c088086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 3a in PCI Express
Mode'
    class      = bridge
    subclass   = PCI-PCI
pcib5 at pci0:0:3:2:       class=0x060400 card=0x358c8086 chip=0x3c0a8086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 3c'
    class      = bridge
    subclass   = PCI-PCI
none0 at pci0:0:4:0:       class=0x088000 card=0x358c8086 chip=0x3c208086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 0'
    class      = base peripheral
none1 at pci0:0:4:1:       class=0x088000 card=0x358c8086 chip=0x3c218086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 1'
    class      = base peripheral
none2 at pci0:0:4:2:       class=0x088000 card=0x358c8086 chip=0x3c228086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 2'
    class      = base peripheral
none3 at pci0:0:4:3:       class=0x088000 card=0x358c8086 chip=0x3c238086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 3'
    class      = base peripheral
none4 at pci0:0:4:4:       class=0x088000 card=0x358c8086 chip=0x3c248086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 4'
    class      = base peripheral
none5 at pci0:0:4:5:       class=0x088000 card=0x358c8086 chip=0x3c258086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 5'
    class      = base peripheral
none6 at pci0:0:4:6:       class=0x088000 card=0x358c8086 chip=0x3c268086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 6'
    class      = base peripheral
none7 at pci0:0:4:7:       class=0x088000 card=0x358c8086 chip=0x3c278086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 7'
    class      = base peripheral
none8 at pci0:0:5:0:       class=0x088000 card=0x358c8086 chip=0x3c288086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Address Map, VTd_Misc, System Management'
    class      = base peripheral
none9 at pci0:0:5:2:       class=0x088000 card=0x358c8086 chip=0x3c2a8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Control Status and Global Errors'
    class      = base peripheral
ioapic0 at pci0:0:5:4:     class=0x080020 card=0x358c8086 chip=0x3c2c8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge I/O APIC'
    class      = base peripheral
    subclass   = interrupt controller
pcib6 at pci0:0:17:0:      class=0x060400 card=0x358c8086 chip=0x1d3e8086
rev=0x06 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Patsburg PCI Express Virtual Root Port'
    class      = bridge
    subclass   = PCI-PCI
none10 at pci0:0:22:0:     class=0x078000 card=0x358c8086 chip=0x1d3a8086
rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg MEI Controller'
    class      = simple comms
none11 at pci0:0:22:1:     class=0x078000 card=0x358c8086 chip=0x1d3b8086
rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg MEI Controller'
    class      = simple comms
ehci0 at pci0:0:26:0:      class=0x0c0320 card=0x358c8086 chip=0x1d2d8086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg USB2 Enhanced Host Controller'
    class      = serial bus
    subclass   = USB
pcib7 at pci0:0:28:0:      class=0x060400 card=0x358c8086 chip=0x1d108086
rev=0xb6 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Patsburg PCI Express Root Port 1'
    class      = bridge
    subclass   = PCI-PCI
pcib8 at pci0:0:28:7:      class=0x060400 card=0x358c8086 chip=0x1d1e8086
rev=0xb6 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Patsburg PCI Express Root Port 8'
    class      = bridge
    subclass   = PCI-PCI
ehci1 at pci0:0:29:0:      class=0x0c0320 card=0x358c8086 chip=0x1d268086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg USB2 Enhanced Host Controller'
    class      = serial bus
    subclass   = USB
pcib9 at pci0:0:30:0:      class=0x060401 card=0x358c8086 chip=0x244e8086
rev=0xa6 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801 PCI Bridge'
    class      = bridge
    subclass   = PCI-PCI
isab0 at pci0:0:31:0:      class=0x060100 card=0x358c8086 chip=0x1d418086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg LPC Controller'
    class      = bridge
    subclass   = PCI-ISA
atapci0 at pci0:0:31:2:    class=0x01018a card=0x358c8086 chip=0x1d008086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg 4-Port SATA IDE Controller'
    class      = mass storage
    subclass   = ATA
none12 at pci0:0:31:3:     class=0x0c0500 card=0x358c8086 chip=0x1d228086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg SMBus Host Controller'
    class      = serial bus
    subclass   = SMBus
atapci1 at pci0:0:31:5:    class=0x010185 card=0x358c8086 chip=0x1d088086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg 2-Port SATA IDE Controller'
    class      = mass storage
    subclass   = ATA
ix0 at pci0:2:0:0: class=0x020000 card=0x000c8086 chip=0x10fb8086 rev=0x01
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82599EB 10-Gigabit SFI/SFP+ Network Connection'
    class      = network
    subclass   = ethernet
ix1 at pci0:2:0:1: class=0x020000 card=0x000c8086 chip=0x10fb8086 rev=0x01
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82599EB 10-Gigabit SFI/SFP+ Network Connection'
    class      = network
    subclass   = ethernet
mps0 at pci0:6:0:0:        class=0x010700 card=0x30201000 chip=0x00721000
rev=0x03 hdr=0x00
    vendor     = 'LSI Logic / Symbios Logic'
    device     = 'SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]'
    class      = mass storage
    subclass   = SAS
isci0 at pci0:7:0:0:       class=0x010700 card=0x358d8086 chip=0x1d698086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg 4-Port SATA/SAS Storage Control Unit'
    class      = mass storage
    subclass   = SAS
none13 at pci0:7:0:3:      class=0x0c0500 card=0x358c8086 chip=0x1d708086
rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Patsburg SMBus Controller 0'
    class      = serial bus
    subclass   = SMBus
igb0 at pci0:8:0:0:        class=0x020000 card=0x358c8086 chip=0x15218086
rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'I350 Gigabit Network Connection'
    class      = network
    subclass   = ethernet
igb1 at pci0:8:0:1:        class=0x020000 card=0x358c8086 chip=0x15218086
rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'I350 Gigabit Network Connection'
    class      = network
    subclass   = ethernet
vgapci0 at pci0:10:0:0:    class=0x030000 card=0x01038086 chip=0x0522102b
rev=0x04 hdr=0x00
    vendor     = 'Matrox Graphics, Inc.'
    device     = 'MGA G200e [Pilot] ServerEngines (SEP1)'
    class      = display
    subclass   = VGA
pcib11 at pci0:128:3:0:    class=0x060400 card=0x358c8086 chip=0x3c088086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 3a in PCI Express
Mode'
    class      = bridge
    subclass   = PCI-PCI
pcib12 at pci0:128:3:2:    class=0x060400 card=0x358c8086 chip=0x3c0a8086
rev=0x07 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge IIO PCI Express Root Port 3c'
    class      = bridge
    subclass   = PCI-PCI
none14 at pci0:128:4:0:    class=0x088000 card=0x358c8086 chip=0x3c208086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 0'
    class      = base peripheral
none15 at pci0:128:4:1:    class=0x088000 card=0x358c8086 chip=0x3c218086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 1'
    class      = base peripheral
none16 at pci0:128:4:2:    class=0x088000 card=0x358c8086 chip=0x3c228086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 2'
    class      = base peripheral
none17 at pci0:128:4:3:    class=0x088000 card=0x358c8086 chip=0x3c238086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 3'
    class      = base peripheral
none18 at pci0:128:4:4:    class=0x088000 card=0x358c8086 chip=0x3c248086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 4'
    class      = base peripheral
none19 at pci0:128:4:5:    class=0x088000 card=0x358c8086 chip=0x3c258086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 5'
    class      = base peripheral
none20 at pci0:128:4:6:    class=0x088000 card=0x358c8086 chip=0x3c268086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 6'
    class      = base peripheral
none21 at pci0:128:4:7:    class=0x088000 card=0x358c8086 chip=0x3c278086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DMA Channel 7'
    class      = base peripheral
none22 at pci0:128:5:0:    class=0x088000 card=0x358c8086 chip=0x3c288086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Address Map, VTd_Misc, System Management'
    class      = base peripheral
none23 at pci0:128:5:2:    class=0x088000 card=0x358c8086 chip=0x3c2a8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Control Status and Global Errors'
    class      = base peripheral
ioapic1 at pci0:128:5:4:   class=0x080020 card=0x358c8086 chip=0x3c2c8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge I/O APIC'
    class      = base peripheral
    subclass   = interrupt controller
mps1 at pci0:130:0:0:      class=0x010700 card=0x30201000 chip=0x00721000
rev=0x03 hdr=0x00
    vendor     = 'LSI Logic / Symbios Logic'
    device     = 'SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]'
    class      = mass storage
    subclass   = SAS
none24 at pci0:127:8:0:    class=0x088000 card=0x358c8086 chip=0x3c808086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge QPI Link 0'
    class      = base peripheral
none25 at pci0:127:9:0:    class=0x088000 card=0x358c8086 chip=0x3c908086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge QPI Link 1'
    class      = base peripheral
none26 at pci0:127:10:0:   class=0x088000 card=0x358c8086 chip=0x3cc08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 0'
    class      = base peripheral
none27 at pci0:127:10:1:   class=0x088000 card=0x00008086 chip=0x3cc18086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 1'
    class      = base peripheral
none28 at pci0:127:10:2:   class=0x088000 card=0x358c8086 chip=0x3cc28086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 2'
    class      = base peripheral
none29 at pci0:127:10:3:   class=0x088000 card=0x358c8086 chip=0x3cd08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 3'
    class      = base peripheral
none30 at pci0:127:11:0:   class=0x088000 card=0x358c8086 chip=0x3ce08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Interrupt Control Registers'
    class      = base peripheral
none31 at pci0:127:11:3:   class=0x088000 card=0x358c8086 chip=0x3ce38086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Semaphore and Scratchpad Configuration
Registers'
    class      = base peripheral
none32 at pci0:127:12:0:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none33 at pci0:127:12:1:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none34 at pci0:127:12:6:   class=0x088000 card=0x358c8086 chip=0x3cf48086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller System Address
Decoder 0'
    class      = base peripheral
none35 at pci0:127:12:7:   class=0x088000 card=0x358c8086 chip=0x3cf68086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge System Address Decoder'
    class      = base peripheral
none36 at pci0:127:13:0:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none37 at pci0:127:13:1:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none38 at pci0:127:13:6:   class=0x088000 card=0x358c8086 chip=0x3cf58086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller System Address
Decoder 1'
    class      = base peripheral
none39 at pci0:127:14:0:   class=0x088000 card=0x358c8086 chip=0x3ca08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Processor Home Agent'
    class      = base peripheral
none40 at pci0:127:14:1:   class=0x110100 card=0x358c8086 chip=0x3c468086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Processor Home Agent Performance Monitoring'
    class      = dasp
none41 at pci0:127:15:0:   class=0x088000 card=0x358c8086 chip=0x3ca88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Registers'
    class      = base peripheral
none42 at pci0:127:15:1:   class=0x088000 card=0x358c8086 chip=0x3c718086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller RAS Registers'
    class      = base peripheral
none43 at pci0:127:15:2:   class=0x088000 card=0x358c8086 chip=0x3caa8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 0'
    class      = base peripheral
none44 at pci0:127:15:3:   class=0x088000 card=0x358c8086 chip=0x3cab8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 1'
    class      = base peripheral
none45 at pci0:127:15:4:   class=0x088000 card=0x358c8086 chip=0x3cac8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 2'
    class      = base peripheral
none46 at pci0:127:15:5:   class=0x088000 card=0x358c8086 chip=0x3cad8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 3'
    class      = base peripheral
none47 at pci0:127:15:6:   class=0x088000 card=0x00008086 chip=0x3cae8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 4'
    class      = base peripheral
none48 at pci0:127:16:0:   class=0x088000 card=0x358c8086 chip=0x3cb08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 0'
    class      = base peripheral
none49 at pci0:127:16:1:   class=0x088000 card=0x358c8086 chip=0x3cb18086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 1'
    class      = base peripheral
none50 at pci0:127:16:2:   class=0x088000 card=0x358c8086 chip=0x3cb28086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
0'
    class      = base peripheral
none51 at pci0:127:16:3:   class=0x088000 card=0x358c8086 chip=0x3cb38086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
1'
    class      = base peripheral
none52 at pci0:127:16:4:   class=0x088000 card=0x358c8086 chip=0x3cb48086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 2'
    class      = base peripheral
none53 at pci0:127:16:5:   class=0x088000 card=0x358c8086 chip=0x3cb58086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 3'
    class      = base peripheral
none54 at pci0:127:16:6:   class=0x088000 card=0x358c8086 chip=0x3cb68086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
2'
    class      = base peripheral
none55 at pci0:127:16:7:   class=0x088000 card=0x358c8086 chip=0x3cb78086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
3'
    class      = base peripheral
none56 at pci0:127:17:0:   class=0x088000 card=0x00008086 chip=0x3cb88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DDRIO'
    class      = base peripheral
none57 at pci0:127:19:0:   class=0x088000 card=0x358c8086 chip=0x3ce48086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge R2PCIe'
    class      = base peripheral
none58 at pci0:127:19:1:   class=0x110100 card=0x358c8086 chip=0x3c438086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Ring to PCI Express Performance Monitor'
    class      = dasp
none59 at pci0:127:19:4:   class=0x110100 card=0x358c8086 chip=0x3ce68086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge QuickPath Interconnect Agent Ring Registers'
    class      = dasp
none60 at pci0:127:19:5:   class=0x110100 card=0x358c8086 chip=0x3c448086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Ring to QuickPath Interconnect Link 0
Performance Monitor'
    class      = dasp
none61 at pci0:127:19:6:   class=0x088000 card=0x358c8086 chip=0x3c458086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Ring to QuickPath Interconnect Link 1
Performance Monitor'
    class      = base peripheral
none62 at pci0:255:8:0:    class=0x088000 card=0x358c8086 chip=0x3c808086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge QPI Link 0'
    class      = base peripheral
none63 at pci0:255:9:0:    class=0x088000 card=0x358c8086 chip=0x3c908086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge QPI Link 1'
    class      = base peripheral
none64 at pci0:255:10:0:   class=0x088000 card=0x358c8086 chip=0x3cc08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 0'
    class      = base peripheral
none65 at pci0:255:10:1:   class=0x088000 card=0x00008086 chip=0x3cc18086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 1'
    class      = base peripheral
none66 at pci0:255:10:2:   class=0x088000 card=0x358c8086 chip=0x3cc28086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 2'
    class      = base peripheral
none67 at pci0:255:10:3:   class=0x088000 card=0x358c8086 chip=0x3cd08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Power Control Unit 3'
    class      = base peripheral
none68 at pci0:255:11:0:   class=0x088000 card=0x358c8086 chip=0x3ce08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Interrupt Control Registers'
    class      = base peripheral
none69 at pci0:255:11:3:   class=0x088000 card=0x358c8086 chip=0x3ce38086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Semaphore and Scratchpad Configuration
Registers'
    class      = base peripheral
none70 at pci0:255:12:0:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none71 at pci0:255:12:1:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none72 at pci0:255:12:6:   class=0x088000 card=0x358c8086 chip=0x3cf48086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller System Address
Decoder 0'
    class      = base peripheral
none73 at pci0:255:12:7:   class=0x088000 card=0x358c8086 chip=0x3cf68086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge System Address Decoder'
    class      = base peripheral
none74 at pci0:255:13:0:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none75 at pci0:255:13:1:   class=0x088000 card=0x358c8086 chip=0x3ce88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Unicast Register 0'
    class      = base peripheral
none76 at pci0:255:13:6:   class=0x088000 card=0x358c8086 chip=0x3cf58086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller System Address
Decoder 1'
    class      = base peripheral
none77 at pci0:255:14:0:   class=0x088000 card=0x358c8086 chip=0x3ca08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Processor Home Agent'
    class      = base peripheral
none78 at pci0:255:14:1:   class=0x110100 card=0x358c8086 chip=0x3c468086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Processor Home Agent Performance Monitoring'
    class      = dasp
none79 at pci0:255:15:0:   class=0x088000 card=0x358c8086 chip=0x3ca88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Registers'
    class      = base peripheral
none80 at pci0:255:15:1:   class=0x088000 card=0x358c8086 chip=0x3c718086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller RAS Registers'
    class      = base peripheral
none81 at pci0:255:15:2:   class=0x088000 card=0x358c8086 chip=0x3caa8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 0'
    class      = base peripheral
none82 at pci0:255:15:3:   class=0x088000 card=0x358c8086 chip=0x3cab8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 1'
    class      = base peripheral
none83 at pci0:255:15:4:   class=0x088000 card=0x358c8086 chip=0x3cac8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 2'
    class      = base peripheral
none84 at pci0:255:15:5:   class=0x088000 card=0x358c8086 chip=0x3cad8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 3'
    class      = base peripheral
none85 at pci0:255:15:6:   class=0x088000 card=0x00008086 chip=0x3cae8086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Target Address
Decoder 4'
    class      = base peripheral
none86 at pci0:255:16:0:   class=0x088000 card=0x358c8086 chip=0x3cb08086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 0'
    class      = base peripheral
none87 at pci0:255:16:1:   class=0x088000 card=0x358c8086 chip=0x3cb18086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 1'
    class      = base peripheral
none88 at pci0:255:16:2:   class=0x088000 card=0x358c8086 chip=0x3cb28086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
0'
    class      = base peripheral
none89 at pci0:255:16:3:   class=0x088000 card=0x358c8086 chip=0x3cb38086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
1'
    class      = base peripheral
none90 at pci0:255:16:4:   class=0x088000 card=0x358c8086 chip=0x3cb48086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 2'
    class      = base peripheral
none91 at pci0:255:16:5:   class=0x088000 card=0x358c8086 chip=0x3cb58086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller Channel 0-3
Thermal Control 3'
    class      = base peripheral
none92 at pci0:255:16:6:   class=0x088000 card=0x358c8086 chip=0x3cb68086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
2'
    class      = base peripheral
none93 at pci0:255:16:7:   class=0x088000 card=0x358c8086 chip=0x3cb78086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Integrated Memory Controller ERROR Registers
3'
    class      = base peripheral
none94 at pci0:255:17:0:   class=0x088000 card=0x00008086 chip=0x3cb88086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge DDRIO'
    class      = base peripheral
none95 at pci0:255:19:0:   class=0x088000 card=0x358c8086 chip=0x3ce48086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge R2PCIe'
    class      = base peripheral
none96 at pci0:255:19:1:   class=0x110100 card=0x358c8086 chip=0x3c438086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Ring to PCI Express Performance Monitor'
    class      = dasp
none97 at pci0:255:19:4:   class=0x110100 card=0x358c8086 chip=0x3ce68086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge QuickPath Interconnect Agent Ring Registers'
    class      = dasp
none98 at pci0:255:19:5:   class=0x110100 card=0x358c8086 chip=0x3c448086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Ring to QuickPath Interconnect Link 0
Performance Monitor'
    class      = dasp
none99 at pci0:255:19:6:   class=0x088000 card=0x358c8086 chip=0x3c458086
rev=0x07 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Sandy Bridge Ring to QuickPath Interconnect Link 1
Performance Monitor'
    class      = base peripheral

usbconfig
ugen0.1: <EHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE (0mA)
ugen1.1: <EHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE (0mA)
ugen0.2: <product 0x0024 vendor 0x8087> at usbus0, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen1.2: <product 0x0024 vendor 0x8087> at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen1.3: <Virtual Keyboard and Mouse American Megatrends Inc.> at usbus1,
cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
ugen1.4: <DELL USB Keyboard DELL> at usbus1, cfg=0 md=HOST spd=LOW
(1.5Mbps) pwr=ON (100mA)






> --
> | Jeremy Chadwick                                   jdc at koitsu.org |
> | UNIX Systems Administrator                http://jdc.koitsu.org/ |
> | Making life hard for others since 1977.             PGP 4BD6C0CB |
>
>


More information about the freebsd-stable mailing list