For all of those suffering from mpt timeouts in snv_127, I decided to give the ancient itmpt driver a whirl. It works fine, and in my brief testing a zfs scrub that would generate about 1 timeout every 2 minutes or so now runs with no problems. The downside is that lsiutil and raidctl both fail to work :-( I also tried the mpt driver from Solaris 10 x86 patch 143129-01, but that fails to load with undefined symbols, as do the mpt drivers from snv_111b and anv_118 (unless I got something wrong with my bootadm update-archive invocation...) For reference, I''m running firmware 1.29.00.00 (the latest), and the old errors were of the form: Nov 19 03:34:43 gandalf.taltos.org scsi: [ID 107833 kern.warning] WARNING: /pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0 (mpt0): Nov 19 03:34:43 gandalf.taltos.org Disconnected command timeout for Target 13 With the target number changing. When the hangs would happen, iostat would show "stuck" I/Os on all 8 SATA disks attached to my controller (which are all in the same raidz2 pool) -- Carson
James C. McPherson
2009-Nov-21 09:08 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Carson Gaspar wrote:> For all of those suffering from mpt timeouts in snv_127, I decided to > give the ancient itmpt driver a whirl. It works fine, and in my brief > testing a zfs scrub that would generate about 1 timeout every 2 minutes > or so now runs with no problems. > The downside is that lsiutil and raidctl both fail to work :-(... and that you don''t have FMA support, or MPxIO.> I also tried the mpt driver from Solaris 10 x86 patch 143129-01, but > that fails to load with undefined symbols, as do the mpt drivers from > snv_111b and anv_118 (unless I got something wrong with my bootadm > update-archive invocation...)The version of mpt(7d) that''s in Solaris 10, Solaris 10 Updates and Solaris 10 patches will NOT work on OpenSolaris or SXCE. The codebase has diverged between Solaris 10 and now. Likewise, the mpt(7d) driver has diverged from the version that''s in snv_111b / OpenSolaris 2009.06, and even in the 10 builds between 118 and 127. Frankly, I''m surprised you didn''t panic your system, especially with the Solaris 10 version. We currently have two bugs open on what I believe to be the same issue, namely 6894775 mpt driver timeouts and bus resets under load 6900767 Server hang with LSI 1068E based SAS controller under load If you and everybody else who is seeing this problem could provide details about your configuration (output from cfgadm -lva, raidctl -l, prtconf -v, what your zpool configs are, and the firmware rev of each disk in each zpool) that would help us sort through and find any commonalities and hopefully a fix. James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
James C. McPherson wrote:> We currently have two bugs open on what I believe to be the same > issue, namely > > 6894775 mpt driver timeouts and bus resets under load > 6900767 Server hang with LSI 1068E based SAS controller under load > > If you and everybody else who is seeing this problem could provide > details about your configuration (output from cfgadm -lva, raidctl > -l, prtconf -v, what your zpool configs are, and the firmware rev > of each disk in each zpool) that would help us sort through and find > any commonalities and hopefully a fix.I can reproduce the problem at will almost instantly (just zpool scrub and watch it die...), and would be glad to test any fixes, or to provide any further info useful for diagnosing the problem. Just ask. root at gandalf.taltos.org:~# raidctl -l 7 Controller Type Version ---------------------------------------------------------------- c7 LSI_1068E 1.29.00.00 root at gandalf.taltos.org:~# raidctl -l Controller: 7 Disk: 0.8.0 Disk: 0.9.0 Disk: 0.10.0 Disk: 0.11.0 Disk: 0.12.0 Disk: 0.13.0 Disk: 0.14.0 Disk: 0.15.0 Same symptoms with firmware 1.28.02.00, FYI Pool config: NAME STATE READ WRITE CKSUM vault ONLINE 0 0 0 raidz2-0 ONLINE 0 0 0 c7t9d0 ONLINE 0 0 0 c7t12d0 ONLINE 0 0 0 c7t11d0 ONLINE 0 0 0 c7t13d0 ONLINE 0 0 0 c7t14d0 ONLINE 0 0 0 c7t8d0 ONLINE 0 0 0 c7t10d0 ONLINE 0 0 0 c7t15d0 ONLINE 0 0 0 Below are the disks currently attached, although I saw similar problems with my old Hitachi HDS725050KLA360 drives (no longer on-line, so I can''t quote firmware). root at gandalf.taltos.org:~# zpool status vault | grep c7 | awk ''{ print $1; }'' | while read d; do /var/tmp/sm/sbin/smartctl -a /dev/rdsk/$d | head -7 | tail -3; done Device Model: ST31500341AS Serial Number: 9VS2K5BS Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS2L9SY Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS2JLHD Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS2JRR7 Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS2L7K1 Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS292MN Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS1G7Y6 Firmware Version: CC1H Device Model: ST31500341AS Serial Number: 9VS1EMRQ Firmware Version: CC1H root at gandalf.taltos.org:~# cfgadm -lva Ap_Id Receptacle Occupant Condition Information When Type Busy Phys_Id c7 connected configured unknown unavailable scsi-sas n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi c7::dsk/c7t8d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t8d0 c7::dsk/c7t9d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t9d0 c7::dsk/c7t10d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t10d0 c7::dsk/c7t11d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t11d0 c7::dsk/c7t12d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t12d0 c7::dsk/c7t13d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t13d0 c7::dsk/c7t14d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t14d0 c7::dsk/c7t15d0 connected configured unknown ST31500341AS ST31500341AS unavailable disk n /devices/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi::dsk/c7t15d0 sata1/0::dsk/c9t0d0 connected configured ok Mod: WDC WD3200KS-00PFB0 FRev: 21.00M21 SN: WD-WCAPD2750086 unavailable disk n /devices/pci at 0,0/pci8086,5842 at 1f,2:0 sata1/1 empty unconfigured ok unavailable sata-port n /devices/pci at 0,0/pci8086,5842 at 1f,2:1 sata1/2::dsk/c9t2d0 connected configured ok Mod: WDC WD3200KS-00PFB0 FRev: 21.00M21 SN: WD-WCAPD2749886 unavailable disk n /devices/pci at 0,0/pci8086,5842 at 1f,2:2 sata1/3 empty unconfigured ok unavailable sata-port n /devices/pci at 0,0/pci8086,5842 at 1f,2:3 usb5/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d:1 usb5/2 connected configured ok Mfg: Chicony Product: USB Gaming Keyboard Pro NConfigs: 1 Config: 0 <no cfg str descr> unavailable usb-device n /devices/pci at 0,0/pci8086,5842 at 1d:2 usb6/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,1:1 usb6/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,1:2 usb7/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,2:1 usb7/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,2:2 usb8/1 connected configured ok Mfg: Kensington Product: Kensington Expert Mouse NConfigs: 1 Config: 0 <no cfg str descr> unavailable usb-mouse n /devices/pci at 0,0/pci8086,5842 at 1d,3:1 usb8/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,3:2 usb9/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:1 usb9/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:2 usb9/3 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:3 usb9/4 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:4 usb9/5 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:5 usb9/6 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:6 usb9/7 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:7 usb9/8 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci8086,5842 at 1d,7:8 root at gandalf.taltos.org:~# prtconf -v System Configuration: Sun Microsystems i86pc Memory size: 5908 Megabytes System Peripherals (Software Nodes): i86xpv System properties: name=''relative-addressing'' type=int items=1 value=00000001 name=''MMU_PAGEOFFSET'' type=int items=1 value=00000fff name=''MMU_PAGESIZE'' type=int items=1 value=00001000 name=''PAGESIZE'' type=int items=1 value=00001000 name=''acpi-status'' type=int items=1 value=00000013 name=''ramdisk_start'' type=int items=2 value=40828000.00000000 name=''ramdisk_end'' type=int items=2 value=42bc8000.00000000 name=''boot-file'' type=string items=1 value=''/platform/i86xpv/kernel/amd64/unix'' name=''whoami'' type=string items=1 value=''/platform/i86xpv/kernel/amd64/unix'' name=''zfs-bootfs'' type=string items=1 value=''rpool/142'' name=''bootpath'' type=string items=1 value=''/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:a'' name=''diskdevid'' type=string items=1 value=''id1,sd at SATA_____WDC_WD3200KS-00P_____WD-WCAPD2750086/a'' name=''boot-args'' type=string items=1 value='' -v'' name=''bootargs'' type=string items=1 value='' -v'' name=''mfg-name'' type=string items=1 value=''i86xpv'' name=''impl-arch-name'' type=string items=1 value=''i86xpv'' name=''boot-ncpus'' type=string items=1 value=''2'' name=''ata-dma-enabled'' type=string items=1 value=''1'' name=''atapi-cd-dma-enabled'' type=string items=1 value=''1'' name=''ttyb-rts-dtr-off'' type=string items=1 value=''false'' name=''ttyb-ignore-cd'' type=string items=1 value=''true'' name=''ttya-rts-dtr-off'' type=string items=1 value=''false'' name=''ttya-ignore-cd'' type=string items=1 value=''true'' name=''ttyb-mode'' type=string items=1 value=''9600,8,n,1,-'' name=''ttya-mode'' type=string items=1 value=''9600,8,n,1,-'' name=''lba-access-ok'' type=string items=1 value=''1'' name=''keyboard-layout'' type=string items=1 value=''Unknown'' name=''console'' type=string items=1 value=''text'' Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none scsi_vhci, instance #0 System properties: name=''class'' type=string items=1 value=''root'' name=''load-balance'' type=string items=1 value=''round-robin'' name=''auto-failback'' type=string items=1 value=''enable'' name=''ddi-forceload'' type=string items=7 value=''misc/scsi_vhci/scsi_vhci_f_asym_sun'' + ''misc/scsi_vhci/scsi_vhci_f_asym_lsi'' + ''misc/scsi_vhci/scsi_vhci_f_asym_emc'' + ''misc/scsi_vhci/scsi_vhci_f_sym_emc'' + ''misc/scsi_vhci/scsi_vhci_f_sym_hds'' + ''misc/scsi_vhci/scsi_vhci_f_sym'' + ''misc/scsi_vhci/scsi_vhci_f_tpgs'' Driver properties: name=''pm-want-child-notification?'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''initiator-interconnect-type'' type=string items=1 value=''SPI'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 Device Minor Nodes: dev=(18,0) dev_path=/scsi_vhci:devctl spectype=chr type=minor pci, instance #0 Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device_type'' type=string items=1 dev=none value=''pciex'' Hardware properties: name=''ecfg'' type=int64 items=4 value=00000000f0000000.0000000000000000.0000000000000000.000000000000007f name=''available'' type=int items=120 value=81000000.00000000.0000003e.00000000.00000002.81000000.00000000.00000044.00000000.0000000c.81000000.00000000.00000054.00000000.0000000c.81000000.00000000.00000062.00000000.00000002.81000000.00000000.00000065.00000000.0000000b.81000000.00000000.00000078.00000000.00000008.81000000.00000000.000000be.00000000.00000002.81000000.00000000.000000e0.00000000.00000010.81000000.00000000.000000f1.00000000.0000007f.81000000.00000000.00000178.00000000.00000078.81000000.00000000.000001f8.00000000.0000017e.81000000.00000000.00000377.00000000.00000039.81000000.00000000.000003bc.00000000.00000004.81000000.00000000.000003e0.00000000.00000016.81000000.00000000.000003f7.00000000.00000009.81000000.00000000.00000480.00000000.00000050.81000000.00000000.000004d2.00000000.0000002e.81000000.00000000.00000540.00000000.00000140.81000000.00000000.00000700.00000000.000005f8.81000000.00000000.00000d00.00000000.00000300.81000000.00000000.000050d0.00000000.00000010.81000000.00000000.000050e8.00000000.000 0af18.82000000.00000000.e2404800.00000000.0dbfb800.82000000.00000000.f8000000.00000000.06bfffff name=''bus-range'' type=int items=2 value=00000000.000000ff name=''ranges'' type=int items=49 value=81000000.00000000.00000000.00000000.00000000.00000000.00000cf8.81000000.00000000.00000d00.00000000.00000d00.00000000.0000f300.82000000.00000000.000a0000.00000000.000a0000.00000000.00020000.82000000.00000000.000e0000.00000000.000e0000.00000000.00010000.82000000.00000000.d0000000.00000000.d0000000.00000000.20000000.82000000.00000000.f8000000.00000000.f8000000.00000000.06bfffff.c2000000.00000000.d0000000.00000000.d0000000.00000000.10000000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0'' name=''compatible'' type=string items=1 value=''pciex_root_complex'' name=''device_type'' type=string items=1 value=''pciex'' name=''reg'' type=int items=3 value=00000000.00000000.00000000 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 Register Specifications: Bus Type=0x0, Address=0x0, Size=0x0 Range Specifications: Ch: 81000000,00000000 Pa: 00,00000000, Sz: 0 Ch: 00,00000cf8 Pa: 81000000,00000000, Sz: d00 Ch: 00,00000d00 Pa: 00,0000f300, Sz: 82000000 Ch: 00,000a0000 Pa: 00,000a0000, Sz: 0 Ch: 20000,82000000 Pa: 00,000e0000, Sz: 0 Ch: e0000,00000000 Pa: 10000,82000000, Sz: 0 Ch: d0000000,00000000 Pa: d0000000,00000000, Sz: 20000000 Ch: 82000000,00000000 Pa: f8000000,00000000, Sz: f8000000 Ch: 00,06bfffff Pa: c2000000,00000000, Sz: d0000000 Device Minor Nodes: dev=(183,255) dev_path=/pci at 0,0:devctl spectype=chr type=minor dev=(183,253) dev_path=/pci at 0,0:reg spectype=chr type=minor dev=(183,252) dev_path=/pci at 0,0:intr spectype=chr type=minor pci8086,5842 (driver not attached) Hardware properties: name=''reg'' type=int items=5 value=00000000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=7 value=''pci8086,277c.8086.5842.0'' + ''pci8086,277c.8086.5842'' + ''pci8086,5842'' + ''pci8086,277c.0'' + ''pci8086,277c'' + ''pciclass,060000'' + ''pciclass,0600'' name=''model'' type=string items=1 value=''Host bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00060000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=0000277c pci8086,277d, instance #0 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000090 name=''reg'' type=int items=5 value=00000800.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex8086,277d.0'' + ''pciex8086,277d'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci8086,277d.0'' + ''pci8086,277d'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=40 value=81000000.00000000.000003b0.81000000.00000000.000003b0.00000000.0000000c.81000000.00000000.000003c0.81000000.00000000.000003c0.00000000.00000020.82000000.00000000.000a0000.82000000.00000000.000a0000.00000000.00020000.82000000.00000000.e0000000.82000000.00000000.e0000000.00000000.02000000.c2000000.00000000.d0000000.c2000000.00000000.d0000000.00000000.10000000 name=''bus-range'' type=int items=2 value=00000001.00000001 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''unit-address'' type=string items=1 value=''1'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=0000277d Device Minor Nodes: dev=(280,255) dev_path=/pci at 0,0/pci8086,277d at 1:devctl spectype=chr type=minor display, instance #0 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''assigned-addresses'' type=int items=30 value=82010010.00000000.e1000000.00000000.01000000.c2010014.00000000.d0000000.00000000.10000000.82010018.00000000.e0000000.00000000.01000000.a1010000.00000000.000003b0.00000000.0000000c.a1010000.00000000.000003c0.00000000.00000020.a2010000.00000000.000a0000.00000000.00020000 name=''reg'' type=int items=35 value=00010000.00000000.00000000.00000000.00000000.02010010.00000000.00000000.00000000.01000000.42010014.00000000.00000000.00000000.10000000.02010018.00000000.00000000.00000000.01000000.a1010000.00000000.000003b0.00000000.0000000c.a1010000.00000000.000003c0.00000000.00000020.a2010000.00000000.000a0000.00000000.00020000 name=''compatible'' type=string items=12 value=''pciex10de,fd.10de.215.a2'' + ''pciex10de,fd.10de.215'' + ''pciex10de,fd.a2'' + ''pciex10de,fd'' + ''pciexclass,030000'' + ''pciexclass,0300'' + ''pci10de,fd.10de.215.a2'' + ''pci10de,fd.10de.215'' + ''pci10de,fd.a2'' + ''pci10de,fd'' + ''pciclass,030000'' + ''pciclass,0300'' name=''model'' type=string items=1 value=''VGA compatible controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=000010de name=''subsystem-id'' type=int items=1 value=00000215 name=''device_type'' type=string items=1 value=''display'' name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00030000 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=000000fd Device Minor Nodes: dev=(99,0) dev_path=/pci at 0,0/pci8086,277d at 1/display at 0:text-0 spectype=chr type=minor dev_link=/dev/fbs/text-0 dev_link=/dev/vt00 dev_link=/dev/fb Minor properties: name=''ddi-kernel-ioctl'' type=boolean dev=(99,0) pci8086,419, instance #0 System software properties: name=''play-interrupts'' type=int items=1 value=000000af name=''record-interrupts'' type=int items=1 value=000000af name=''audiohd_beep'' type=int items=1 value=00000001 name=''msi_enable'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000060 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.AZAL'' name=''assigned-addresses'' type=int items=5 value=8300d810.00000000.e2400000.00000000.00004000 name=''reg'' type=int items=10 value=0000d800.00000000.00000000.00000000.00000000.0300d810.00000000.00000000.00000000.00004000 name=''compatible'' type=string items=13 value=''pciex8086,27d8.8086.419.1'' + ''pciex8086,27d8.8086.419'' + ''pciex8086,27d8.1'' + ''pciex8086,27d8'' + ''pciexclass,040300'' + ''pciexclass,0403'' + ''pci8086,27d8.8086.419.1'' + ''pci8086,27d8.8086.419'' + ''pci8086,419'' + ''pci8086,27d8.1'' + ''pci8086,27d8'' + ''pciclass,040300'' + ''pciclass,0403'' name=''model'' type=string items=1 value=''Mixed Mode device'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00000419 name=''unit-address'' type=string items=1 value=''1b'' name=''class-code'' type=int items=1 value=00040300 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027d8 Device Minor Nodes: dev=(261,0) dev_path=/pci at 0,0/pci8086,419 at 1b:sound,mixer0 spectype=chr type=minor dev_link=/dev/sound/audiohd:0mixer dev=(261,1) dev_path=/pci at 0,0/pci8086,419 at 1b:sound,dsp0 spectype=chr type=minor dev_link=/dev/sound/audiohd:0dsp dev=(261,3) dev_path=/pci at 0,0/pci8086,419 at 1b:sound,audio0 spectype=chr type=minor dev_link=/dev/sound/audiohd:0 dev=(261,4) dev_path=/pci at 0,0/pci8086,419 at 1b:sound,audioctl0 spectype=chr type=minor dev_link=/dev/sound/audiohd:0ctl pci8086,27d0, instance #1 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000080 name=''available'' type=int items=10 value=81000000.00000000.00004100.00000000.00000f00.82000000.00000000.e2314000.00000000.000ec000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.PEX0'' name=''reg'' type=int items=5 value=0000e000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex8086,27d0.1'' + ''pciex8086,27d0'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci8086,27d0.1'' + ''pci8086,27d0'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.00004000.81000000.00000000.00004000.00000000.00001000.82000000.00000000.e2300000.82000000.00000000.e2300000.00000000.00100000 name=''bus-range'' type=int items=2 value=00000002.00000002 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000031 name=''physical-slot#'' type=int items=1 value=00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''unit-address'' type=string items=1 value=''1c'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027d0 name=''pci-hotplug-type'' type=int items=1 value=00000001 Device Minor Nodes: dev=(280,511) dev_path=/pci at 0,0/pci8086,27d0 at 1c:devctl spectype=chr type=minor pci1000,3140, instance #0 System software properties: name=''ddi-vhci-class'' type=string items=1 value=''scsi_vhci'' name=''mpxio-disable'' type=string items=1 value=''yes'' name=''disable-sata-mpxio'' type=string items=1 value=''no'' Driver properties: name=''initiator-interconnect-type'' type=string items=1 dev=none value=''SAS'' name=''initiator-port'' type=string items=1 dev=none value=''500605b00080d4a0'' name=''num-phys'' type=int items=1 dev=none value=00000008 name=''base-wwid'' type=int64 items=1 dev=none value=500605b00080d4a0 name=''nvdata-version-persistent'' type=int items=1 dev=none value=00002d03 name=''nvdata-version-default'' type=int items=1 dev=none value=00002d03 name=''firmware-version'' type=string items=1 dev=none value=''1.29.0.0'' name=''pm-components'' type=string items=3 dev=none value=''NAME=mpt0'' + ''0=Off (PCI D3 State)'' + ''3=On (PCI D0 State)'' name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''initiator-interconnect-type'' type=string items=1 value=''SATA'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 name=''pci-msix-capid-pointer'' type=int items=1 value=000000b0 name=''pci-msi-capid-pointer'' type=int items=1 value=00000098 name=''assigned-addresses'' type=int items=15 value=81020010.00000000.00004000.00000000.00000100.83020014.00000000.e2310000.00000000.00004000.8302001c.00000000.e2300000.00000000.00010000 name=''reg'' type=int items=20 value=00020000.00000000.00000000.00000000.00000000.01020010.00000000.00000000.00000000.00000100.03020014.00000000.00000000.00000000.00004000.0302001c.00000000.00000000.00000000.00010000 name=''compatible'' type=string items=13 value=''pciex1000,58.1000.3140.8'' + ''pciex1000,58.1000.3140'' + ''pciex1000,58.8'' + ''pciex1000,58'' + ''pciexclass,010000'' + ''pciexclass,0100'' + ''pci1000,58.1000.3140.8'' + ''pci1000,58.1000.3140'' + ''pci1000,3140'' + ''pci1000,58.8'' + ''pci1000,58'' + ''pciclass,010000'' + ''pciclass,0100'' name=''model'' type=string items=1 value=''SCSI bus controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00001000 name=''subsystem-id'' type=int items=1 value=00003140 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00010000 name=''revision-id'' type=int items=1 value=00000008 name=''vendor-id'' type=int items=1 value=00001000 name=''device-id'' type=int items=1 value=00000058 Device Minor Nodes: dev=(169,0) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:devctl spectype=chr type=minor dev=(169,1) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0:scsi spectype=chr type=minor dev_link=/dev/cfg/c7 sd, instance #14 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000008 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS292MN'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c500153cf0a1'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c500153cf0a1'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=a1.f0.3c.15.00.c5.00.50 name=''target-port'' type=string items=1 value=''a1f03c1500c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000008 Device Minor Nodes: dev=(215,896) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,896) value=00000000aea806df name=''Size'' type=int64 items=1 dev=(215,896) value=0000015d500dbe00 dev=(215,897) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,897) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,897) value=0000000000000000 dev=(215,898) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,898) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,898) value=0000000000000000 dev=(215,899) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,899) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,899) value=0000000000000000 dev=(215,900) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,900) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,900) value=0000000000000000 dev=(215,901) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,901) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,901) value=0000000000000000 dev=(215,902) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,902) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,902) value=0000000000000000 dev=(215,904) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,904) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,904) value=0000000000800000 dev=(215,905) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,905) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,905) value=0000000000000000 dev=(215,906) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,906) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,906) value=0000000000000000 dev=(215,907) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,907) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,907) value=0000000000000000 dev=(215,908) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,908) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,908) value=0000000000000000 dev=(215,909) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,909) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,909) value=0000000000000000 dev=(215,910) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,910) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,910) value=0000000000000000 dev=(215,911) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t8d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,911) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,911) value=0000000000000000 dev=(215,912) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t8d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,912) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,912) value=0000015d50f66000 dev=(215,913) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t8d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,913) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,913) value=0000000000000000 dev=(215,914) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t8d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,914) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,914) value=0000000000000000 dev=(215,915) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t8d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,915) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,915) value=0000000000000000 dev=(215,916) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t8d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,916) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,916) value=0000000000000000 dev=(215,903) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t8d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 8,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t8d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,903) value=00000000aea84800 name=''Size'' type=int64 items=1 dev=(215,903) value=0000015d50900000 sd, instance #15 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000009 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS2K5BS'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c50015a1b222'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c50015a1b222'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=22.b2.a1.15.00.c5.00.50 name=''target-port'' type=string items=1 value=''22b2a11500c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000009 Device Minor Nodes: dev=(215,960) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,960) value=00000000aea806df name=''Size'' type=int64 items=1 dev=(215,960) value=0000015d500dbe00 dev=(215,961) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,961) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,961) value=0000000000000000 dev=(215,962) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,962) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,962) value=0000000000000000 dev=(215,963) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,963) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,963) value=0000000000000000 dev=(215,964) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,964) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,964) value=0000000000000000 dev=(215,965) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,965) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,965) value=0000000000000000 dev=(215,966) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,966) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,966) value=0000000000000000 dev=(215,968) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,968) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,968) value=0000000000800000 dev=(215,969) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,969) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,969) value=0000000000000000 dev=(215,970) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,970) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,970) value=0000000000000000 dev=(215,971) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,971) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,971) value=0000000000000000 dev=(215,972) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,972) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,972) value=0000000000000000 dev=(215,973) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,973) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,973) value=0000000000000000 dev=(215,974) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,974) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,974) value=0000000000000000 dev=(215,975) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t9d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,975) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,975) value=0000000000000000 dev=(215,976) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t9d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,976) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,976) value=0000015d50f66000 dev=(215,977) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t9d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,977) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,977) value=0000000000000000 dev=(215,978) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t9d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,978) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,978) value=0000000000000000 dev=(215,979) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t9d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,979) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,979) value=0000000000000000 dev=(215,980) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t9d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,980) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,980) value=0000000000000000 dev=(215,967) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t9d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at 9,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t9d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,967) value=00000000aea84800 name=''Size'' type=int64 items=1 dev=(215,967) value=0000015d50900000 sd, instance #16 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000a name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS1G7Y6'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c5001135fad3'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c5001135fad3'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=d3.fa.35.11.00.c5.00.50 name=''target-port'' type=string items=1 value=''d3fa351100c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000a Device Minor Nodes: dev=(215,1024) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1024) value=00000000aea83a0e name=''Size'' type=int64 items=1 dev=(215,1024) value=0000015d50741c00 dev=(215,1025) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1025) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1025) value=0000000000000000 dev=(215,1026) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1026) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1026) value=0000000000000000 dev=(215,1027) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1027) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1027) value=0000000000000000 dev=(215,1028) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1028) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1028) value=0000000000000000 dev=(215,1029) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1029) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1029) value=0000000000000000 dev=(215,1030) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1030) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1030) value=0000000000000000 dev=(215,1032) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1032) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,1032) value=0000000000800000 dev=(215,1033) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1033) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1033) value=0000000000000000 dev=(215,1034) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1034) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1034) value=0000000000000000 dev=(215,1035) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1035) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1035) value=0000000000000000 dev=(215,1036) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1036) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1036) value=0000000000000000 dev=(215,1037) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1037) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1037) value=0000000000000000 dev=(215,1038) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1038) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1038) value=0000000000000000 dev=(215,1039) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t10d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1039) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1039) value=0000000000000000 dev=(215,1040) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t10d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1040) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,1040) value=0000015d50f66000 dev=(215,1041) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t10d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1041) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1041) value=0000000000000000 dev=(215,1042) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t10d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1042) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1042) value=0000000000000000 dev=(215,1043) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t10d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1043) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1043) value=0000000000000000 dev=(215,1044) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t10d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1044) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1044) value=0000000000000000 dev=(215,1031) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t10d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at a,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t10d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1031) value=00000000aea87b2f name=''Size'' type=int64 items=1 dev=(215,1031) value=0000015d50f65e00 sd, instance #17 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000b name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS2JLHD'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c50015921825'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c50015921825'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=25.18.92.15.00.c5.00.50 name=''target-port'' type=string items=1 value=''2518921500c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000b Device Minor Nodes: dev=(215,1088) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1088) value=00000000aea806df name=''Size'' type=int64 items=1 dev=(215,1088) value=0000015d500dbe00 dev=(215,1089) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1089) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1089) value=0000000000000000 dev=(215,1090) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1090) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1090) value=0000000000000000 dev=(215,1091) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1091) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1091) value=0000000000000000 dev=(215,1092) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1092) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1092) value=0000000000000000 dev=(215,1093) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1093) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1093) value=0000000000000000 dev=(215,1094) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1094) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1094) value=0000000000000000 dev=(215,1096) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1096) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,1096) value=0000000000800000 dev=(215,1097) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1097) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1097) value=0000000000000000 dev=(215,1098) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1098) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1098) value=0000000000000000 dev=(215,1099) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1099) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1099) value=0000000000000000 dev=(215,1100) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1100) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1100) value=0000000000000000 dev=(215,1101) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1101) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1101) value=0000000000000000 dev=(215,1102) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1102) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1102) value=0000000000000000 dev=(215,1103) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t11d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1103) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1103) value=0000000000000000 dev=(215,1104) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t11d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1104) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,1104) value=0000015d50f66000 dev=(215,1105) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t11d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1105) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1105) value=0000000000000000 dev=(215,1106) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t11d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1106) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1106) value=0000000000000000 dev=(215,1107) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t11d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1107) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1107) value=0000000000000000 dev=(215,1108) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t11d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1108) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1108) value=0000000000000000 dev=(215,1095) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t11d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at b,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t11d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1095) value=00000000aea84800 name=''Size'' type=int64 items=1 dev=(215,1095) value=0000015d50900000 sd, instance #18 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000c name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS2L9SY'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c50015acc1d0'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c50015acc1d0'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=d0.c1.ac.15.00.c5.00.50 name=''target-port'' type=string items=1 value=''d0c1ac1500c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000c Device Minor Nodes: dev=(215,1152) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1152) value=00000000aea806df name=''Size'' type=int64 items=1 dev=(215,1152) value=0000015d500dbe00 dev=(215,1153) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1153) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1153) value=0000000000000000 dev=(215,1154) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1154) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1154) value=0000000000000000 dev=(215,1155) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1155) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1155) value=0000000000000000 dev=(215,1156) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1156) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1156) value=0000000000000000 dev=(215,1157) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1157) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1157) value=0000000000000000 dev=(215,1158) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1158) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1158) value=0000000000000000 dev=(215,1160) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1160) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,1160) value=0000000000800000 dev=(215,1161) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1161) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1161) value=0000000000000000 dev=(215,1162) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1162) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1162) value=0000000000000000 dev=(215,1163) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1163) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1163) value=0000000000000000 dev=(215,1164) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1164) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1164) value=0000000000000000 dev=(215,1165) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1165) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1165) value=0000000000000000 dev=(215,1166) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1166) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1166) value=0000000000000000 dev=(215,1167) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t12d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1167) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1167) value=0000000000000000 dev=(215,1168) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t12d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1168) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,1168) value=0000015d50f66000 dev=(215,1169) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t12d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1169) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1169) value=0000000000000000 dev=(215,1170) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t12d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1170) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1170) value=0000000000000000 dev=(215,1171) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t12d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1171) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1171) value=0000000000000000 dev=(215,1172) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t12d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1172) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1172) value=0000000000000000 dev=(215,1159) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t12d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at c,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t12d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1159) value=00000000aea84800 name=''Size'' type=int64 items=1 dev=(215,1159) value=0000015d50900000 sd, instance #19 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000d name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS2JRR7'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c500159e9c31'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c500159e9c31'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=31.9c.9e.15.00.c5.00.50 name=''target-port'' type=string items=1 value=''319c9e1500c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000d Device Minor Nodes: dev=(215,1216) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1216) value=00000000aea806df name=''Size'' type=int64 items=1 dev=(215,1216) value=0000015d500dbe00 dev=(215,1217) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1217) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1217) value=0000000000000000 dev=(215,1218) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1218) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1218) value=0000000000000000 dev=(215,1219) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1219) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1219) value=0000000000000000 dev=(215,1220) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1220) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1220) value=0000000000000000 dev=(215,1221) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1221) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1221) value=0000000000000000 dev=(215,1222) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1222) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1222) value=0000000000000000 dev=(215,1224) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1224) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,1224) value=0000000000800000 dev=(215,1225) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1225) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1225) value=0000000000000000 dev=(215,1226) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1226) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1226) value=0000000000000000 dev=(215,1227) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1227) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1227) value=0000000000000000 dev=(215,1228) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1228) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1228) value=0000000000000000 dev=(215,1229) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1229) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1229) value=0000000000000000 dev=(215,1230) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1230) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1230) value=0000000000000000 dev=(215,1231) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t13d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1231) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1231) value=0000000000000000 dev=(215,1232) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t13d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1232) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,1232) value=0000015d50f66000 dev=(215,1233) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t13d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1233) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1233) value=0000000000000000 dev=(215,1234) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t13d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1234) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1234) value=0000000000000000 dev=(215,1235) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t13d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1235) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1235) value=0000000000000000 dev=(215,1236) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t13d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1236) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1236) value=0000000000000000 dev=(215,1223) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t13d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at d,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t13d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1223) value=00000000aea84800 name=''Size'' type=int64 items=1 dev=(215,1223) value=0000015d50900000 sd, instance #20 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000e name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS2L7K1'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c50015ad6812'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c50015ad6812'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=12.68.ad.15.00.c5.00.50 name=''target-port'' type=string items=1 value=''1268ad1500c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000e Device Minor Nodes: dev=(215,1280) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1280) value=00000000aea806df name=''Size'' type=int64 items=1 dev=(215,1280) value=0000015d500dbe00 dev=(215,1281) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1281) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1281) value=0000000000000000 dev=(215,1282) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1282) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1282) value=0000000000000000 dev=(215,1283) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1283) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1283) value=0000000000000000 dev=(215,1284) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1284) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1284) value=0000000000000000 dev=(215,1285) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1285) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1285) value=0000000000000000 dev=(215,1286) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1286) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1286) value=0000000000000000 dev=(215,1288) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1288) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,1288) value=0000000000800000 dev=(215,1289) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1289) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1289) value=0000000000000000 dev=(215,1290) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1290) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1290) value=0000000000000000 dev=(215,1291) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1291) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1291) value=0000000000000000 dev=(215,1292) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1292) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1292) value=0000000000000000 dev=(215,1293) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1293) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1293) value=0000000000000000 dev=(215,1294) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1294) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1294) value=0000000000000000 dev=(215,1295) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t14d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1295) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1295) value=0000000000000000 dev=(215,1296) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t14d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1296) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,1296) value=0000015d50f66000 dev=(215,1297) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t14d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1297) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1297) value=0000000000000000 dev=(215,1298) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t14d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1298) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1298) value=0000000000000000 dev=(215,1299) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t14d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1299) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1299) value=0000000000000000 dev=(215,1300) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t14d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1300) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1300) value=0000000000000000 dev=(215,1287) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t14d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at e,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t14d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1287) value=00000000aea84800 name=''Size'' type=int64 items=1 dev=(215,1287) value=0000015d50900000 sd, instance #21 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000f name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''9VS1EMRQ'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n5000c50011226245'' name=''inquiry-product-id'' type=string items=1 value=''ST31500341AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''CC1H'' name=''inquiry-vendor-id'' type=string items=1 value=''ST31500341AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''5000c50011226245'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=45.62.22.11.00.c5.00.50 name=''target-port'' type=string items=1 value=''4562221100c50050'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST31500341AS.rCC1H'' + ''scsiclass,00.vATA.pST31500341AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=0000000f Device Minor Nodes: dev=(215,1344) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:a spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1344) value=00000000aea83a0e name=''Size'' type=int64 items=1 dev=(215,1344) value=0000015d50741c00 dev=(215,1345) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:b spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1345) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1345) value=0000000000000000 dev=(215,1346) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:c spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1346) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1346) value=0000000000000000 dev=(215,1347) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:d spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1347) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1347) value=0000000000000000 dev=(215,1348) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:e spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1348) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1348) value=0000000000000000 dev=(215,1349) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:f spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s5 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1349) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1349) value=0000000000000000 dev=(215,1350) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:g spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s6 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1350) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1350) value=0000000000000000 dev=(215,1352) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:i spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s8 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1352) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,1352) value=0000000000800000 dev=(215,1353) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:j spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s9 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1353) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1353) value=0000000000000000 dev=(215,1354) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:k spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s10 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1354) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1354) value=0000000000000000 dev=(215,1355) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:l spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s11 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1355) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1355) value=0000000000000000 dev=(215,1356) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:m spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s12 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1356) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1356) value=0000000000000000 dev=(215,1357) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:n spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s13 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1357) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1357) value=0000000000000000 dev=(215,1358) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:o spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s14 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1358) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1358) value=0000000000000000 dev=(215,1359) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:p spectype=blk type=minor dev_link=/dev/dsk/c7t15d0s15 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1359) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1359) value=0000000000000000 dev=(215,1360) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:q spectype=blk type=minor dev_link=/dev/dsk/c7t15d0p0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1360) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,1360) value=0000015d50f66000 dev=(215,1361) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:r spectype=blk type=minor dev_link=/dev/dsk/c7t15d0p1 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1361) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1361) value=0000000000000000 dev=(215,1362) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:s spectype=blk type=minor dev_link=/dev/dsk/c7t15d0p2 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1362) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1362) value=0000000000000000 dev=(215,1363) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:t spectype=blk type=minor dev_link=/dev/dsk/c7t15d0p3 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1363) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1363) value=0000000000000000 dev=(215,1364) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:u spectype=blk type=minor dev_link=/dev/dsk/c7t15d0p4 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1364) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1364) value=0000000000000000 dev=(215,1351) dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:wd spectype=blk type=minor dev_link=/dev/dsk/c7t15d0 dev_path=/pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0/sd at f,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c7t15d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1351) value=00000000aea87b2f name=''Size'' type=int64 items=1 dev=(215,1351) value=0000015d50f65e00 pci8086,27e0, instance #2 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000080 name=''available'' type=int items=10 value=81000000.00000000.00003028.00000000.00000fd8.82000000.00000000.e2200400.00000000.000ffc00 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.PEX4'' name=''reg'' type=int items=5 value=0000e400.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex8086,27e0.1'' + ''pciex8086,27e0'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci8086,27e0.1'' + ''pci8086,27e0'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.00003000.81000000.00000000.00003000.00000000.00001000.82000000.00000000.e2200000.82000000.00000000.e2200000.00000000.00100000 name=''bus-range'' type=int items=2 value=00000003.00000003 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000035 name=''physical-slot#'' type=int items=1 value=00000005 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''unit-address'' type=string items=1 value=''1c,4'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027e0 name=''pci-hotplug-type'' type=int items=1 value=00000001 Device Minor Nodes: dev=(280,767) dev_path=/pci at 0,0/pci8086,27e0 at 1c,4:devctl spectype=chr type=minor pci8086,5842 (driver not attached) Hardware properties: name=''assigned-addresses'' type=int items=30 value=81030010.00000000.00003018.00000000.00000008.81030014.00000000.00003024.00000000.00000004.81030018.00000000.00003010.00000000.00000008.8103001c.00000000.00003020.00000000.00000004.81030020.00000000.00003000.00000000.00000010.82030024.00000000.e2200000.00000000.00000400 name=''reg'' type=int items=35 value=00030000.00000000.00000000.00000000.00000000.01030010.00000000.00000000.00000000.00000008.01030014.00000000.00000000.00000000.00000004.01030018.00000000.00000000.00000000.00000008.0103001c.00000000.00000000.00000000.00000004.01030020.00000000.00000000.00000000.00000010.02030024.00000000.00000000.00000000.00000400 name=''compatible'' type=string items=13 value=''pciex11ab,6145.8086.5842.a1'' + ''pciex11ab,6145.8086.5842'' + ''pciex11ab,6145.a1'' + ''pciex11ab,6145'' + ''pciexclass,01068f'' + ''pciexclass,0106'' + ''pci11ab,6145.8086.5842.a1'' + ''pci11ab,6145.8086.5842'' + ''pci8086,5842'' + ''pci11ab,6145.a1'' + ''pci11ab,6145'' + ''pciclass,01068f'' + ''pciclass,0106'' name=''model'' type=string items=1 value=''Unknown class of pci/pnpbios device'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=0001068f name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000011ab name=''device-id'' type=int items=1 value=00006145 pci8086,27e2, instance #3 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000080 name=''available'' type=int items=10 value=81000000.00000000.00002020.00000000.00000fe0.82000000.00000000.e2120000.00000000.000e0000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.PEX5'' name=''reg'' type=int items=5 value=0000e500.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex8086,27e2.1'' + ''pciex8086,27e2'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci8086,27e2.1'' + ''pci8086,27e2'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.00002000.81000000.00000000.00002000.00000000.00001000.82000000.00000000.e2100000.82000000.00000000.e2100000.00000000.00100000 name=''bus-range'' type=int items=2 value=00000004.00000004 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000036 name=''physical-slot#'' type=int items=1 value=00000006 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000002 name=''unit-address'' type=string items=1 value=''1c,5'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027e2 name=''pci-hotplug-type'' type=int items=1 value=00000001 Device Minor Nodes: dev=(280,1023) dev_path=/pci at 0,0/pci8086,27e2 at 1c,5:devctl spectype=chr type=minor pci8086,30a5, instance #0 System software properties: name=''ForceSpeedDuplex'' type=int items=16 value=00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007 name=''AutoNegAdvertised'' type=int items=16 value=00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000 name=''MaxFrameSize'' type=int items=16 value=00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000 name=''FlowControl'' type=int items=16 value=00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003 name=''TbiCompatibilityEnable'' type=int items=16 value=00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001 name=''SetMasterSlave'' type=int items=16 value=00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000 Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=000000d0 name=''assigned-addresses'' type=int items=10 value=82040010.00000000.e2100000.00000000.00020000.81040018.00000000.00002000.00000000.00000020 name=''reg'' type=int items=15 value=00040000.00000000.00000000.00000000.00000000.02040010.00000000.00000000.00000000.00020000.01040018.00000000.00000000.00000000.00000020 name=''compatible'' type=string items=13 value=''pciex8086,109a.8086.30a5.0'' + ''pciex8086,109a.8086.30a5'' + ''pciex8086,109a.0'' + ''pciex8086,109a'' + ''pciexclass,020000'' + ''pciexclass,0200'' + ''pci8086,109a.8086.30a5.0'' + ''pci8086,109a.8086.30a5'' + ''pci8086,30a5'' + ''pci8086,109a.0'' + ''pci8086,109a'' + ''pciclass,020000'' + ''pciclass,0200'' name=''model'' type=string items=1 value=''Ethernet controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=000030a5 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00020000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=0000109a Device Minor Nodes: dev=(110,1) dev_path=/pci at 0,0/pci8086,27e2 at 1c,5/pci8086,30a5 at 0:e1000g0 spectype=chr type=minor dev_link=/dev/e1000g0 dev=(110,1002) dev_path=<clone> Device Minor Layered Under: mod=udp accesstype=chr dev_path=/pseudo/udp at 0 dev=(110,1003) dev_path=<clone> Device Minor Layered Under: mod=udp accesstype=chr dev_path=/pseudo/udp at 0 pci8086,5842, instance #0 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000002 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.UHC1'' name=''assigned-addresses'' type=int items=5 value=8100e820.00000000.00005080.00000000.00000020 name=''reg'' type=int items=10 value=0000e800.00000000.00000000.00000000.00000000.0100e820.00000000.00000000.00000000.00000020 name=''compatible'' type=string items=7 value=''pci8086,27c8.8086.5842.1'' + ''pci8086,27c8.8086.5842'' + ''pci8086,5842'' + ''pci8086,27c8.1'' + ''pci8086,27c8'' + ''pciclass,0c0300'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus UHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1d'' name=''class-code'' type=int items=1 value=000c0300 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027c8 Device Minor Nodes: dev=(53,0) dev_path=/pci at 0,0/pci8086,5842 at 1d:1 spectype=chr type=minor dev_link=/dev/cfg/usb5/1 dev_path=/pci at 0,0/pci8086,5842 at 1d:2 spectype=chr type=minor dev_link=/dev/cfg/usb5/2 dev=(53,4096) dev_path=/pci at 0,0/pci8086,5842 at 1d:hubd spectype=chr type=minor dev_link=/dev/usb/hub6 device, instance #0 Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''low-speed'' type=boolean name=''configuration#'' type=int items=1 value=00000001 name=''usb-product-name'' type=string items=1 value=''USB Gaming Keyboard Pro'' name=''usb-vendor-name'' type=string items=1 value=''Chicony'' name=''usb-raw-cfg-descriptors'' type=byte items=84 value=09.02.54.00.03.01.00.a0.32.09.04.00.00.01.03.01.01.00.09.21.11.01.00.01.22.41.00.07.05.81.03.08.00.0a.09.04.01.00.01.03.00.00.00.09.21.11.01.00.01.22.88.00.07.05.82.03.05.00.0a.09.04.02.00.01.03.00.00.00.09.21.11.01.00.01.22.41.00.07.05.83.03.02.00.0a name=''usb-dev-descriptor'' type=byte items=18 value=12.01.00.02.00.00.00.08.a3.06.00.80.20.01.01.02.00.01 name=''usb-release'' type=int items=1 value=00000200 name=''usb-num-configs'' type=int items=1 value=00000001 name=''usb-revision-id'' type=int items=1 value=00000120 name=''usb-product-id'' type=int items=1 value=00008000 name=''usb-vendor-id'' type=int items=1 value=000006a3 name=''compatible'' type=string items=3 value=''usb6a3,8000.120'' + ''usb6a3,8000'' + ''usb,device'' name=''reg'' type=int items=1 value=00000002 name=''assigned-address'' type=int items=1 value=00000002 Device Minor Nodes: dev=(39,0) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:usb_mid spectype=chr type=minor dev_link=/dev/usb/device1 dev=(39,1) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.devstat spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/devstat dev=(39,2) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.cntrl0 spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/cntrl0 dev=(39,3) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.cntrl0stat spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/cntrl0stat dev=(39,4) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.if0in1 spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/if0in1 dev=(39,5) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.if0in1stat spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/if0in1stat dev=(39,6) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.if1in2 spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/if1in2 dev=(39,7) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.if1in2stat spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/if1in2stat dev=(39,8) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.if2in3 spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/if2in3 dev=(39,9) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2:6a3.8000.if2in3stat spectype=chr type=minor dev_link=/dev/usb/6a3.8000/0/if2in3stat keyboard, instance #0 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''interface'' type=int items=1 value=00000000 name=''compatible'' type=string items=8 value=''usbif6a3,8000.120.config1.0'' + ''usbif6a3,8000.config1.0'' + ''usbif6a3,class3.1.1'' + ''usbif6a3,class3.1'' + ''usbif6a3,class3'' + ''usbif,class3.1.1'' + ''usbif,class3.1'' + ''usbif,class3'' name=''reg'' type=int items=2 value=00000000.00000001 name=''assigned-address'' type=int items=1 value=00000002 Device Minor Nodes: dev=(34,0) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2/keyboard at 0:keyboard spectype=chr type=minor dev_link=/dev/usb/hid2 dev=(34,1) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2/keyboard at 0:internal_keyboard spectype=chr type=internal Device Minor Layered Under: mod=conskbd accesstype=chr dev_path=/pseudo/conskbd at 0 input, instance #1 Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''interface'' type=int items=1 value=00000001 name=''compatible'' type=string items=8 value=''usbif6a3,8000.120.config1.1'' + ''usbif6a3,8000.config1.1'' + ''usbif6a3,class3.0.0'' + ''usbif6a3,class3.0'' + ''usbif6a3,class3'' + ''usbif,class3.0.0'' + ''usbif,class3.0'' + ''usbif,class3'' name=''reg'' type=int items=2 value=00000001.00000001 name=''assigned-address'' type=int items=1 value=00000002 Device Minor Nodes: dev=(34,2) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2/input at 1:consumer_control spectype=chr type=minor dev_link=/dev/usb/hid3 input, instance #2 Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''interface'' type=int items=1 value=00000002 name=''compatible'' type=string items=8 value=''usbif6a3,8000.120.config1.2'' + ''usbif6a3,8000.config1.2'' + ''usbif6a3,class3.0.0'' + ''usbif6a3,class3.0'' + ''usbif6a3,class3'' + ''usbif,class3.0.0'' + ''usbif,class3.0'' + ''usbif,class3'' name=''reg'' type=int items=2 value=00000002.00000001 name=''assigned-address'' type=int items=1 value=00000002 Device Minor Nodes: dev=(34,4) dev_path=/pci at 0,0/pci8086,5842 at 1d/device at 2/input at 2:hid_1_5 spectype=chr type=minor dev_link=/dev/usb/hid4 pci8086,5842, instance #1 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000002 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.UHC2'' name=''assigned-addresses'' type=int items=5 value=8100e920.00000000.00005060.00000000.00000020 name=''reg'' type=int items=10 value=0000e900.00000000.00000000.00000000.00000000.0100e920.00000000.00000000.00000000.00000020 name=''compatible'' type=string items=7 value=''pci8086,27c9.8086.5842.1'' + ''pci8086,27c9.8086.5842'' + ''pci8086,5842'' + ''pci8086,27c9.1'' + ''pci8086,27c9'' + ''pciclass,0c0300'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus UHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000002 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1d,1'' name=''class-code'' type=int items=1 value=000c0300 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027c9 Device Minor Nodes: dev=(53,1) dev_path=/pci at 0,0/pci8086,5842 at 1d,1:1 spectype=chr type=minor dev_link=/dev/cfg/usb6/1 dev_path=/pci at 0,0/pci8086,5842 at 1d,1:2 spectype=chr type=minor dev_link=/dev/cfg/usb6/2 dev=(53,4097) dev_path=/pci at 0,0/pci8086,5842 at 1d,1:hubd spectype=chr type=minor dev_link=/dev/usb/hub7 pci8086,5842, instance #2 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000002 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.UHC3'' name=''assigned-addresses'' type=int items=5 value=8100ea20.00000000.00005040.00000000.00000020 name=''reg'' type=int items=10 value=0000ea00.00000000.00000000.00000000.00000000.0100ea20.00000000.00000000.00000000.00000020 name=''compatible'' type=string items=7 value=''pci8086,27ca.8086.5842.1'' + ''pci8086,27ca.8086.5842'' + ''pci8086,5842'' + ''pci8086,27ca.1'' + ''pci8086,27ca'' + ''pciclass,0c0300'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus UHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000003 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1d,2'' name=''class-code'' type=int items=1 value=000c0300 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027ca Device Minor Nodes: dev=(53,2) dev_path=/pci at 0,0/pci8086,5842 at 1d,2:1 spectype=chr type=minor dev_link=/dev/cfg/usb7/1 dev_path=/pci at 0,0/pci8086,5842 at 1d,2:2 spectype=chr type=minor dev_link=/dev/cfg/usb7/2 dev=(53,4098) dev_path=/pci at 0,0/pci8086,5842 at 1d,2:hubd spectype=chr type=minor dev_link=/dev/usb/hub8 pci8086,5842, instance #3 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000002 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.UHC4'' name=''assigned-addresses'' type=int items=5 value=8100eb20.00000000.00005020.00000000.00000020 name=''reg'' type=int items=10 value=0000eb00.00000000.00000000.00000000.00000000.0100eb20.00000000.00000000.00000000.00000020 name=''compatible'' type=string items=7 value=''pci8086,27cb.8086.5842.1'' + ''pci8086,27cb.8086.5842'' + ''pci8086,5842'' + ''pci8086,27cb.1'' + ''pci8086,27cb'' + ''pciclass,0c0300'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus UHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000004 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1d,3'' name=''class-code'' type=int items=1 value=000c0300 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027cb Device Minor Nodes: dev=(53,3) dev_path=/pci at 0,0/pci8086,5842 at 1d,3:1 spectype=chr type=minor dev_link=/dev/cfg/usb8/1 dev_path=/pci at 0,0/pci8086,5842 at 1d,3:2 spectype=chr type=minor dev_link=/dev/cfg/usb8/2 dev=(53,4099) dev_path=/pci at 0,0/pci8086,5842 at 1d,3:hubd spectype=chr type=minor dev_link=/dev/usb/hub9 mouse, instance #3 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''low-speed'' type=boolean name=''usb-product-name'' type=string items=1 value=''Kensington Expert Mouse'' name=''usb-vendor-name'' type=string items=1 value=''Kensington '' name=''usb-raw-cfg-descriptors'' type=byte items=34 value=09.02.22.00.01.01.00.a0.32.09.04.00.00.01.03.01.02.00.09.21.10.01.00.01.22.34.00.07.05.81.03.04.00.0a name=''usb-dev-descriptor'' type=byte items=18 value=12.01.10.01.00.00.00.08.7d.04.20.10.00.01.01.02.00.01 name=''usb-release'' type=int items=1 value=00000110 name=''usb-num-configs'' type=int items=1 value=00000001 name=''usb-revision-id'' type=int items=1 value=00000100 name=''usb-product-id'' type=int items=1 value=00001020 name=''usb-vendor-id'' type=int items=1 value=0000047d name=''compatible'' type=string items=9 value=''usb47d,1020.100'' + ''usb47d,1020'' + ''usbif47d,class3.1.2'' + ''usbif47d,class3.1'' + ''usbif47d,class3'' + ''usbif,class3.1.2'' + ''usbif,class3.1'' + ''usbif,class3'' + ''usb,device'' name=''reg'' type=int items=1 value=00000001 name=''assigned-address'' type=int items=1 value=00000002 Device Minor Nodes: dev=(34,6) dev_path=/pci at 0,0/pci8086,5842 at 1d,3/mouse at 1:mouse spectype=chr type=minor dev_link=/dev/usb/hid5 dev=(34,7) dev_path=/pci at 0,0/pci8086,5842 at 1d,3/mouse at 1:internal_mouse spectype=chr type=internal Device Minor Layered Under: mod=consms accesstype=chr dev_path=/pseudo/consms at 0 pci8086,5842, instance #0 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000008 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.EHCI'' name=''assigned-addresses'' type=int items=5 value=8200ef10.00000000.e2404400.00000000.00000400 name=''reg'' type=int items=10 value=0000ef00.00000000.00000000.00000000.00000000.0200ef10.00000000.00000000.00000000.00000400 name=''compatible'' type=string items=7 value=''pci8086,27cc.8086.5842.1'' + ''pci8086,27cc.8086.5842'' + ''pci8086,5842'' + ''pci8086,27cc.1'' + ''pci8086,27cc'' + ''pciclass,0c0320'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus EHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1d,7'' name=''class-code'' type=int items=1 value=000c0320 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027cc Device Minor Nodes: dev=(51,0) dev_path=/pci at 0,0/pci8086,5842 at 1d,7:1 spectype=chr type=minor dev_link=/dev/cfg/usb9/1 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:8 spectype=chr type=minor dev_link=/dev/cfg/usb9/8 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:7 spectype=chr type=minor dev_link=/dev/cfg/usb9/7 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:6 spectype=chr type=minor dev_link=/dev/cfg/usb9/6 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:5 spectype=chr type=minor dev_link=/dev/cfg/usb9/5 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:4 spectype=chr type=minor dev_link=/dev/cfg/usb9/4 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:3 spectype=chr type=minor dev_link=/dev/cfg/usb9/3 dev_path=/pci at 0,0/pci8086,5842 at 1d,7:2 spectype=chr type=minor dev_link=/dev/cfg/usb9/2 dev=(51,4096) dev_path=/pci at 0,0/pci8086,5842 at 1d,7:hubd spectype=chr type=minor dev_link=/dev/usb/hub10 pci8086,244e, instance #0 Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''device_type'' type=string items=1 dev=none value=''pci'' Hardware properties: name=''available'' type=int items=30 value=81000000.00000000.00001040.00000000.00000002.81000000.00000000.00001043.00000000.00000003.81000000.00000000.00001047.00000000.00000003.81000000.00000000.0000104b.00000000.00000003.81000000.00000000.0000104f.00000000.00000fb1.82000000.00000000.e2005000.00000000.000fb000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.P32_'' name=''reg'' type=int items=5 value=0000f000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci8086,244e.e1'' + ''pci8086,244e'' + ''pciclass,060401'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''Subtractive Decode PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.00001000.81000000.00000000.00001000.00000000.00001000.82000000.00000000.e2000000.82000000.00000000.e2000000.00000000.00100000 name=''bus-range'' type=int items=2 value=00000005.00000005 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pci'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''1e'' name=''class-code'' type=int items=1 value=00060401 name=''revision-id'' type=int items=1 value=000000e1 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=0000244e Device Minor Nodes: dev=(84,255) dev_path=/pci at 0,0/pci8086,244e at 1e:devctl spectype=chr type=minor pci-ide, instance #1 Driver properties: name=''sil3xxx-initialized'' type=int items=1 dev=none value=00000001 name=''class-code'' type=int items=1 dev=none value=00010685 name=''fm-errcb-capable'' type=boolean dev=none Hardware properties: name=''#size-cells'' type=int items=1 value=00000000 name=''#address-cells'' type=int items=1 value=00000001 name=''device_type'' type=string items=1 value=''pci-ide'' name=''assigned-addresses'' type=int items=30 value=81050010.00000000.00001038.00000000.00000008.81050014.00000000.0000104e.00000000.00000001.81050018.00000000.00001030.00000000.00000008.8105001c.00000000.0000104a.00000000.00000001.81050020.00000000.00001010.00000000.00000010.82050024.00000000.e2004c00.00000000.00000400 name=''reg'' type=int items=35 value=00050000.00000000.00000000.00000000.00000000.01050010.00000000.00000000.00000000.00000008.01050014.00000000.00000000.00000000.00000001.01050018.00000000.00000000.00000000.00000008.0105001c.00000000.00000000.00000000.00000001.01050020.00000000.00000000.00000000.00000010.02050024.00000000.00000000.00000000.00000400 name=''compatible'' type=string items=7 value=''pci1095,3114.1095.3114.2'' + ''pci1095,3114.1095.3114'' + ''pci1095,3114'' + ''pci1095,3114.2'' + ''pci1095,3114'' + ''pciclass,010600'' + ''pciclass,0106'' name=''model'' type=string items=1 value=''Serial ATA Direct Port Access (DPA)'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001095 name=''subsystem-id'' type=int items=1 value=00003114 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00010600 name=''revision-id'' type=int items=1 value=00000002 name=''vendor-id'' type=int items=1 value=00001095 name=''device-id'' type=int items=1 value=00003114 Interrupt Specifications: Interrupt Priority=0x5 (ipl 5), vector=0xb (11) ide (driver not attached) Hardware properties: name=''reg'' type=int items=1 value=00000000 ide (driver not attached) Hardware properties: name=''reg'' type=int items=1 value=00000001 pci-ide, instance #2 Driver properties: name=''sil3xxx-initialized'' type=int items=1 dev=none value=00000001 name=''class-code'' type=int items=1 dev=none value=00010685 name=''fm-errcb-capable'' type=boolean dev=none Hardware properties: name=''#size-cells'' type=int items=1 value=00000000 name=''#address-cells'' type=int items=1 value=00000001 name=''device_type'' type=string items=1 value=''pci-ide'' name=''assigned-addresses'' type=int items=30 value=81051010.00000000.00001028.00000000.00000008.81051014.00000000.00001046.00000000.00000001.81051018.00000000.00001020.00000000.00000008.8105101c.00000000.00001042.00000000.00000001.81051020.00000000.00001000.00000000.00000010.82051024.00000000.e2004800.00000000.00000400 name=''reg'' type=int items=35 value=00051000.00000000.00000000.00000000.00000000.01051010.00000000.00000000.00000000.00000008.01051014.00000000.00000000.00000000.00000001.01051018.00000000.00000000.00000000.00000008.0105101c.00000000.00000000.00000000.00000001.01051020.00000000.00000000.00000000.00000010.02051024.00000000.00000000.00000000.00000400 name=''compatible'' type=string items=7 value=''pci1095,3114.1095.3114.2'' + ''pci1095,3114.1095.3114'' + ''pci1095,3114'' + ''pci1095,3114.2'' + ''pci1095,3114'' + ''pciclass,010600'' + ''pciclass,0106'' name=''model'' type=string items=1 value=''Serial ATA Direct Port Access (DPA)'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001095 name=''subsystem-id'' type=int items=1 value=00003114 name=''unit-address'' type=string items=1 value=''2'' name=''class-code'' type=int items=1 value=00010600 name=''revision-id'' type=int items=1 value=00000002 name=''vendor-id'' type=int items=1 value=00001095 name=''device-id'' type=int items=1 value=00003114 Interrupt Specifications: Interrupt Priority=0x5 (ipl 5), vector=0xa (10) ide (driver not attached) Hardware properties: name=''reg'' type=int items=1 value=00000000 ide (driver not attached) Hardware properties: name=''reg'' type=int items=1 value=00000001 pci8086,5842, instance #0 System software properties: name=''reserved-addresses'' type=int items=9 value=0000ffff.f0000b00.00000200.0000ffff.f0000d00.00000200.0000ffff.f0000234.00000004 name=''ddi-forceattach'' type=int items=1 value=00000001 name=''active-dma-flush'' type=int items=1 value=00000001 name=''interrupt-priorities'' type=int items=1 value=00000009 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none Hardware properties: name=''assigned-addresses'' type=int items=10 value=82052010.00000000.e2004000.00000000.00000800.82052014.00000000.e2000000.00000000.00004000 name=''reg'' type=int items=15 value=00052000.00000000.00000000.00000000.00000000.02052010.00000000.00000000.00000000.00000800.02052014.00000000.00000000.00000000.00004000 name=''compatible'' type=string items=7 value=''pci104c,8024.8086.5842.0'' + ''pci104c,8024.8086.5842'' + ''pci8086,5842'' + ''pci104c,8024.0'' + ''pci104c,8024'' + ''pciclass,0c0010'' + ''pciclass,0c00'' name=''model'' type=string items=1 value=''FireWire (IEEE 1394) OpenHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000004 name=''min-grant'' type=int items=1 value=00000002 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''4'' name=''class-code'' type=int items=1 value=000c0010 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=0000104c name=''device-id'' type=int items=1 value=00008024 Interrupt Specifications: Interrupt Priority=0x9 (ipl 9), vector=0xa (10) Device Minor Nodes: dev=(69,0) dev_path=/pci at 0,0/pci8086,244e at 1e/pci8086,5842 at 4:devctl spectype=chr type=minor dev_link=/dev/1394/hba0 isa, instance #1 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.LPC_'' name=''ranges'' type=int items=138 value=00000001.00000000.81000000.00000000.00000000.0000003e.00000001.00000040.81000000.00000000.00000040.00000004.00000001.00000050.81000000.00000000.00000050.00000004.00000001.00000060.81000000.00000000.00000060.00000002.00000001.00000064.81000000.00000000.00000064.00000001.00000001.00000070.81000000.00000000.00000070.00000008.00000001.00000080.81000000.00000000.00000080.00000020.00000001.00000092.81000000.00000000.00000092.00000001.00000001.000000a0.81000000.00000000.000000a0.0000001e.00000001.000000c0.81000000.00000000.000000c0.00000020.00000001.000000f0.81000000.00000000.000000f0.00000001.00000001.00000400.81000000.00000000.00000400.00000080.00000001.000004d0.81000000.00000000.000004d0.00000002.00000001.00000500.81000000.00000000.00000500.00000040.00000001.00000680.81000000.00000000.00000680.00000080.00000001.00000cf8.81000000.00000000.00000cf8.00000008.00000000.000c0000.82000000.00000000.000c0000.00040000.00000000.f0000000.82000000.00000000.f0000000.04000000.00000000.fec 00000.82000000.00000000.fec00000.00000100.00000000.fed00000.82000000.00000000.fed00000.00000400.00000000.fed13000.82000000.00000000.fed13000.00007000.00000000.fed1c000.82000000.00000000.fed1c000.00024000.00000000.fed45000.82000000.00000000.fed45000.00055000 name=''device_type'' type=string items=1 value=''isa'' name=''reg'' type=int items=5 value=0000f800.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=7 value=''pci8086,27b0.8086.5842.1'' + ''pci8086,27b0.8086.5842'' + ''pci8086,5842'' + ''pci8086,27b0.1'' + ''pci8086,27b0'' + ''pciclass,060100'' + ''pciclass,0601'' name=''model'' type=string items=1 value=''ISA bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1f'' name=''class-code'' type=int items=1 value=00060100 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027b0 pit_beep, instance #1 System properties: name=''instance'' type=int items=1 value=00000000 pci-ide, instance #0 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.IDEC'' name=''#size-cells'' type=int items=1 value=00000000 name=''#address-cells'' type=int items=1 value=00000001 name=''device_type'' type=string items=1 value=''pci-ide'' name=''assigned-addresses'' type=int items=25 value=8100f900.00000000.000001f0.00000000.00000008.8100f900.00000000.000003f6.00000000.00000001.8100f900.00000000.00000170.00000000.00000008.8100f900.00000000.00000376.00000000.00000001.8100f920.00000000.000050b0.00000000.00000010 name=''reg'' type=int items=30 value=0000f900.00000000.00000000.00000000.00000000.8100f900.00000000.000001f0.00000000.00000008.8100f900.00000000.000003f6.00000000.00000001.8100f900.00000000.00000170.00000000.00000008.8100f900.00000000.00000376.00000000.00000001.0100f920.00000000.00000000.00000000.00000010 name=''compatible'' type=string items=7 value=''pci8086,27df.8086.5842.1'' + ''pci8086,27df.8086.5842'' + ''pci8086,5842'' + ''pci8086,27df.1'' + ''pci8086,27df'' + ''pciclass,01018a'' + ''pciclass,0101'' name=''model'' type=string items=1 value=''IDE controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1f,1'' name=''class-code'' type=int items=1 value=0001018a name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027df ide, instance #0 System software properties: name=''device_type'' type=string items=1 value=''ide'' name=''flow_control'' type=string items=1 value=''dmult'' name=''queue'' type=string items=1 value=''qfifo'' name=''max_transfer'' type=int items=1 value=00000100 name=''ata-options'' type=int items=1 value=00000001 name=''drive0_block_factor'' type=int items=1 value=00000001 name=''drive1_block_factor'' type=int items=1 value=00000001 name=''timing_flags'' type=int items=1 value=00000000 Hardware properties: name=''scsi-binding-set'' type=string items=1 value=''spi'' name=''initiator-interconnect-type'' type=string items=1 value=''SPI'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 name=''compatibility-mode'' type=int items=1 value=00000001 name=''reg'' type=int items=1 value=00000000 Device Minor Nodes: dev=(112,0) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0:control spectype=chr type=minor sd, instance #4 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000000 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''removable-media'' type=boolean dev=none Hardware properties: name=''inquiry-revision-id'' type=string items=1 value=''1.17'' name=''inquiry-product-id'' type=string items=1 value=''DVD-RW DVR-109'' name=''inquiry-vendor-id'' type=string items=1 value=''PIONEER'' name=''inquiry-device-type'' type=int items=1 value=00000005 name=''variant'' type=string items=1 value=''atapi'' Device Minor Nodes: dev=(215,256) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:a spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s0 dev_link=/dev/removable-media/dsk/c8t0d0s0 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s0 dev_link=/dev/removable-media/rdsk/c8t0d0s0 dev=(215,257) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:b spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s1 dev_link=/dev/removable-media/dsk/c8t0d0s1 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s1 dev_link=/dev/removable-media/rdsk/c8t0d0s1 dev=(215,258) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:c spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s2 dev_link=/dev/removable-media/dsk/c8t0d0s2 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s2 dev_link=/dev/removable-media/rdsk/c8t0d0s2 dev=(215,259) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:d spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s3 dev_link=/dev/removable-media/dsk/c8t0d0s3 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s3 dev_link=/dev/removable-media/rdsk/c8t0d0s3 dev=(215,260) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:e spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s4 dev_link=/dev/removable-media/dsk/c8t0d0s4 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s4 dev_link=/dev/removable-media/rdsk/c8t0d0s4 dev=(215,261) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:f spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s5 dev_link=/dev/removable-media/dsk/c8t0d0s5 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s5 dev_link=/dev/removable-media/rdsk/c8t0d0s5 dev=(215,262) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:g spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s6 dev_link=/dev/removable-media/dsk/c8t0d0s6 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s6 dev_link=/dev/removable-media/rdsk/c8t0d0s6 dev=(215,263) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:h spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s7 dev_link=/dev/removable-media/dsk/c8t0d0s7 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:h,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s7 dev_link=/dev/removable-media/rdsk/c8t0d0s7 dev=(215,264) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:i spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s8 dev_link=/dev/removable-media/dsk/c8t0d0s8 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s8 dev_link=/dev/removable-media/rdsk/c8t0d0s8 dev=(215,265) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:j spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s9 dev_link=/dev/removable-media/dsk/c8t0d0s9 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s9 dev_link=/dev/removable-media/rdsk/c8t0d0s9 dev=(215,266) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:k spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s10 dev_link=/dev/removable-media/dsk/c8t0d0s10 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s10 dev_link=/dev/removable-media/rdsk/c8t0d0s10 dev=(215,267) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:l spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s11 dev_link=/dev/removable-media/dsk/c8t0d0s11 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s11 dev_link=/dev/removable-media/rdsk/c8t0d0s11 dev=(215,268) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:m spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s12 dev_link=/dev/removable-media/dsk/c8t0d0s12 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s12 dev_link=/dev/removable-media/rdsk/c8t0d0s12 dev=(215,269) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:n spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s13 dev_link=/dev/removable-media/dsk/c8t0d0s13 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s13 dev_link=/dev/removable-media/rdsk/c8t0d0s13 dev=(215,270) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:o spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s14 dev_link=/dev/removable-media/dsk/c8t0d0s14 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s14 dev_link=/dev/removable-media/rdsk/c8t0d0s14 dev=(215,271) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:p spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s15 dev_link=/dev/removable-media/dsk/c8t0d0s15 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s15 dev_link=/dev/removable-media/rdsk/c8t0d0s15 dev=(215,272) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:q spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p0 dev_link=/dev/removable-media/dsk/c8t0d0p0 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p0 dev_link=/dev/removable-media/rdsk/c8t0d0p0 dev=(215,273) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:r spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p1 dev_link=/dev/removable-media/dsk/c8t0d0p1 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p1 dev_link=/dev/removable-media/rdsk/c8t0d0p1 dev=(215,274) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:s spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p2 dev_link=/dev/removable-media/dsk/c8t0d0p2 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p2 dev_link=/dev/removable-media/rdsk/c8t0d0p2 dev=(215,275) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:t spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p3 dev_link=/dev/removable-media/dsk/c8t0d0p3 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p3 dev_link=/dev/removable-media/rdsk/c8t0d0p3 dev=(215,276) dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:u spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p4 dev_link=/dev/removable-media/dsk/c8t0d0p4 dev_path=/pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p4 dev_link=/dev/removable-media/rdsk/c8t0d0p4 ide (driver not attached) Hardware properties: name=''compatibility-mode'' type=int items=1 value=00000001 name=''reg'' type=int items=1 value=00000001 pci8086,5842, instance #0 Driver properties: name=''sata'' type=int items=1 dev=none value=00000001 name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''scsi-binding-set'' type=string items=1 value=''spi'' name=''initiator-interconnect-type'' type=string items=1 value=''SPI'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 name=''pci-msi-capid-pointer'' type=int items=1 value=00000080 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.IDES'' name=''assigned-addresses'' type=int items=30 value=8100fa10.00000000.000050c8.00000000.00000008.8100fa14.00000000.000050e4.00000000.00000004.8100fa18.00000000.000050c0.00000000.00000008.8100fa1c.00000000.000050e0.00000000.00000004.8100fa20.00000000.000050a0.00000000.00000010.8200fa24.00000000.e2404000.00000000.00000400 name=''reg'' type=int items=35 value=0000fa00.00000000.00000000.00000000.00000000.0100fa10.00000000.00000000.00000000.00000008.0100fa14.00000000.00000000.00000000.00000004.0100fa18.00000000.00000000.00000000.00000008.0100fa1c.00000000.00000000.00000000.00000004.0100fa20.00000000.00000000.00000000.00000010.0200fa24.00000000.00000000.00000000.00000400 name=''compatible'' type=string items=7 value=''pci8086,27c1.8086.5842.1'' + ''pci8086,27c1.8086.5842'' + ''pci8086,5842'' + ''pci8086,27c1.1'' + ''pci8086,27c1'' + ''pciclass,010601'' + ''pciclass,0106'' name=''model'' type=string items=1 value=''SATA AHCI 1.0 Interface'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000002 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1f,2'' name=''class-code'' type=int items=1 value=00010601 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027c1 Device Minor Nodes: dev=(221,0) dev_path=/pci at 0,0/pci8086,5842 at 1f,2:devctl spectype=chr type=minor dev=(221,1024) dev_path=/pci at 0,0/pci8086,5842 at 1f,2:0 spectype=chr type=minor dev_link=/dev/cfg/sata1/0 dev=(221,1025) dev_path=/pci at 0,0/pci8086,5842 at 1f,2:1 spectype=chr type=minor dev_link=/dev/cfg/sata1/1 dev=(221,1026) dev_path=/pci at 0,0/pci8086,5842 at 1f,2:2 spectype=chr type=minor dev_link=/dev/cfg/sata1/2 dev=(221,1027) dev_path=/pci at 0,0/pci8086,5842 at 1f,2:3 spectype=chr type=minor dev_link=/dev/cfg/sata1/3 disk, instance #0 Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''WD-WCAPD2750086'' name=''pm-components'' type=string items=5 dev=none value=''NAME=spindle-motor'' + ''0=stopped'' + ''1=standby'' + ''2=idle'' + ''3=active'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''pm-capable'' type=int items=1 dev=none value=00030006 name=''device-nblocks'' type=int64 items=1 dev=none value=000000002542eab0 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at SATA_____WDC_WD3200KS-00P_____WD-WCAPD2750086'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''21.00M21'' name=''inquiry-product-id'' type=string items=1 value=''WD3200KS-00PFB0'' name=''inquiry-vendor-id'' type=string items=1 value=''WDC'' name=''class'' type=string items=1 value=''scsi'' name=''compatible'' type=string items=4 value=''scsiclass,00.vATA.pWDC_WD3200KS-00P.r0M21'' + ''scsiclass,00.vATA.pWDC_WD3200KS-00P'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000000 name=''device-type'' type=string items=1 value=''scsi'' Device Minor Nodes: dev=(215,0) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:a spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s0 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''lba-access-ok'' type=boolean dev=(215,0) name=''Nblocks'' type=int64 items=1 dev=(215,0) value=000000002541dbbd name=''Size'' type=int64 items=1 dev=(215,0) value=0000004a83b77a00 dev=(215,1) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:b spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s1 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1) value=0000000000000000 dev=(215,2) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:c spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s2 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,2) value=0000000025421a7e name=''Size'' type=int64 items=1 dev=(215,2) value=0000004a8434fc00 dev=(215,3) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:d spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s3 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,3) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,3) value=0000000000000000 dev=(215,4) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:e spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s4 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,4) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,4) value=0000000000000000 dev=(215,5) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:f spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s5 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,5) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,5) value=0000000000000000 dev=(215,6) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:g spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s6 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,6) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,6) value=0000000000000000 dev=(215,7) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:h spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s7 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:h,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s7 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,7) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,7) value=0000000000000000 dev=(215,8) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:i spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s8 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,8) value=0000000000003ec1 name=''Size'' type=int64 items=1 dev=(215,8) value=00000000007d8200 dev=(215,9) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:j spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s9 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,9) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,9) value=0000000000000000 dev=(215,10) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:k spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s10 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,10) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,10) value=0000000000000000 dev=(215,11) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:l spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s11 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,11) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,11) value=0000000000000000 dev=(215,12) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:m spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s12 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,12) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,12) value=0000000000000000 dev=(215,13) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:n spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s13 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,13) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,13) value=0000000000000000 dev=(215,14) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:o spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s14 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,14) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,14) value=0000000000000000 dev=(215,15) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:p spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s15 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,15) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,15) value=0000000000000000 dev=(215,16) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:q spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p0 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,16) value=000000002542eab0 name=''Size'' type=int64 items=1 dev=(215,16) value=0000004a85d56000 dev=(215,17) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:r spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p1 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,17) value=0000000025429800 name=''Size'' type=int64 items=1 dev=(215,17) value=0000004a85300000 dev=(215,18) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:s spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p2 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,18) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,18) value=0000000000000000 dev=(215,19) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:t spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p3 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,19) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,19) value=0000000000000000 dev=(215,20) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:u spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p4 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 0,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,20) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,20) value=0000000000000000 disk, instance #2 Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''WD-WCAPD2749886'' name=''pm-components'' type=string items=5 dev=none value=''NAME=spindle-motor'' + ''0=stopped'' + ''1=standby'' + ''2=idle'' + ''3=active'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''pm-capable'' type=int items=1 dev=none value=00030006 name=''device-nblocks'' type=int64 items=1 dev=none value=000000002542eab0 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at SATA_____WDC_WD3200KS-00P_____WD-WCAPD2749886'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''21.00M21'' name=''inquiry-product-id'' type=string items=1 value=''WD3200KS-00PFB0'' name=''inquiry-vendor-id'' type=string items=1 value=''WDC'' name=''class'' type=string items=1 value=''scsi'' name=''compatible'' type=string items=4 value=''scsiclass,00.vATA.pWDC_WD3200KS-00P.r0M21'' + ''scsiclass,00.vATA.pWDC_WD3200KS-00P'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000002 name=''device-type'' type=string items=1 value=''scsi'' Device Minor Nodes: dev=(215,128) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:a spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s0 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''lba-access-ok'' type=boolean dev=(215,128) name=''Nblocks'' type=int64 items=1 dev=(215,128) value=000000002541dbbd name=''Size'' type=int64 items=1 dev=(215,128) value=0000004a83b77a00 dev=(215,129) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:b spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s1 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,129) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,129) value=0000000000000000 dev=(215,130) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:c spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s2 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,130) value=0000000025421a7e name=''Size'' type=int64 items=1 dev=(215,130) value=0000004a8434fc00 dev=(215,131) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:d spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s3 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,131) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,131) value=0000000000000000 dev=(215,132) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:e spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s4 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,132) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,132) value=0000000000000000 dev=(215,133) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:f spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s5 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,133) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,133) value=0000000000000000 dev=(215,134) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:g spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s6 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,134) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,134) value=0000000000000000 dev=(215,135) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:h spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s7 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:h,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s7 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,135) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,135) value=0000000000000000 dev=(215,136) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:i spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s8 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,136) value=0000000000003ec1 name=''Size'' type=int64 items=1 dev=(215,136) value=00000000007d8200 dev=(215,137) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:j spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s9 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,137) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,137) value=0000000000000000 dev=(215,138) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:k spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s10 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,138) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,138) value=0000000000000000 dev=(215,139) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:l spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s11 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,139) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,139) value=0000000000000000 dev=(215,140) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:m spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s12 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,140) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,140) value=0000000000000000 dev=(215,141) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:n spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s13 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,141) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,141) value=0000000000000000 dev=(215,142) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:o spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s14 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,142) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,142) value=0000000000000000 dev=(215,143) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:p spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s15 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,143) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,143) value=0000000000000000 dev=(215,144) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:q spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p0 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,144) value=000000002542eab0 name=''Size'' type=int64 items=1 dev=(215,144) value=0000004a85d56000 dev=(215,145) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:r spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p1 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,145) value=0000000025429800 name=''Size'' type=int64 items=1 dev=(215,145) value=0000004a85300000 dev=(215,146) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:s spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p2 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,146) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,146) value=0000000000000000 dev=(215,147) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:t spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p3 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,147) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,147) value=0000000000000000 dev=(215,148) dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:u spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p4 dev_path=/pci at 0,0/pci8086,5842 at 1f,2/disk at 2,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,148) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,148) value=0000000000000000 pci8086,5842 (driver not attached) Hardware properties: name=''assigned-addresses'' type=int items=5 value=8100fb20.00000000.00005000.00000000.00000020 name=''reg'' type=int items=10 value=0000fb00.00000000.00000000.00000000.00000000.0100fb20.00000000.00000000.00000000.00000020 name=''compatible'' type=string items=7 value=''pci8086,27da.8086.5842.1'' + ''pci8086,27da.8086.5842'' + ''pci8086,5842'' + ''pci8086,27da.1'' + ''pci8086,27da'' + ''pciclass,0c0500'' + ''pciclass,0c05'' name=''model'' type=string items=1 value=''SMBus (System Management Bus)'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000001 name=''interrupts'' type=int items=1 value=00000002 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=00005842 name=''unit-address'' type=string items=1 value=''1f,3'' name=''class-code'' type=int items=1 value=000c0500 name=''revision-id'' type=int items=1 value=00000001 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000027da used-resources (driver not attached) Hardware properties: name=''io-space'' type=int items=58 value=00000000.00000010.00000010.00000010.00000020.0000001e.00000040.00000004.00000050.00000004.00000060.00000001.00000061.00000001.00000064.00000001.00000070.00000002.00000072.00000002.00000074.00000004.00000080.00000001.00000081.00000003.00000084.00000003.00000087.00000001.00000088.00000001.00000089.00000003.0000008c.00000003.0000008f.00000001.00000090.00000010.00000092.00000001.000000a0.0000001e.000000c0.00000020.000000f0.00000001.00000400.00000080.000004d0.00000002.00000500.00000040.00000680.00000080.00000cf8.00000008 name=''device-memory'' type=int items=24 value=000c0000.00020000.000e0000.00020000.f0000000.04000000.fec00000.00000100.fed00000.00000400.fed13000.00001000.fed14000.00004000.fed18000.00001000.fed19000.00001000.fed1c000.00004000.fed20000.00020000.fed45000.00055000 name=''dma-channels'' type=int items=1 value=00000004 name=''interrupts'' type=int items=5 value=00000000.00000001.00000008.0000000c.0000000d xpvd, instance #0 xencons, instance #0 Hardware properties: name=''pm-hardware-state'' type=string items=1 value=''needs-suspend-resume'' name=''unit-address'' type=string items=1 value=''0'' name=''device_type'' type=string items=1 value=''console'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000000 Device Minor Nodes: dev=(194,0) dev_path=/xpvd/xencons at 0:xencons spectype=chr type=minor dev_link=/dev/term/0 xenbus, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000003 Device Minor Nodes: dev=(195,0) dev_path=/xpvd/xenbus at 0:xenbus spectype=chr type=minor dev_link=/dev/xen/xenbus domcaps, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000004 Device Minor Nodes: dev=(200,0) dev_path=/xpvd/domcaps at 0:domcaps spectype=chr type=minor dev_link=/dev/xen/domcaps balloon, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000005 Device Minor Nodes: dev=(201,0) dev_path=/xpvd/balloon at 0:balloon spectype=chr type=minor dev_link=/dev/xen/balloon evtchn, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000006 Device Minor Nodes: dev=(197,0) dev_path=/xpvd/evtchn at 0:evtchn spectype=chr type=minor dev_link=/dev/xen/evtchn privcmd, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000007 Device Minor Nodes: dev=(196,0) dev_path=/xpvd/privcmd at 0:privcmd spectype=chr type=minor dev_link=/dev/xen/privcmd pseudo, instance #0 System properties: name=''instance'' type=int items=1 value=00000000 name=''class'' type=string items=1 value=''root'' Device Minor Nodes: dev=(2,0) dev_path=/pseudo:devctl spectype=chr type=minor xsvc, instance #0 System properties: name=''reg'' type=int items=3 value=00000000.00000000.ffffffff name=''class'' type=string items=1 value=''root'' name=''maxallocmem'' type=int items=1 value=00002800 Register Specifications: Bus Type=0x0, Address=0x0, Size=0xffffffff Device Minor Nodes: dev=(28,0) dev_path=/xsvc at 0,0:xsvc spectype=chr type=minor dev_link=/dev/xsvc options, instance #0 System properties: name=''ttymodes'' type=byte items=36 value=02.25.00.00.05.18.00.00.bd.00.00.00.3b.8a.00.00.03.1c.7f.15.04.00.00.00.11.13.1a.19.12.0f.17.16.00.00.00.00 name=''class'' type=string items=1 value=''root'' agpgart, instance #0 System properties: name=''class'' type=string items=1 value=''root'' Device Minor Nodes: dev=(219,0) dev_path=/agpgart:agpgart spectype=chr type=minor dev_link=/dev/agpgart cpus, instance #0 cpu (driver not attached) Hardware properties: name=''l1-dcache-size'' type=int items=1 value=00008000 name=''l1-dcache-line-size'' type=int items=1 value=00000040 name=''l1-dcache-associativity'' type=int items=1 value=00000008 name=''l1-icache-size'' type=int items=1 value=00008000 name=''l1-icache-line-size'' type=int items=1 value=00000040 name=''l1-icache-associativity'' type=int items=1 value=00000008 name=''sectored-l2-cache-size'' type=int items=1 value=00200000 name=''sectored-l2-cache-line-size'' type=int items=1 value=00000040 name=''sectored-l2-cache-associativity'' type=int items=1 value=00000008 name=''dtlb-4K-size'' type=int items=1 value=00000100 name=''dtlb-4K-associativity'' type=int items=1 value=00000004 name=''dtlb-4M-size'' type=int items=1 value=00000010 name=''dtlb-4M-associativity'' type=int items=1 value=00000004 name=''itlb-4K-size'' type=int items=1 value=00000080 name=''itlb-4K-associativity'' type=int items=1 value=00000004 name=''itlb-2M-size'' type=int items=1 value=00000008 name=''itlb-2M-associativity'' type=int items=1 value=00000004 name=''brand-string'' type=string items=1 value=''Intel(r) Core(tm)2 CPU 6400 @ 2.13GHz'' name=''ext-cpuid-features-ecx'' type=int items=1 value=00000001 name=''ext-cpuid-features'' type=int items=1 value=20100000 name=''cpuid-features-ecx'' type=int items=1 value=0000e3b5 name=''cpuid-features'' type=int items=1 value=afe8c3f1 name=''clog#'' type=int items=1 value=00000000 name=''chip#'' type=int items=1 value=00000000 name=''apic-id'' type=int items=1 value=00000000 name=''chunks'' type=int items=1 value=00000010 name=''ext-model'' type=int items=1 value=00000000 name=''type'' type=int items=1 value=00000000 name=''stepping-id'' type=int items=1 value=00000006 name=''cpu-model'' type=int items=1 value=0000000f name=''family'' type=int items=1 value=00000006 name=''vendor-id'' type=string items=1 value=''GenuineIntel'' name=''clock-frequency'' type=int items=1 value=7f22ff40 name=''cpu-mhz'' type=int items=1 value=00000855 name=''reg'' type=int items=1 value=00000000 name=''device_type'' type=string items=1 value=''cpu'' cpu (driver not attached) Hardware properties: name=''l1-dcache-size'' type=int items=1 value=00008000 name=''l1-dcache-line-size'' type=int items=1 value=00000040 name=''l1-dcache-associativity'' type=int items=1 value=00000008 name=''l1-icache-size'' type=int items=1 value=00008000 name=''l1-icache-line-size'' type=int items=1 value=00000040 name=''l1-icache-associativity'' type=int items=1 value=00000008 name=''sectored-l2-cache-size'' type=int items=1 value=00200000 name=''sectored-l2-cache-line-size'' type=int items=1 value=00000040 name=''sectored-l2-cache-associativity'' type=int items=1 value=00000008 name=''dtlb-4K-size'' type=int items=1 value=00000100 name=''dtlb-4K-associativity'' type=int items=1 value=00000004 name=''dtlb-4M-size'' type=int items=1 value=00000010 name=''dtlb-4M-associativity'' type=int items=1 value=00000004 name=''itlb-4K-size'' type=int items=1 value=00000080 name=''itlb-4K-associativity'' type=int items=1 value=00000004 name=''itlb-2M-size'' type=int items=1 value=00000008 name=''itlb-2M-associativity'' type=int items=1 value=00000004 name=''brand-string'' type=string items=1 value=''Intel(r) Core(tm)2 CPU 6400 @ 2.13GHz'' name=''ext-cpuid-features-ecx'' type=int items=1 value=00000001 name=''ext-cpuid-features'' type=int items=1 value=20100000 name=''cpuid-features-ecx'' type=int items=1 value=0000e3b5 name=''cpuid-features'' type=int items=1 value=afe8c3f1 name=''clog#'' type=int items=1 value=00000000 name=''chip#'' type=int items=1 value=00000000 name=''apic-id'' type=int items=1 value=00000001 name=''chunks'' type=int items=1 value=00000010 name=''ext-model'' type=int items=1 value=00000000 name=''type'' type=int items=1 value=00000000 name=''stepping-id'' type=int items=1 value=00000006 name=''cpu-model'' type=int items=1 value=0000000f name=''family'' type=int items=1 value=00000006 name=''vendor-id'' type=string items=1 value=''GenuineIntel'' name=''clock-frequency'' type=int items=1 value=7f22ff40 name=''cpu-mhz'' type=int items=1 value=00000855 name=''reg'' type=int items=1 value=00000001 name=''device_type'' type=string items=1 value=''cpu''
On Nov 21, 2009, at 1:08 AM, James C. McPherson wrote:> We currently have two bugs open on what I believe to be the same > issue, namely > > 6894775 mpt driver timeouts and bus resets under load > 6900767 Server hang with LSI 1068E based SAS controller under load > > If you and everybody else who is seeing this problem could provide > details about your configuration (output from cfgadm -lva, raidctl > -l, prtconf -v, what your zpool configs are, and the firmware rev > of each disk in each zpool) that would help us sort through and find > any commonalities and hopefully a fix.I will give you all of this information on monday. This is great news :) -Jeremy
> I will give you all of this information on monday. > This is great news :)Indeed. I will also be posting this information when I get to the server tonight. Perhaps it will help. I don''t think I want to try using that old driver though, it seems too risky for my taste. Is there a command to get the disk firmware rev from OpenSolaris while booted up? I know of some boot CDs that can get to it, but I''m unsure about accessing it while the server is running. -- This message posted from opensolaris.org
James C. McPherson
2009-Nov-23 23:38 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Travis Tabbal wrote:>> I will give you all of this information on monday. >> This is great news :) > > > Indeed. I will also be posting this information when I get to the server > tonight. Perhaps it will help. I don''t think I want to try using that old > driver though, it seems too risky for my taste.Definitely not recommended.> Is there a command to get the disk firmware rev from OpenSolaris while > booted up? I know of some boot CDs that can get to it, but I''m unsure > about accessing it while the server is running.Of course. Use prtconf -v and look for the disk node hardware properties. Example: Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at SATA_____SAMSUNG_HM320JI_______S19FJ10PC45360'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''2SS00_01'' name=''inquiry-product-id'' type=string items=1 value=''HM320JI'' name=''inquiry-vendor-id'' type=string items=1 value=''SAMSUNG'' which tells you that this is direct-access device (device type 0), has a non-standard revision id field (2SS00_01) of which we take the last 4 bytes as the actual revision field, and the vendor and product ids. The devid information helps here too. James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
> If you and everybody else who is seeing this problem > could provide > details about your configuration (output from cfgadm > -lva, raidctl > -l, prtconf -v, what your zpool configs are, and the > firmware rev > of each disk in each zpool) that would help us sort > through and find > any commonalities and hopefully a fix.----------------------- Small ones are inline, larger ones are attached as text files. Let me know if there is more I can get for you. ----------------------- root at nas:~# raidctl -l Controller: 9 Disk: 0.0.0 Disk: 0.1.0 Disk: 0.2.0 Disk: 0.3.0 Controller: 10 Disk: 0.4.0 Disk: 0.5.0 Disk: 0.6.0 Disk: 0.7.0 root at nas:~# zpool status pool: raid state: ONLINE status: The pool is formatted using an older on-disk format. The pool can still be used, but some features are unavailable. action: Upgrade the pool using ''zpool upgrade''. Once this is done, the pool will no longer be accessible on older software versions. scrub: none requested config: NAME STATE READ WRITE CKSUM raid ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 c9t0d0 ONLINE 0 0 0 c9t1d0 ONLINE 0 0 0 c9t2d0 ONLINE 0 0 0 c9t3d0 ONLINE 0 0 0 raidz1-1 ONLINE 0 0 0 c10t4d0 ONLINE 0 0 0 c10t5d0 ONLINE 0 0 0 c10t6d0 ONLINE 0 0 0 c10t7d0 ONLINE 0 0 0 errors: No known data errors pool: rpool state: ONLINE status: The pool is formatted using an older on-disk format. The pool can still be used, but some features are unavailable. action: Upgrade the pool using ''zpool upgrade''. Once this is done, the pool will no longer be accessible on older software versions. scrub: none requested config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 c8t0d0s0 ONLINE 0 0 0 c8t2d0s0 ONLINE 0 0 0 errors: No known data errors -- This message posted from opensolaris.org -------------- next part -------------- Ap_Id Receptacle Occupant Condition Information When Type Busy Phys_Id c9 connected configured unknown unavailable scsi-sas n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:scsi c9::dsk/c9t0d0 connected configured unknown SAMSUNG HD154UI unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:scsi::dsk/c9t0d0 c9::dsk/c9t1d0 connected configured unknown SAMSUNG HD154UI unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:scsi::dsk/c9t1d0 c9::dsk/c9t2d0 connected configured unknown SAMSUNG HD154UI unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:scsi::dsk/c9t2d0 c9::dsk/c9t3d0 connected configured unknown SAMSUNG HD154UI unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:scsi::dsk/c9t3d0 c10 connected configured unknown unavailable scsi-sas n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:scsi c10::dsk/c10t4d0 connected configured unknown ST3400620AS ST3400620AS unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:scsi::dsk/c10t4d0 c10::dsk/c10t5d0 connected configured unknown ST3400620AS ST3400620AS unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:scsi::dsk/c10t5d0 c10::dsk/c10t6d0 connected configured unknown ST3400620AS ST3400620AS unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:scsi::dsk/c10t6d0 c10::dsk/c10t7d0 connected configured unknown ST3400620AS ST3400620AS unavailable disk n /devices/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:scsi::dsk/c10t7d0 sata1/0::dsk/c8t0d0 connected configured ok Mod: ST9250410AS FRev: 0002SDM1 SN: 5VG04KHJ unavailable disk n /devices/pci at 0,0/pci1043,82e7 at 9:0 sata1/1 empty unconfigured ok unavailable sata-port n /devices/pci at 0,0/pci1043,82e7 at 9:1 sata1/2::dsk/c8t2d0 connected configured ok Mod: ST9250410AS FRev: 0002SDM1 SN: 5VG03GP1 unavailable disk n /devices/pci at 0,0/pci1043,82e7 at 9:2 sata1/3 empty unconfigured ok unavailable sata-port n /devices/pci at 0,0/pci1043,82e7 at 9:3 sata1/4 empty unconfigured ok unavailable sata-port n /devices/pci at 0,0/pci1043,82e7 at 9:4 sata1/5 empty unconfigured ok unavailable sata-port n /devices/pci at 0,0/pci1043,82e7 at 9:5 usb5/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2:1 usb5/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2:2 usb5/3 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2:3 usb5/4 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2:4 usb5/5 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2:5 usb5/6 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2:6 usb6/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2,1:1 usb6/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2,1:2 usb6/3 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2,1:3 usb6/4 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2,1:4 usb6/5 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2,1:5 usb6/6 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 2,1:6 usb7/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4:1 usb7/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4:2 usb7/3 connected configured ok Mfg: <undef> Product: <undef> NConfigs: 1 Config: 0 <no cfg str descr> unavailable usb-hub n /devices/pci at 0,0/pci1043,82e7 at 4:3 usb7/3.1 connected configured ok Mfg: Key Tronic Product: Keytronic USB Keyboard NConfigs: 1 Config: 0 <no cfg str descr> unavailable usb-kbd n /devices/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.1 usb7/3.2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.2 usb7/3.3 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.3 usb7/3.4 empty configured unusable unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.4 usb7/4 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4:4 usb7/5 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4:5 usb7/6 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4:6 usb8/1 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4,1:1 usb8/2 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4,1:2 usb8/3 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4,1:3 usb8/4 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4,1:4 usb8/5 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4,1:5 usb8/6 empty unconfigured ok unavailable unknown n /devices/pci at 0,0/pci1043,82e7 at 4,1:6 -------------- next part -------------- System Configuration: Sun Microsystems i86pc Memory size: 7931 Megabytes System Peripherals (Software Nodes): i86xpv System properties: name=''relative-addressing'' type=int items=1 value=00000001 name=''MMU_PAGEOFFSET'' type=int items=1 value=00000fff name=''MMU_PAGESIZE'' type=int items=1 value=00001000 name=''PAGESIZE'' type=int items=1 value=00001000 name=''acpi-status'' type=int items=1 value=00000013 name=''ramdisk_start'' type=int items=2 value=40828000.00000000 name=''ramdisk_end'' type=int items=2 value=42c85000.00000000 name=''boot-file'' type=string items=1 value=''/platform/i86xpv/kernel/amd64/unix'' name=''whoami'' type=string items=1 value=''/platform/i86xpv/kernel/amd64/unix'' name=''zfs-bootfs'' type=string items=1 value=''rpool/214'' name=''bootpath'' type=string items=1 value=''/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:a'' name=''diskdevid'' type=string items=1 value=''id1,sd at SATA_____ST9250410AS_________________5VG04KHJ/a'' name=''console'' type=string items=1 value=''text'' name=''boot-args'' type=unknown items=1 value=00 name=''bootargs'' type=unknown items=1 value=00 name=''mfg-name'' type=string items=1 value=''i86xpv'' name=''impl-arch-name'' type=string items=1 value=''i86xpv'' name=''boot-ncpus'' type=string items=1 value=''3'' name=''ata-dma-enabled'' type=string items=1 value=''1'' name=''atapi-cd-dma-enabled'' type=string items=1 value=''1'' name=''ttyb-rts-dtr-off'' type=string items=1 value=''false'' name=''ttyb-ignore-cd'' type=string items=1 value=''true'' name=''ttya-rts-dtr-off'' type=string items=1 value=''false'' name=''ttya-ignore-cd'' type=string items=1 value=''true'' name=''ttyb-mode'' type=string items=1 value=''9600,8,n,1,-'' name=''ttya-mode'' type=string items=1 value=''9600,8,n,1,-'' name=''lba-access-ok'' type=string items=1 value=''1'' name=''keyboard-layout'' type=string items=1 value=''Unknown'' Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none scsi_vhci, instance #0 System properties: name=''class'' type=string items=1 value=''root'' name=''load-balance'' type=string items=1 value=''round-robin'' name=''auto-failback'' type=string items=1 value=''enable'' name=''ddi-forceload'' type=string items=7 value=''misc/scsi_vhci/scsi_vhci_f_asym_sun'' + ''misc/scsi_vhci/scsi_vhci_f_asym_lsi'' + ''misc/scsi_vhci/scsi_vhci_f_asym_emc'' + ''misc/scsi_vhci/scsi_vhci_f_sym_emc'' + ''misc/scsi_vhci/scsi_vhci_f_sym_hds'' + ''misc/scsi_vhci/scsi_vhci_f_sym'' + ''misc/scsi_vhci/scsi_vhci_f_tpgs'' Driver properties: name=''pm-want-child-notification?'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''initiator-interconnect-type'' type=string items=1 value=''SPI'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 Device Minor Nodes: dev=(18,0) dev_path=/scsi_vhci:devctl spectype=chr type=minor pci, instance #0 Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device_type'' type=string items=1 dev=none value=''pciex'' Hardware properties: name=''ecfg'' type=int64 items=4 value=00000000e0000000.0000000000000000.0000000000000000.00000000000000ff name=''available'' type=int items=170 value=81000000.00000000.0000004e.00000000.00000002.81000000.00000000.00000100.00000000.00000070.81000000.00000000.00000178.00000000.00000078.81000000.00000000.000001f8.00000000.00000038.81000000.00000000.00000240.00000000.00000050.81000000.00000000.000002a0.00000000.000000d6.81000000.00000000.00000377.00000000.00000039.81000000.00000000.000003bc.00000000.00000004.81000000.00000000.000003e0.00000000.00000016.81000000.00000000.000003f7.00000000.00000001.81000000.00000000.00000400.00000000.000000d0.81000000.00000000.000004d2.00000000.0000002e.81000000.00000000.00000640.00000000.000000c0.81000000.00000000.00000740.00000000.000000c0.81000000.00000000.00000a20.00000000.000002d8.81000000.00000000.00000e40.00000000.000001c0.81000000.00000000.00002000.00000000.00007480.81000000.00000000.00009488.00000000.00000378.81000000.00000000.00009810.00000000.00000070.81000000.00000000.00009884.00000000.0000037c.81000000.00000000.00009c08.00000000.000003f8.81000000.00000000.0000a004.00000000.0000007c.81000000.00000000.0000a088.00000000.00000f78.81000000.00000000.0000f000.00000000.00000fa0.81000000.00000000.0000ffb0.00000000.00000050.82000000.00000000.000d0000.00000000.00010000.82000000.00000000.f0100000.00000000.08e7a000.82000000.00000000.f8f7f010.00000000.000003f0.82000000.00000000.f8f7f500.00000000.00000300.82000000.00000000.f8f7f900.00000000.00000300.82000000.00000000.f8f7fd00.00000000.00000300.82000000.00000000.fc000000.00000000.02c00000.c2000000.00000000.e0000000.00000000.10000000.c2000000.00000000.f0100000.00000000.07f00000 name=''bus-range'' type=int items=2 value=00000000.000000ff name=''ranges'' type=int items=49 value=81000000.00000000.00000000.00000000.00000000.00000000.00000cf8.81000000.00000000.00000d00.00000000.00000d00.00000000.0000f300.82000000.00000000.000a0000.00000000.000a0000.00000000.00020000.82000000.00000000.000d0000.00000000.000d0000.00000000.00010000.82000000.00000000.d0000000.00000000.d0000000.00000000.10000000.82000000.00000000.f0000000.00000000.f0000000.00000000.0ec00000.c2000000.00000000.d0000000.00000000.d0000000.00000000.28000000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0'' name=''compatible'' type=string items=1 value=''pciex_root_complex'' name=''device_type'' type=string items=1 value=''pciex'' name=''reg'' type=int items=3 value=00000000.00000000.00000000 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 Register Specifications: Bus Type=0x0, Address=0x0, Size=0x0 Range Specifications: Ch: 81000000,00000000 Pa: 00,00000000, Sz: 0 Ch: 00,00000cf8 Pa: 81000000,00000000, Sz: d00 Ch: 00,00000d00 Pa: 00,0000f300, Sz: 82000000 Ch: 00,000a0000 Pa: 00,000a0000, Sz: 0 Ch: 20000,82000000 Pa: 00,000d0000, Sz: 0 Ch: d0000,00000000 Pa: 10000,82000000, Sz: 0 Ch: d0000000,00000000 Pa: d0000000,00000000, Sz: 10000000 Ch: 82000000,00000000 Pa: f0000000,00000000, Sz: f0000000 Ch: 00,0ec00000 Pa: c2000000,00000000, Sz: d0000000 Device Minor Nodes: dev=(183,255) dev_path=/pci at 0,0:devctl spectype=chr type=minor dev=(183,253) dev_path=/pci at 0,0:reg spectype=chr type=minor dev=(183,252) dev_path=/pci at 0,0:intr spectype=chr type=minor pci1043,82e7 (driver not attached) Hardware properties: name=''reg'' type=int items=5 value=00000000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=7 value=''pci10de,754.1043.82e7.a2'' + ''pci10de,754.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,754.a2'' + ''pci10de,754'' + ''pciclass,050000'' + ''pciclass,0500'' name=''model'' type=string items=1 value=''Ram'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00050000 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000754 isa, instance #1 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.SBRG'' name=''ranges'' type=int items=126 value=00000001.00000000.81000000.00000000.00000000.0000004e.00000001.00000050.81000000.00000000.00000050.000000b0.00000001.00000230.81000000.00000000.00000230.00000010.00000001.00000290.81000000.00000000.00000290.00000010.00000001.000003f8.81000000.00000000.000003f8.00000008.00000001.000004d0.81000000.00000000.000004d0.00000002.00000001.00000500.81000000.00000000.00000500.00000100.00000001.00000800.81000000.00000000.00000800.00000080.00000001.00000800.81000000.00000000.00000800.00000010.00000001.00000880.81000000.00000000.00000880.00000080.00000001.00000a00.81000000.00000000.00000a00.00000020.00000001.00000cf8.81000000.00000000.00000cf8.00000108.00000000.00000000.82000000.00000000.00000000.000a0000.00000000.000c0000.82000000.00000000.000c0000.00010000.00000000.000e0000.82000000.00000000.000e0000.cff20000.00000000.e0000000.82000000.00000000.e0000000.10000000.00000000.fec00000.82000000.00000000.fec00000.01400000.00000000.fec00000.82000000.00000000.fec00000.00001000.00000000.fed00000.82000000.00000000.fed00000.00001000.00000000.fed04000.82000000.00000000.fed04000.00001000.00000000.fee00000.82000000.00000000.fee00000.00100000 name=''device_type'' type=string items=1 value=''isa'' name=''assigned-addresses'' type=int items=5 value=81000810.00000000.00000900.00000000.00000100 name=''reg'' type=int items=10 value=00000800.00000000.00000000.00000000.00000000.01000810.00000000.00000000.00000000.00000100 name=''compatible'' type=string items=7 value=''pci10de,75d.1043.82e7.a2'' + ''pci10de,75d.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,75d.a2'' + ''pci10de,75d'' + ''pciclass,060100'' + ''pciclass,0601'' name=''model'' type=string items=1 value=''ISA bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''1'' name=''class-code'' type=int items=1 value=00060100 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000075d asy, instance #1 System software properties: name=''interrupt-priorities'' type=int items=1 value=0000000c Hardware properties: name=''compatible'' type=string items=1 value=''pnpPNP,501'' name=''interrupts'' type=int items=1 value=00000004 name=''reg'' type=int items=3 value=00000001.000003f8.00000008 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.SBRG.UAR1'' name=''model'' type=string items=1 value=''16550A-compatible COM port'' Register Specifications: Bus Type=0x1, Address=0x3f8, Size=0x8 Interrupt Specifications: Interrupt Priority=0xc (ipl 12), vector=0x4 (4) Device Minor Nodes: dev=(106,1) dev_path=/pci at 0,0/isa at 1/asy at 1,3f8:a spectype=chr type=minor dev_link=/dev/ttya dev_link=/dev/tty00 dev_link=/dev/term/e Minor properties: name=''uart'' type=string items=1 dev=(106,1) value=''16550A'' dev=(106,131073) dev_path=/pci at 0,0/isa at 1/asy at 1,3f8:a,cu spectype=chr type=minor dev_link=/dev/ttyd0 dev_link=/dev/cua0 dev_link=/dev/cua/e motherboard (driver not attached) Hardware properties: name=''compatible'' type=string items=1 value=''pnpPNP,c01'' name=''reg'' type=int items=15 value=00000000.00000000.000a0000.00000000.000c0000.00010000.00000000.000e0000.00020000.00000000.00100000.cff00000.00000000.fec00000.01400000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.RMEM'' name=''model'' type=string items=1 value=''Motherboard'' pit_beep, instance #1 System properties: name=''instance'' type=int items=1 value=00000000 pci1043,82e7 (driver not attached) Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.SMB0'' name=''assigned-addresses'' type=int items=15 value=81000910.00000000.00000e00.00000000.00000040.81000920.00000000.00000600.00000000.00000040.81000924.00000000.00000700.00000000.00000040 name=''reg'' type=int items=20 value=00000900.00000000.00000000.00000000.00000000.01000910.00000000.00000000.00000000.00000040.01000920.00000000.00000000.00000000.00000040.01000924.00000000.00000000.00000000.00000040 name=''compatible'' type=string items=7 value=''pci10de,752.1043.82e7.a1'' + ''pci10de,752.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,752.a1'' + ''pci10de,752'' + ''pciclass,0c0500'' + ''pciclass,0c05'' name=''model'' type=string items=1 value=''SMBus (System Management Bus)'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''1,1'' name=''class-code'' type=int items=1 value=000c0500 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000752 pci1043,82e7 (driver not attached) Hardware properties: name=''reg'' type=int items=5 value=00000a00.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=7 value=''pci10de,751.1043.82e7.a1'' + ''pci10de,751.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,751.a1'' + ''pci10de,751'' + ''pciclass,050000'' + ''pciclass,0500'' name=''model'' type=string items=1 value=''Ram'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''1,2'' name=''class-code'' type=int items=1 value=00050000 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000751 pci1043,82e7 (driver not attached) Hardware properties: name=''assigned-addresses'' type=int items=5 value=82000b10.00000000.f8f80000.00000000.00080000 name=''reg'' type=int items=10 value=00000b00.00000000.00000000.00000000.00000000.02000b10.00000000.00000000.00000000.00080000 name=''compatible'' type=string items=7 value=''pci10de,753.1043.82e7.a2'' + ''pci10de,753.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,753.a2'' + ''pci10de,753'' + ''pciclass,0b4000'' + ''pciclass,0b40'' name=''model'' type=string items=1 value=''Co-processor'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000002 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''1,3'' name=''class-code'' type=int items=1 value=000b4000 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000753 pci1043,82e7 (driver not attached) Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.IMAP'' name=''reg'' type=int items=5 value=00000c00.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=7 value=''pci10de,568.1043.82e7.a1'' + ''pci10de,568.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,568.a1'' + ''pci10de,568'' + ''pciclass,050000'' + ''pciclass,0500'' name=''model'' type=string items=1 value=''Ram'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''1,4'' name=''class-code'' type=int items=1 value=00050000 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000568 pci1043,82e7, instance #0 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000006 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.USB0'' name=''assigned-addresses'' type=int items=5 value=82001010.00000000.f8f7e000.00000000.00001000 name=''reg'' type=int items=10 value=00001000.00000000.00000000.00000000.00000000.02001010.00000000.00000000.00000000.00001000 name=''compatible'' type=string items=7 value=''pci10de,77b.1043.82e7.a1'' + ''pci10de,77b.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,77b.a1'' + ''pci10de,77b'' + ''pciclass,0c0310'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus OHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''2'' name=''class-code'' type=int items=1 value=000c0310 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000077b Device Minor Nodes: dev=(52,0) dev_path=/pci at 0,0/pci1043,82e7 at 2:1 spectype=chr type=minor dev_link=/dev/cfg/usb5/1 dev_path=/pci at 0,0/pci1043,82e7 at 2:6 spectype=chr type=minor dev_link=/dev/cfg/usb5/6 dev_path=/pci at 0,0/pci1043,82e7 at 2:5 spectype=chr type=minor dev_link=/dev/cfg/usb5/5 dev_path=/pci at 0,0/pci1043,82e7 at 2:4 spectype=chr type=minor dev_link=/dev/cfg/usb5/4 dev_path=/pci at 0,0/pci1043,82e7 at 2:3 spectype=chr type=minor dev_link=/dev/cfg/usb5/3 dev_path=/pci at 0,0/pci1043,82e7 at 2:2 spectype=chr type=minor dev_link=/dev/cfg/usb5/2 dev=(52,4096) dev_path=/pci at 0,0/pci1043,82e7 at 2:hubd spectype=chr type=minor dev_link=/dev/usb/hub6 pci1043,82e7, instance #0 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000006 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.USB2'' name=''assigned-addresses'' type=int items=5 value=82001110.00000000.f8f7fc00.00000000.00000100 name=''reg'' type=int items=10 value=00001100.00000000.00000000.00000000.00000000.02001110.00000000.00000000.00000000.00000100 name=''compatible'' type=string items=7 value=''pci10de,77c.1043.82e7.a1'' + ''pci10de,77c.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,77c.a1'' + ''pci10de,77c'' + ''pciclass,0c0320'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus EHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000002 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''2,1'' name=''class-code'' type=int items=1 value=000c0320 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000077c Device Minor Nodes: dev=(51,0) dev_path=/pci at 0,0/pci1043,82e7 at 2,1:1 spectype=chr type=minor dev_link=/dev/cfg/usb6/1 dev_path=/pci at 0,0/pci1043,82e7 at 2,1:6 spectype=chr type=minor dev_link=/dev/cfg/usb6/6 dev_path=/pci at 0,0/pci1043,82e7 at 2,1:5 spectype=chr type=minor dev_link=/dev/cfg/usb6/5 dev_path=/pci at 0,0/pci1043,82e7 at 2,1:4 spectype=chr type=minor dev_link=/dev/cfg/usb6/4 dev_path=/pci at 0,0/pci1043,82e7 at 2,1:3 spectype=chr type=minor dev_link=/dev/cfg/usb6/3 dev_path=/pci at 0,0/pci1043,82e7 at 2,1:2 spectype=chr type=minor dev_link=/dev/cfg/usb6/2 dev=(51,4096) dev_path=/pci at 0,0/pci1043,82e7 at 2,1:hubd spectype=chr type=minor dev_link=/dev/usb/hub7 pci1043,82e7, instance #1 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000006 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.US15'' name=''assigned-addresses'' type=int items=5 value=82002010.00000000.f8f7d000.00000000.00001000 name=''reg'' type=int items=10 value=00002000.00000000.00000000.00000000.00000000.02002010.00000000.00000000.00000000.00001000 name=''compatible'' type=string items=7 value=''pci10de,77d.1043.82e7.a1'' + ''pci10de,77d.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,77d.a1'' + ''pci10de,77d'' + ''pciclass,0c0310'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus OHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''4'' name=''class-code'' type=int items=1 value=000c0310 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000077d Device Minor Nodes: dev=(52,1) dev_path=/pci at 0,0/pci1043,82e7 at 4:1 spectype=chr type=minor dev_link=/dev/cfg/usb7/1 dev_path=/pci at 0,0/pci1043,82e7 at 4:6 spectype=chr type=minor dev_link=/dev/cfg/usb7/6 dev_path=/pci at 0,0/pci1043,82e7 at 4:5 spectype=chr type=minor dev_link=/dev/cfg/usb7/5 dev_path=/pci at 0,0/pci1043,82e7 at 4:4 spectype=chr type=minor dev_link=/dev/cfg/usb7/4 dev_path=/pci at 0,0/pci1043,82e7 at 4:3 spectype=chr type=minor dev_link=/dev/cfg/usb7/3 dev_path=/pci at 0,0/pci1043,82e7 at 4:2 spectype=chr type=minor dev_link=/dev/cfg/usb7/2 dev=(52,4097) dev_path=/pci at 0,0/pci1043,82e7 at 4:hubd spectype=chr type=minor dev_link=/dev/usb/hub8 hub, instance #0 Driver properties: name=''pm-components'' type=string items=3 dev=none value=''NAME= hubd0 Power'' + ''0=USB D3 State'' + ''3=USB D0 State'' Hardware properties: name=''usb-port-count'' type=int items=1 value=00000004 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''usb-raw-cfg-descriptors'' type=byte items=25 value=09.02.19.00.01.01.00.e0.32.09.04.00.00.01.09.00.00.00.07.05.81.03.01.00.ff name=''usb-dev-descriptor'' type=byte items=18 value=12.01.10.01.09.00.00.08.57.05.00.70.00.01.00.00.00.01 name=''usb-release'' type=int items=1 value=00000110 name=''usb-num-configs'' type=int items=1 value=00000001 name=''usb-revision-id'' type=int items=1 value=00000100 name=''usb-product-id'' type=int items=1 value=00007000 name=''usb-vendor-id'' type=int items=1 value=00000557 name=''compatible'' type=string items=15 value=''usb557,7000.100'' + ''usb557,7000'' + ''usb557,class9.0.0'' + ''usb557,class9.0'' + ''usb557,class9'' + ''usb,class9.0.0'' + ''usb,class9.0'' + ''usb,class9'' + ''usbif557,class9.0.0'' + ''usbif557,class9.0'' + ''usbif557,class9'' + ''usbif,class9.0.0'' + ''usbif,class9.0'' + ''usbif,class9'' + ''usb,device'' name=''reg'' type=int items=1 value=00000003 name=''assigned-address'' type=int items=1 value=00000002 Device Minor Nodes: dev=(37,0) dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.1 spectype=chr type=minor dev_link=/dev/cfg/usb7/3.1 dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3:hubd spectype=chr type=minor dev_link=/dev/usb/hub10 dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.4 spectype=chr type=minor dev_link=/dev/cfg/usb7/3.4 dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.3 spectype=chr type=minor dev_link=/dev/cfg/usb7/3.3 dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3:3.2 spectype=chr type=minor dev_link=/dev/cfg/usb7/3.2 keyboard, instance #0 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 name=''pm-components'' type=string items=3 dev=none value=''NAME= hid0 Power'' + ''0=USB D3 State'' + ''3=USB D0 State'' Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''low-speed'' type=boolean name=''usb-product-name'' type=string items=1 value=''Keytronic USB Keyboard'' name=''usb-vendor-name'' type=string items=1 value=''Key Tronic'' name=''usb-raw-cfg-descriptors'' type=byte items=34 value=09.02.22.00.01.01.00.a0.32.09.04.00.00.01.03.01.01.14.09.21.10.01.21.01.22.47.00.07.05.81.03.08.00.0a name=''usb-dev-descriptor'' type=byte items=18 value=12.01.10.01.00.00.00.08.f9.03.00.01.02.01.04.1a.00.01 name=''usb-release'' type=int items=1 value=00000110 name=''usb-num-configs'' type=int items=1 value=00000001 name=''usb-revision-id'' type=int items=1 value=00000102 name=''usb-product-id'' type=int items=1 value=00000100 name=''usb-vendor-id'' type=int items=1 value=000003f9 name=''compatible'' type=string items=9 value=''usb3f9,100.102'' + ''usb3f9,100'' + ''usbif3f9,class3.1.1'' + ''usbif3f9,class3.1'' + ''usbif3f9,class3'' + ''usbif,class3.1.1'' + ''usbif,class3.1'' + ''usbif,class3'' + ''usb,device'' name=''reg'' type=int items=1 value=00000001 name=''assigned-address'' type=int items=1 value=00000003 Device Minor Nodes: dev=(34,0) dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3/keyboard at 1:keyboard spectype=chr type=minor dev_link=/dev/usb/hid2 dev=(34,1) dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3/keyboard at 1:internal_keyboard spectype=chr type=internal Device Minor Layered Under: mod=conskbd accesstype=chr dev_path=/pseudo/conskbd at 0 mouse, instance #1 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 Hardware properties: name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''low-speed'' type=boolean name=''usb-product-name'' type=string items=1 value=''5 button optical mouse with scroll wheel'' name=''usb-vendor-name'' type=string items=1 value=''5 button optical mouse with scroll wheel'' name=''usb-raw-cfg-descriptors'' type=byte items=34 value=09.02.22.00.01.01.00.a0.32.09.04.00.00.01.03.01.02.00.09.21.10.01.00.01.22.34.00.07.05.81.03.04.00.0a name=''usb-dev-descriptor'' type=byte items=18 value=12.01.00.02.00.00.00.08.53.05.02.0a.00.01.01.03.00.01 name=''usb-release'' type=int items=1 value=00000200 name=''usb-num-configs'' type=int items=1 value=00000001 name=''usb-revision-id'' type=int items=1 value=00000100 name=''usb-product-id'' type=int items=1 value=00000a02 name=''usb-vendor-id'' type=int items=1 value=00000553 name=''compatible'' type=string items=9 value=''usb553,a02.100'' + ''usb553,a02'' + ''usbif553,class3.1.2'' + ''usbif553,class3.1'' + ''usbif553,class3'' + ''usbif,class3.1.2'' + ''usbif,class3.1'' + ''usbif,class3'' + ''usb,device'' name=''reg'' type=int items=1 value=00000004 name=''assigned-address'' type=int items=1 value=00000004 Device Minor Nodes: dev=(34,2) dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3/mouse at 4:mouse spectype=chr type=minor dev_link=/dev/usb/hid0 dev=(34,3) dev_path=/pci at 0,0/pci1043,82e7 at 4/hub at 3/mouse at 4:internal_mouse spectype=chr type=internal pci1043,82e7, instance #1 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''usb-port-count'' type=int items=1 value=00000006 name=''pm-want-child-notification?'' type=boolean name=''driver-minor'' type=int items=1 value=00000000 name=''driver-major'' type=int items=1 value=00000002 name=''root-hub'' type=boolean name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.US12'' name=''assigned-addresses'' type=int items=5 value=82002110.00000000.f8f7f800.00000000.00000100 name=''reg'' type=int items=10 value=00002100.00000000.00000000.00000000.00000000.02002110.00000000.00000000.00000000.00000100 name=''compatible'' type=string items=7 value=''pci10de,77e.1043.82e7.a1'' + ''pci10de,77e.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,77e.a1'' + ''pci10de,77e'' + ''pciclass,0c0320'' + ''pciclass,0c03'' name=''model'' type=string items=1 value=''Universal Serial Bus EHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000002 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''4,1'' name=''class-code'' type=int items=1 value=000c0320 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000077e Device Minor Nodes: dev=(51,1) dev_path=/pci at 0,0/pci1043,82e7 at 4,1:1 spectype=chr type=minor dev_link=/dev/cfg/usb8/1 dev_path=/pci at 0,0/pci1043,82e7 at 4,1:6 spectype=chr type=minor dev_link=/dev/cfg/usb8/6 dev_path=/pci at 0,0/pci1043,82e7 at 4,1:5 spectype=chr type=minor dev_link=/dev/cfg/usb8/5 dev_path=/pci at 0,0/pci1043,82e7 at 4,1:4 spectype=chr type=minor dev_link=/dev/cfg/usb8/4 dev_path=/pci at 0,0/pci1043,82e7 at 4,1:3 spectype=chr type=minor dev_link=/dev/cfg/usb8/3 dev_path=/pci at 0,0/pci1043,82e7 at 4,1:2 spectype=chr type=minor dev_link=/dev/cfg/usb8/2 dev=(51,4097) dev_path=/pci at 0,0/pci1043,82e7 at 4,1:hubd spectype=chr type=minor dev_link=/dev/usb/hub9 pci-ide, instance #0 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.IDE0'' name=''#size-cells'' type=int items=1 value=00000000 name=''#address-cells'' type=int items=1 value=00000001 name=''device_type'' type=string items=1 value=''pci-ide'' name=''assigned-addresses'' type=int items=25 value=81003000.00000000.000001f0.00000000.00000008.81003000.00000000.000003f6.00000000.00000001.81003000.00000000.00000170.00000000.00000008.81003000.00000000.00000376.00000000.00000001.81003020.00000000.0000ffa0.00000000.00000010 name=''reg'' type=int items=30 value=00003000.00000000.00000000.00000000.00000000.81003000.00000000.000001f0.00000000.00000008.81003000.00000000.000003f6.00000000.00000001.81003000.00000000.00000170.00000000.00000008.81003000.00000000.00000376.00000000.00000001.01003020.00000000.00000000.00000000.00000010 name=''compatible'' type=string items=7 value=''pci10de,759.1043.82e7.a1'' + ''pci10de,759.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,759.a1'' + ''pci10de,759'' + ''pciclass,01018a'' + ''pciclass,0101'' name=''model'' type=string items=1 value=''IDE controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''6'' name=''class-code'' type=int items=1 value=0001018a name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000759 ide (driver not attached) Hardware properties: name=''compatibility-mode'' type=int items=1 value=00000001 name=''reg'' type=int items=1 value=00000000 ide (driver not attached) Hardware properties: name=''compatibility-mode'' type=int items=1 value=00000001 name=''reg'' type=int items=1 value=00000001 pci10de,75a, instance #0 Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''device_type'' type=string items=1 dev=none value=''pci'' Hardware properties: name=''available'' type=int items=10 value=81000000.00000000.00001000.00000000.00001000.82000000.00000000.f0000000.00000000.00100000 name=''ranges'' type=int items=16 value=81000000.00000000.00001000.81000000.00000000.00001000.00000000.00001000.82000000.00000000.f0000000.82000000.00000000.f0000000.00000000.00100000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.P0P1'' name=''reg'' type=int items=5 value=00004000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci10de,75a.a1'' + ''pci10de,75a'' + ''pciclass,060401'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''Subtractive Decode PCI-PCI bridge'' name=''bus-range'' type=int items=2 value=00000001.00000001 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pci'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''8'' name=''class-code'' type=int items=1 value=00060401 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000075a Device Minor Nodes: dev=(84,255) dev_path=/pci at 0,0/pci10de,75a at 8:devctl spectype=chr type=minor pci1043,82e7, instance #0 Driver properties: name=''sata'' type=int items=1 dev=none value=00000001 name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''scsi-binding-set'' type=string items=1 value=''spi'' name=''initiator-interconnect-type'' type=string items=1 value=''SPI'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 name=''pci-msi-capid-pointer'' type=int items=1 value=000000b0 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.ATA0'' name=''assigned-addresses'' type=int items=30 value=81004810.00000000.0000a080.00000000.00000008.81004814.00000000.0000a000.00000000.00000004.81004818.00000000.00009c00.00000000.00000008.8100481c.00000000.00009880.00000000.00000004.81004820.00000000.00009800.00000000.00000010.82004824.00000000.f8f7a000.00000000.00002000 name=''reg'' type=int items=35 value=00004800.00000000.00000000.00000000.00000000.01004810.00000000.00000000.00000000.00000008.01004814.00000000.00000000.00000000.00000004.01004818.00000000.00000000.00000000.00000008.0100481c.00000000.00000000.00000000.00000004.01004820.00000000.00000000.00000000.00000010.02004824.00000000.00000000.00000000.00002000 name=''compatible'' type=string items=7 value=''pci10de,ad4.1043.82e7.a2'' + ''pci10de,ad4.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,ad4.a2'' + ''pci10de,ad4'' + ''pciclass,010601'' + ''pciclass,0106'' name=''model'' type=string items=1 value=''SATA AHCI 1.0 Interface'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000001 name=''min-grant'' type=int items=1 value=00000003 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''9'' name=''class-code'' type=int items=1 value=00010601 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000ad4 Device Minor Nodes: dev=(221,0) dev_path=/pci at 0,0/pci1043,82e7 at 9:devctl spectype=chr type=minor dev=(221,1024) dev_path=/pci at 0,0/pci1043,82e7 at 9:0 spectype=chr type=minor dev_link=/dev/cfg/sata1/0 dev=(221,1025) dev_path=/pci at 0,0/pci1043,82e7 at 9:1 spectype=chr type=minor dev_link=/dev/cfg/sata1/1 dev=(221,1026) dev_path=/pci at 0,0/pci1043,82e7 at 9:2 spectype=chr type=minor dev_link=/dev/cfg/sata1/2 dev=(221,1027) dev_path=/pci at 0,0/pci1043,82e7 at 9:3 spectype=chr type=minor dev_link=/dev/cfg/sata1/3 dev=(221,1028) dev_path=/pci at 0,0/pci1043,82e7 at 9:4 spectype=chr type=minor dev_link=/dev/cfg/sata1/4 dev=(221,1029) dev_path=/pci at 0,0/pci1043,82e7 at 9:5 spectype=chr type=minor dev_link=/dev/cfg/sata1/5 disk, instance #0 Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''5VG04KHJ'' name=''pm-components'' type=string items=5 dev=none value=''NAME=spindle-motor'' + ''0=stopped'' + ''1=standby'' + ''2=idle'' + ''3=active'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''pm-capable'' type=int items=1 dev=none value=00030006 name=''device-nblocks'' type=int64 items=1 dev=none value=000000001d1c5970 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at SATA_____ST9250410AS_________________5VG04KHJ'' name=''inquiry-product-id'' type=string items=1 value=''ST9250410AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''0002SDM1'' name=''inquiry-vendor-id'' type=string items=1 value=''ST9250410AS'' name=''class'' type=string items=1 value=''scsi'' name=''compatible'' type=string items=4 value=''scsiclass,00.vATA.pST9250410AS.rSDM1'' + ''scsiclass,00.vATA.pST9250410AS'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000000 name=''device-type'' type=string items=1 value=''scsi'' Device Minor Nodes: dev=(215,0) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:a spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s0 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''lba-access-ok'' type=boolean dev=(215,0) name=''Nblocks'' type=int64 items=1 dev=(215,0) value=000000001d1b4a7d name=''Size'' type=int64 items=1 dev=(215,0) value=0000003a3694fa00 dev=(215,1) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:b spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s1 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,1) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,1) value=0000000000000000 dev=(215,2) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:c spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s2 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,2) value=000000001d1b893e name=''Size'' type=int64 items=1 dev=(215,2) value=0000003a37127c00 dev=(215,3) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:d spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s3 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,3) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,3) value=0000000000000000 dev=(215,4) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:e spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s4 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,4) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,4) value=0000000000000000 dev=(215,5) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:f spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s5 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,5) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,5) value=0000000000000000 dev=(215,6) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:g spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s6 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,6) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,6) value=0000000000000000 dev=(215,7) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:h spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s7 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:h,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s7 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,7) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,7) value=0000000000000000 dev=(215,8) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:i spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s8 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,8) value=0000000000003ec1 name=''Size'' type=int64 items=1 dev=(215,8) value=00000000007d8200 dev=(215,9) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:j spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s9 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,9) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,9) value=0000000000000000 dev=(215,10) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:k spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s10 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,10) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,10) value=0000000000000000 dev=(215,11) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:l spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s11 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,11) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,11) value=0000000000000000 dev=(215,12) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:m spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s12 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,12) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,12) value=0000000000000000 dev=(215,13) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:n spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s13 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,13) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,13) value=0000000000000000 dev=(215,14) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:o spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s14 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,14) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,14) value=0000000000000000 dev=(215,15) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:p spectype=blk type=minor dev_link=/dev/dsk/c8t0d0s15 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,15) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,15) value=0000000000000000 dev=(215,16) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:q spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p0 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,16) value=000000001d1c5970 name=''Size'' type=int64 items=1 dev=(215,16) value=0000003a38b2e000 dev=(215,17) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:r spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p1 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,17) value=000000001d1c06c0 name=''Size'' type=int64 items=1 dev=(215,17) value=0000003a380d8000 dev=(215,18) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:s spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p2 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,18) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,18) value=0000000000000000 dev=(215,19) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:t spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p3 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,19) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,19) value=0000000000000000 dev=(215,20) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:u spectype=blk type=minor dev_link=/dev/dsk/c8t0d0p4 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 0,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t0d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,20) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,20) value=0000000000000000 disk, instance #1 Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''5VG03GP1'' name=''pm-components'' type=string items=5 dev=none value=''NAME=spindle-motor'' + ''0=stopped'' + ''1=standby'' + ''2=idle'' + ''3=active'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''pm-capable'' type=int items=1 dev=none value=00030006 name=''device-nblocks'' type=int64 items=1 dev=none value=000000001d1c5970 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at SATA_____ST9250410AS_________________5VG03GP1'' name=''inquiry-product-id'' type=string items=1 value=''ST9250410AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''0002SDM1'' name=''inquiry-vendor-id'' type=string items=1 value=''ST9250410AS'' name=''class'' type=string items=1 value=''scsi'' name=''compatible'' type=string items=4 value=''scsiclass,00.vATA.pST9250410AS.rSDM1'' + ''scsiclass,00.vATA.pST9250410AS'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000002 name=''device-type'' type=string items=1 value=''scsi'' Device Minor Nodes: dev=(215,64) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:a spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s0 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''lba-access-ok'' type=boolean dev=(215,64) name=''Nblocks'' type=int64 items=1 dev=(215,64) value=000000001d1b4a7d name=''Size'' type=int64 items=1 dev=(215,64) value=0000003a3694fa00 dev=(215,65) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:b spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s1 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,65) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,65) value=0000000000000000 dev=(215,66) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:c spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s2 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,66) value=000000001d1b893e name=''Size'' type=int64 items=1 dev=(215,66) value=0000003a37127c00 dev=(215,67) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:d spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s3 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,67) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,67) value=0000000000000000 dev=(215,68) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:e spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s4 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,68) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,68) value=0000000000000000 dev=(215,69) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:f spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s5 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,69) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,69) value=0000000000000000 dev=(215,70) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:g spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s6 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,70) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,70) value=0000000000000000 dev=(215,71) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:h spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s7 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:h,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s7 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,71) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,71) value=0000000000000000 dev=(215,72) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:i spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s8 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,72) value=0000000000003ec1 name=''Size'' type=int64 items=1 dev=(215,72) value=00000000007d8200 dev=(215,73) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:j spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s9 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,73) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,73) value=0000000000000000 dev=(215,74) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:k spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s10 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,74) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,74) value=0000000000000000 dev=(215,75) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:l spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s11 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,75) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,75) value=0000000000000000 dev=(215,76) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:m spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s12 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,76) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,76) value=0000000000000000 dev=(215,77) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:n spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s13 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,77) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,77) value=0000000000000000 dev=(215,78) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:o spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s14 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,78) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,78) value=0000000000000000 dev=(215,79) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:p spectype=blk type=minor dev_link=/dev/dsk/c8t2d0s15 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,79) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,79) value=0000000000000000 dev=(215,80) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:q spectype=blk type=minor dev_link=/dev/dsk/c8t2d0p0 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,80) value=000000001d1c5970 name=''Size'' type=int64 items=1 dev=(215,80) value=0000003a38b2e000 dev=(215,81) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:r spectype=blk type=minor dev_link=/dev/dsk/c8t2d0p1 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,81) value=000000001d1c06c0 name=''Size'' type=int64 items=1 dev=(215,81) value=0000003a380d8000 dev=(215,82) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:s spectype=blk type=minor dev_link=/dev/dsk/c8t2d0p2 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,82) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,82) value=0000000000000000 dev=(215,83) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:t spectype=blk type=minor dev_link=/dev/dsk/c8t2d0p3 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,83) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,83) value=0000000000000000 dev=(215,84) dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:u spectype=blk type=minor dev_link=/dev/dsk/c8t2d0p4 dev_path=/pci at 0,0/pci1043,82e7 at 9/disk at 2,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c8t2d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,84) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,84) value=0000000000000000 pci1043,82e7, instance #0 System software properties: name=''interrupt-priorities'' type=int items=1 value=00000006 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000050 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.NMAC'' name=''assigned-addresses'' type=int items=20 value=82005010.00000000.f8f7c000.00000000.00001000.81005014.00000000.00009480.00000000.00000008.82005018.00000000.f8f7f400.00000000.00000100.8200501c.00000000.f8f7f000.00000000.00000010 name=''reg'' type=int items=25 value=00005000.00000000.00000000.00000000.00000000.02005010.00000000.00000000.00000000.00001000.01005014.00000000.00000000.00000000.00000008.02005018.00000000.00000000.00000000.00000100.0200501c.00000000.00000000.00000000.00000010 name=''compatible'' type=string items=7 value=''pci10de,760.1043.82e7.a2'' + ''pci10de,760.1043.82e7'' + ''pci1043,82e7'' + ''pci10de,760.a2'' + ''pci10de,760'' + ''pciclass,020000'' + ''pciclass,0200'' name=''model'' type=string items=1 value=''Ethernet controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''66mhz-capable'' type=boolean name=''fast-back-to-back'' type=boolean name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''max-latency'' type=int items=1 value=00000014 name=''min-grant'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=000082e7 name=''unit-address'' type=string items=1 value=''a'' name=''class-code'' type=int items=1 value=00020000 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000760 Device Minor Nodes: dev=(265,1) dev_path=/pci at 0,0/pci1043,82e7 at a:nfo0 spectype=chr type=minor dev_link=/dev/nfo0 dev=(265,1003) dev_path=<clone> Device Minor Layered Under: mod=softmac accesstype=chr dev_path=/pseudo/softmac at 0 pci10de,778, instance #0 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000050 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.MXR0'' name=''reg'' type=int items=5 value=00008000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,778.a1'' + ''pciex10de,778'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,778.a1'' + ''pci10de,778'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=48 value=81000000.00000000.000003b0.81000000.00000000.000003b0.00000000.0000000c.81000000.00000000.000003c0.81000000.00000000.000003c0.00000000.00000020.81000000.00000000.0000b000.81000000.00000000.0000b000.00000000.00002000.82000000.00000000.000a0000.82000000.00000000.000a0000.00000000.00020000.82000000.00000000.f9000000.82000000.00000000.f9000000.00000000.02e00000.c2000000.00000000.d0000000.c2000000.00000000.d0000000.00000000.10000000 name=''bus-range'' type=int items=2 value=00000002.00000006 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''unit-address'' type=string items=1 value=''10'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=00000778 Device Minor Nodes: dev=(282,255) dev_path=/pci at 0,0/pci10de,778 at 10:devctl spectype=chr type=minor pci10de,5b1, instance #3 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.MXR0.BR20'' name=''reg'' type=int items=5 value=00020000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,5b1.a2'' + ''pciex10de,5b1'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,5b1.a2'' + ''pci10de,5b1'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=48 value=81000000.00000000.000003b0.81000000.00000000.000003b0.00000000.0000000c.81000000.00000000.000003c0.81000000.00000000.000003c0.00000000.00000020.81000000.00000000.0000b000.81000000.00000000.0000b000.00000000.00002000.82000000.00000000.000a0000.82000000.00000000.000a0000.00000000.00020000.82000000.00000000.f9000000.82000000.00000000.f9000000.00000000.02e00000.c2000000.00000000.d0000000.c2000000.00000000.d0000000.00000000.10000000 name=''bus-range'' type=int items=2 value=00000003.00000006 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=000005b1 Device Minor Nodes: dev=(282,1023) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0:devctl spectype=chr type=minor pci10de,5b1, instance #4 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''available'' type=int items=5 value=82000000.00000000.fb000000.00000000.00600000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.MXR0.BR20.BR21'' name=''reg'' type=int items=5 value=00030000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,5b1.a2'' + ''pciex10de,5b1'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,5b1.a2'' + ''pci10de,5b1'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=40 value=81000000.00000000.000003b0.81000000.00000000.000003b0.00000000.0000000c.81000000.00000000.000003c0.81000000.00000000.000003c0.00000000.00000020.82000000.00000000.000a0000.82000000.00000000.000a0000.00000000.00020000.82000000.00000000.f9000000.82000000.00000000.f9000000.00000000.02600000.c2000000.00000000.d0000000.c2000000.00000000.d0000000.00000000.10000000 name=''bus-range'' type=int items=2 value=00000004.00000004 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000031 name=''physical-slot#'' type=int items=1 value=00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=000005b1 Device Minor Nodes: dev=(282,1279) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 0:devctl spectype=chr type=minor display, instance #0 System software properties: name=''AllowMSI'' type=int items=1 value=00000000 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''pm-components'' type=string items=6 dev=none value=''NAME=GPU'' + ''0=Off'' + ''3=On'' + ''NAME=Monitor'' + ''0=Off'' + ''3=On'' Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000068 name=''assigned-addresses'' type=int items=30 value=82040010.00000000.fa000000.00000000.01000000.c3040014.00000000.d0000000.00000000.10000000.8304001c.00000000.f9000000.00000000.01000000.a1040000.00000000.000003b0.00000000.0000000c.a1040000.00000000.000003c0.00000000.00000020.a2040000.00000000.000a0000.00000000.00020000 name=''reg'' type=int items=35 value=00040000.00000000.00000000.00000000.00000000.02040010.00000000.00000000.00000000.01000000.43040014.00000000.00000000.00000000.10000000.0304001c.00000000.00000000.00000000.01000000.a1040000.00000000.000003b0.00000000.0000000c.a1040000.00000000.000003c0.00000000.00000020.a2040000.00000000.000a0000.00000000.00020000 name=''compatible'' type=string items=12 value=''pciex10de,1df.1458.3413.a1'' + ''pciex10de,1df.1458.3413'' + ''pciex10de,1df.a1'' + ''pciex10de,1df'' + ''pciexclass,030000'' + ''pciexclass,0300'' + ''pci10de,1df.1458.3413.a1'' + ''pci10de,1df.1458.3413'' + ''pci10de,1df.a1'' + ''pci10de,1df'' + ''pciclass,030000'' + ''pciclass,0300'' name=''model'' type=string items=1 value=''VGA compatible controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00001458 name=''subsystem-id'' type=int items=1 value=00003413 name=''device_type'' type=string items=1 value=''display'' name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00030000 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=000001df Device Minor Nodes: dev=(254,0) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 0/display at 0:nvidia0 spectype=chr type=minor dev_link=/dev/fbs/nvidia0 dev_link=/dev/fb1 dev_link=/dev/nvidia0 dev_link=/dev/vt00 dev_link=/dev/fb Minor properties: name=''ddi-kernel-ioctl'' type=boolean dev=(254,0) pci10de,5b1, instance #5 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''available'' type=int items=20 value=81000000.00000000.0000b000.00000000.00000800.81000000.00000000.0000b900.00000000.00000700.82000000.00000000.fb600000.00000000.003e0000.82000000.00000000.fb9f0000.00000000.0000c000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.MXR0.BR20.BR23'' name=''reg'' type=int items=5 value=00031000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,5b1.a2'' + ''pciex10de,5b1'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,5b1.a2'' + ''pci10de,5b1'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.0000b000.81000000.00000000.0000b000.00000000.00001000.82000000.00000000.fb600000.82000000.00000000.fb600000.00000000.00400000 name=''bus-range'' type=int items=2 value=00000005.00000005 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000033 name=''physical-slot#'' type=int items=1 value=00000003 name=''devsel-speed'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''2'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=000005b1 Device Minor Nodes: dev=(282,1535) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2:devctl spectype=chr type=minor pci15d9,a580, instance #0 System software properties: name=''ddi-vhci-class'' type=string items=1 value=''scsi_vhci'' name=''mpxio-disable'' type=string items=1 value=''yes'' name=''disable-sata-mpxio'' type=string items=1 value=''no'' Driver properties: name=''initiator-interconnect-type'' type=string items=1 dev=none value=''SAS'' name=''initiator-port'' type=string items=1 dev=none value=''500304800061a940'' name=''num-phys'' type=int items=1 dev=none value=00000008 name=''base-wwid'' type=int64 items=1 dev=none value=500304800061a940 name=''nvdata-version-persistent'' type=int items=1 dev=none value=00002d03 name=''nvdata-version-default'' type=int items=1 dev=none value=00002d03 name=''firmware-version'' type=string items=1 dev=none value=''1.26.0.0'' name=''pm-components'' type=string items=3 dev=none value=''NAME=mpt0'' + ''0=Off (PCI D3 State)'' + ''3=On (PCI D0 State)'' name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''initiator-interconnect-type'' type=string items=1 value=''SATA'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 name=''pci-msix-capid-pointer'' type=int items=1 value=000000b0 name=''pci-msi-capid-pointer'' type=int items=1 value=00000098 name=''assigned-addresses'' type=int items=15 value=81050010.00000000.0000b800.00000000.00000100.83050014.00000000.fb9fc000.00000000.00004000.8305001c.00000000.fb9e0000.00000000.00010000 name=''reg'' type=int items=20 value=00050000.00000000.00000000.00000000.00000000.01050010.00000000.00000000.00000000.00000100.03050014.00000000.00000000.00000000.00004000.0305001c.00000000.00000000.00000000.00010000 name=''compatible'' type=string items=13 value=''pciex1000,58.15d9.a580.8'' + ''pciex1000,58.15d9.a580'' + ''pciex1000,58.8'' + ''pciex1000,58'' + ''pciexclass,010000'' + ''pciexclass,0100'' + ''pci1000,58.15d9.a580.8'' + ''pci1000,58.15d9.a580'' + ''pci15d9,a580'' + ''pci1000,58.8'' + ''pci1000,58'' + ''pciclass,010000'' + ''pciclass,0100'' name=''model'' type=string items=1 value=''SCSI bus controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=000015d9 name=''subsystem-id'' type=int items=1 value=0000a580 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00010000 name=''revision-id'' type=int items=1 value=00000008 name=''vendor-id'' type=int items=1 value=00001000 name=''device-id'' type=int items=1 value=00000058 Device Minor Nodes: dev=(169,0) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:devctl spectype=chr type=minor dev=(169,1) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0:scsi spectype=chr type=minor dev_link=/dev/cfg/c9 sd, instance #3 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000000 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''S1Y6J1KS904632 '' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n50024e90020cd3c6'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''1AG01118'' name=''inquiry-product-id'' type=string items=1 value=''HD154UI'' name=''inquiry-vendor-id'' type=string items=1 value=''SAMSUNG'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''50024e90020cd3c6'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=c6.d3.0c.02.90.4e.02.50 name=''target-port'' type=string items=1 value=''c6d30c02904e0250'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pSAMSUNG_HD154UI.r1118'' + ''scsiclass,00.vATA.pSAMSUNG_HD154UI'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000000 Device Minor Nodes: dev=(215,192) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:a spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,192) value=00000000aea83a0f name=''Size'' type=int64 items=1 dev=(215,192) value=0000015d50741e00 dev=(215,193) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:b spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,193) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,193) value=0000000000000000 dev=(215,194) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:c spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,194) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,194) value=0000000000000000 dev=(215,195) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:d spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,195) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,195) value=0000000000000000 dev=(215,196) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:e spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,196) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,196) value=0000000000000000 dev=(215,197) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:f spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,197) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,197) value=0000000000000000 dev=(215,198) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:g spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,198) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,198) value=0000000000000000 dev=(215,200) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:i spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,200) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,200) value=0000000000800000 dev=(215,201) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:j spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,201) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,201) value=0000000000000000 dev=(215,202) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:k spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,202) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,202) value=0000000000000000 dev=(215,203) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:l spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,203) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,203) value=0000000000000000 dev=(215,204) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:m spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,204) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,204) value=0000000000000000 dev=(215,205) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:n spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,205) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,205) value=0000000000000000 dev=(215,206) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:o spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,206) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,206) value=0000000000000000 dev=(215,207) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:p spectype=blk type=minor dev_link=/dev/dsk/c9t0d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,207) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,207) value=0000000000000000 dev=(215,208) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:q spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,208) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,208) value=0000015d50f66000 dev=(215,209) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:r spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,209) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,209) value=0000000000000000 dev=(215,210) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:s spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,210) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,210) value=0000000000000000 dev=(215,211) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:t spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,211) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,211) value=0000000000000000 dev=(215,212) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:u spectype=blk type=minor dev_link=/dev/dsk/c9t0d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,212) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,212) value=0000000000000000 dev=(215,199) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:wd spectype=blk type=minor dev_link=/dev/dsk/c9t0d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 0,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t0d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,199) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,199) value=0000015d50f66000 sd, instance #4 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000001 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''S1Y6J1KS904633 '' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n50024e90020cd3ce'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''1AG01118'' name=''inquiry-product-id'' type=string items=1 value=''HD154UI'' name=''inquiry-vendor-id'' type=string items=1 value=''SAMSUNG'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''50024e90020cd3ce'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=ce.d3.0c.02.90.4e.02.50 name=''target-port'' type=string items=1 value=''ced30c02904e0250'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pSAMSUNG_HD154UI.r1118'' + ''scsiclass,00.vATA.pSAMSUNG_HD154UI'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000001 Device Minor Nodes: dev=(215,256) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:a spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,256) value=00000000aea83a0f name=''Size'' type=int64 items=1 dev=(215,256) value=0000015d50741e00 dev=(215,257) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:b spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,257) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,257) value=0000000000000000 dev=(215,258) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:c spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,258) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,258) value=0000000000000000 dev=(215,259) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:d spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,259) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,259) value=0000000000000000 dev=(215,260) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:e spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,260) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,260) value=0000000000000000 dev=(215,261) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:f spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,261) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,261) value=0000000000000000 dev=(215,262) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:g spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,262) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,262) value=0000000000000000 dev=(215,264) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:i spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,264) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,264) value=0000000000800000 dev=(215,265) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:j spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,265) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,265) value=0000000000000000 dev=(215,266) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:k spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,266) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,266) value=0000000000000000 dev=(215,267) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:l spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,267) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,267) value=0000000000000000 dev=(215,268) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:m spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,268) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,268) value=0000000000000000 dev=(215,269) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:n spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,269) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,269) value=0000000000000000 dev=(215,270) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:o spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,270) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,270) value=0000000000000000 dev=(215,271) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:p spectype=blk type=minor dev_link=/dev/dsk/c9t1d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,271) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,271) value=0000000000000000 dev=(215,272) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:q spectype=blk type=minor dev_link=/dev/dsk/c9t1d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,272) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,272) value=0000015d50f66000 dev=(215,273) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:r spectype=blk type=minor dev_link=/dev/dsk/c9t1d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,273) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,273) value=0000000000000000 dev=(215,274) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:s spectype=blk type=minor dev_link=/dev/dsk/c9t1d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,274) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,274) value=0000000000000000 dev=(215,275) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:t spectype=blk type=minor dev_link=/dev/dsk/c9t1d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,275) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,275) value=0000000000000000 dev=(215,276) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:u spectype=blk type=minor dev_link=/dev/dsk/c9t1d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,276) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,276) value=0000000000000000 dev=(215,263) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:wd spectype=blk type=minor dev_link=/dev/dsk/c9t1d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 1,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t1d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,263) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,263) value=0000015d50f66000 sd, instance #5 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000002 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''S1Y6J1KS904634 '' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n50024e90020cd3da'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''1AG01118'' name=''inquiry-product-id'' type=string items=1 value=''HD154UI'' name=''inquiry-vendor-id'' type=string items=1 value=''SAMSUNG'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''50024e90020cd3da'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=da.d3.0c.02.90.4e.02.50 name=''target-port'' type=string items=1 value=''dad30c02904e0250'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pSAMSUNG_HD154UI.r1118'' + ''scsiclass,00.vATA.pSAMSUNG_HD154UI'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000002 Device Minor Nodes: dev=(215,320) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:a spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,320) value=00000000aea83a0f name=''Size'' type=int64 items=1 dev=(215,320) value=0000015d50741e00 dev=(215,321) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:b spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,321) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,321) value=0000000000000000 dev=(215,322) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:c spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,322) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,322) value=0000000000000000 dev=(215,323) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:d spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,323) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,323) value=0000000000000000 dev=(215,324) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:e spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,324) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,324) value=0000000000000000 dev=(215,325) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:f spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,325) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,325) value=0000000000000000 dev=(215,326) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:g spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,326) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,326) value=0000000000000000 dev=(215,328) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:i spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,328) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,328) value=0000000000800000 dev=(215,329) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:j spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,329) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,329) value=0000000000000000 dev=(215,330) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:k spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,330) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,330) value=0000000000000000 dev=(215,331) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:l spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,331) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,331) value=0000000000000000 dev=(215,332) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:m spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,332) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,332) value=0000000000000000 dev=(215,333) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:n spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,333) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,333) value=0000000000000000 dev=(215,334) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:o spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,334) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,334) value=0000000000000000 dev=(215,335) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:p spectype=blk type=minor dev_link=/dev/dsk/c9t2d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,335) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,335) value=0000000000000000 dev=(215,336) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:q spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,336) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,336) value=0000015d50f66000 dev=(215,337) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:r spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,337) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,337) value=0000000000000000 dev=(215,338) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:s spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,338) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,338) value=0000000000000000 dev=(215,339) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:t spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,339) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,339) value=0000000000000000 dev=(215,340) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:u spectype=blk type=minor dev_link=/dev/dsk/c9t2d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,340) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,340) value=0000000000000000 dev=(215,327) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:wd spectype=blk type=minor dev_link=/dev/dsk/c9t2d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 2,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t2d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,327) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,327) value=0000015d50f66000 sd, instance #6 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000003 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''S1Y6J1KS904635 '' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=00000000aea87b30 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at n50024e90020cd3e0'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''1AG01118'' name=''inquiry-product-id'' type=string items=1 value=''HD154UI'' name=''inquiry-vendor-id'' type=string items=1 value=''SAMSUNG'' name=''pm-capable'' type=int items=1 value=00010003 name=''guid'' type=string items=1 value=''50024e90020cd3e0'' name=''sas-mpt'' type=boolean name=''port-wwn'' type=byte items=8 value=e0.d3.0c.02.90.4e.02.50 name=''target-port'' type=string items=1 value=''e0d30c02904e0250'' name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pSAMSUNG_HD154UI.r1118'' + ''scsiclass,00.vATA.pSAMSUNG_HD154UI'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000003 Device Minor Nodes: dev=(215,384) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:a spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,384) value=00000000aea83a0f name=''Size'' type=int64 items=1 dev=(215,384) value=0000015d50741e00 dev=(215,385) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:b spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,385) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,385) value=0000000000000000 dev=(215,386) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:c spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,386) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,386) value=0000000000000000 dev=(215,387) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:d spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,387) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,387) value=0000000000000000 dev=(215,388) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:e spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,388) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,388) value=0000000000000000 dev=(215,389) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:f spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,389) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,389) value=0000000000000000 dev=(215,390) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:g spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,390) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,390) value=0000000000000000 dev=(215,392) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:i spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,392) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,392) value=0000000000800000 dev=(215,393) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:j spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,393) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,393) value=0000000000000000 dev=(215,394) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:k spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,394) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,394) value=0000000000000000 dev=(215,395) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:l spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,395) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,395) value=0000000000000000 dev=(215,396) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:m spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,396) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,396) value=0000000000000000 dev=(215,397) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:n spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,397) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,397) value=0000000000000000 dev=(215,398) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:o spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,398) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,398) value=0000000000000000 dev=(215,399) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:p spectype=blk type=minor dev_link=/dev/dsk/c9t3d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,399) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,399) value=0000000000000000 dev=(215,400) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:q spectype=blk type=minor dev_link=/dev/dsk/c9t3d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,400) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,400) value=0000015d50f66000 dev=(215,401) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:r spectype=blk type=minor dev_link=/dev/dsk/c9t3d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,401) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,401) value=0000000000000000 dev=(215,402) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:s spectype=blk type=minor dev_link=/dev/dsk/c9t3d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,402) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,402) value=0000000000000000 dev=(215,403) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:t spectype=blk type=minor dev_link=/dev/dsk/c9t3d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,403) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,403) value=0000000000000000 dev=(215,404) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:u spectype=blk type=minor dev_link=/dev/dsk/c9t3d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,404) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,404) value=0000000000000000 dev=(215,391) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:wd spectype=blk type=minor dev_link=/dev/dsk/c9t3d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 2/pci15d9,a580 at 0/sd at 3,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c9t3d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,391) value=00000000aea87b30 name=''Size'' type=int64 items=1 dev=(215,391) value=0000015d50f66000 pci10de,5b1, instance #6 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''available'' type=int items=20 value=81000000.00000000.0000c000.00000000.00000800.81000000.00000000.0000c900.00000000.00000700.82000000.00000000.fba00000.00000000.003e0000.82000000.00000000.fbdf0000.00000000.0000c000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.MXR0.BR20.BR24'' name=''reg'' type=int items=5 value=00031800.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,5b1.a2'' + ''pciex10de,5b1'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,5b1.a2'' + ''pci10de,5b1'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.0000c000.81000000.00000000.0000c000.00000000.00001000.82000000.00000000.fba00000.82000000.00000000.fba00000.00000000.00400000 name=''bus-range'' type=int items=2 value=00000006.00000006 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000034 name=''physical-slot#'' type=int items=1 value=00000004 name=''devsel-speed'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''3'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a2 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=000005b1 Device Minor Nodes: dev=(282,1791) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3:devctl spectype=chr type=minor pci15d9,a580, instance #1 System software properties: name=''ddi-vhci-class'' type=string items=1 value=''scsi_vhci'' name=''mpxio-disable'' type=string items=1 value=''yes'' name=''disable-sata-mpxio'' type=string items=1 value=''no'' Driver properties: name=''initiator-interconnect-type'' type=string items=1 dev=none value=''SAS'' name=''initiator-port'' type=string items=1 dev=none value=''500304800061a8d0'' name=''num-phys'' type=int items=1 dev=none value=00000008 name=''base-wwid'' type=int64 items=1 dev=none value=500304800061a8d0 name=''nvdata-version-persistent'' type=int items=1 dev=none value=00002d03 name=''nvdata-version-default'' type=int items=1 dev=none value=00002d03 name=''firmware-version'' type=string items=1 dev=none value=''1.26.0.0'' name=''pm-components'' type=string items=3 dev=none value=''NAME=mpt1'' + ''0=Off (PCI D3 State)'' + ''3=On (PCI D0 State)'' name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''initiator-interconnect-type'' type=string items=1 value=''SATA'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 name=''pci-msix-capid-pointer'' type=int items=1 value=000000b0 name=''pci-msi-capid-pointer'' type=int items=1 value=00000098 name=''assigned-addresses'' type=int items=15 value=81060010.00000000.0000c800.00000000.00000100.83060014.00000000.fbdfc000.00000000.00004000.8306001c.00000000.fbde0000.00000000.00010000 name=''reg'' type=int items=20 value=00060000.00000000.00000000.00000000.00000000.01060010.00000000.00000000.00000000.00000100.03060014.00000000.00000000.00000000.00004000.0306001c.00000000.00000000.00000000.00010000 name=''compatible'' type=string items=13 value=''pciex1000,58.15d9.a580.8'' + ''pciex1000,58.15d9.a580'' + ''pciex1000,58.8'' + ''pciex1000,58'' + ''pciexclass,010000'' + ''pciexclass,0100'' + ''pci1000,58.15d9.a580.8'' + ''pci1000,58.15d9.a580'' + ''pci15d9,a580'' + ''pci1000,58.8'' + ''pci1000,58'' + ''pciclass,010000'' + ''pciclass,0100'' name=''model'' type=string items=1 value=''SCSI bus controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=000015d9 name=''subsystem-id'' type=int items=1 value=0000a580 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00010000 name=''revision-id'' type=int items=1 value=00000008 name=''vendor-id'' type=int items=1 value=00001000 name=''device-id'' type=int items=1 value=00000058 Device Minor Nodes: dev=(169,64) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:devctl spectype=chr type=minor dev=(169,65) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0:scsi spectype=chr type=minor dev_link=/dev/cfg/c10 sd, instance #7 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000004 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''5QH03K73'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=000000002e9390b0 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at TATA_____ST3400620AS_________________________________________5QH03K73'' name=''inquiry-product-id'' type=string items=1 value=''ST3400620AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''3.AAC'' name=''inquiry-vendor-id'' type=string items=1 value=''ST3400620AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''sas-mpt'' type=boolean name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST3400620AS.rC'' + ''scsiclass,00.vATA.pST3400620AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000004 Device Minor Nodes: dev=(215,448) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:a spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,448) value=000000002e934f8f name=''Size'' type=int64 items=1 dev=(215,448) value=0000005d269f1e00 dev=(215,449) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:b spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,449) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,449) value=0000000000000000 dev=(215,450) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:c spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,450) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,450) value=0000000000000000 dev=(215,451) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:d spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,451) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,451) value=0000000000000000 dev=(215,452) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:e spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,452) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,452) value=0000000000000000 dev=(215,453) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:f spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,453) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,453) value=0000000000000000 dev=(215,454) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:g spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,454) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,454) value=0000000000000000 dev=(215,456) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:i spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,456) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,456) value=0000000000800000 dev=(215,457) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:j spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,457) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,457) value=0000000000000000 dev=(215,458) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:k spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,458) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,458) value=0000000000000000 dev=(215,459) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:l spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,459) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,459) value=0000000000000000 dev=(215,460) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:m spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,460) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,460) value=0000000000000000 dev=(215,461) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:n spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,461) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,461) value=0000000000000000 dev=(215,462) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:o spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,462) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,462) value=0000000000000000 dev=(215,463) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:p spectype=blk type=minor dev_link=/dev/dsk/c10t4d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,463) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,463) value=0000000000000000 dev=(215,464) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:q spectype=blk type=minor dev_link=/dev/dsk/c10t4d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,464) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,464) value=0000005d27216000 dev=(215,465) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:r spectype=blk type=minor dev_link=/dev/dsk/c10t4d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,465) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,465) value=0000000000000000 dev=(215,466) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:s spectype=blk type=minor dev_link=/dev/dsk/c10t4d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,466) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,466) value=0000000000000000 dev=(215,467) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:t spectype=blk type=minor dev_link=/dev/dsk/c10t4d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,467) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,467) value=0000000000000000 dev=(215,468) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:u spectype=blk type=minor dev_link=/dev/dsk/c10t4d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,468) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,468) value=0000000000000000 dev=(215,455) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:wd spectype=blk type=minor dev_link=/dev/dsk/c10t4d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 4,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t4d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,455) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,455) value=0000005d27216000 sd, instance #8 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000005 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''5QH03K6R'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=000000002e9390b0 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at TATA_____ST3400620AS_________________________________________5QH03K6R'' name=''inquiry-product-id'' type=string items=1 value=''ST3400620AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''3.AAC'' name=''inquiry-vendor-id'' type=string items=1 value=''ST3400620AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''sas-mpt'' type=boolean name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST3400620AS.rC'' + ''scsiclass,00.vATA.pST3400620AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000005 Device Minor Nodes: dev=(215,512) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:a spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,512) value=000000002e934f8f name=''Size'' type=int64 items=1 dev=(215,512) value=0000005d269f1e00 dev=(215,513) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:b spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,513) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,513) value=0000000000000000 dev=(215,514) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:c spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,514) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,514) value=0000000000000000 dev=(215,515) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:d spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,515) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,515) value=0000000000000000 dev=(215,516) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:e spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,516) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,516) value=0000000000000000 dev=(215,517) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:f spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,517) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,517) value=0000000000000000 dev=(215,518) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:g spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,518) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,518) value=0000000000000000 dev=(215,520) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:i spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,520) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,520) value=0000000000800000 dev=(215,521) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:j spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,521) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,521) value=0000000000000000 dev=(215,522) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:k spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,522) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,522) value=0000000000000000 dev=(215,523) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:l spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,523) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,523) value=0000000000000000 dev=(215,524) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:m spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,524) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,524) value=0000000000000000 dev=(215,525) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:n spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,525) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,525) value=0000000000000000 dev=(215,526) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:o spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,526) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,526) value=0000000000000000 dev=(215,527) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:p spectype=blk type=minor dev_link=/dev/dsk/c10t5d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,527) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,527) value=0000000000000000 dev=(215,528) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:q spectype=blk type=minor dev_link=/dev/dsk/c10t5d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,528) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,528) value=0000005d27216000 dev=(215,529) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:r spectype=blk type=minor dev_link=/dev/dsk/c10t5d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,529) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,529) value=0000000000000000 dev=(215,530) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:s spectype=blk type=minor dev_link=/dev/dsk/c10t5d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,530) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,530) value=0000000000000000 dev=(215,531) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:t spectype=blk type=minor dev_link=/dev/dsk/c10t5d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,531) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,531) value=0000000000000000 dev=(215,532) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:u spectype=blk type=minor dev_link=/dev/dsk/c10t5d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,532) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,532) value=0000000000000000 dev=(215,519) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:wd spectype=blk type=minor dev_link=/dev/dsk/c10t5d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 5,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t5d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,519) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,519) value=0000005d27216000 sd, instance #9 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000006 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''5QH03K1H'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=000000002e9390b0 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at TATA_____ST3400620AS_________________________________________5QH03K1H'' name=''inquiry-product-id'' type=string items=1 value=''ST3400620AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''3.AAC'' name=''inquiry-vendor-id'' type=string items=1 value=''ST3400620AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''sas-mpt'' type=boolean name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST3400620AS.rC'' + ''scsiclass,00.vATA.pST3400620AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000006 Device Minor Nodes: dev=(215,576) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:a spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,576) value=000000002e934f8f name=''Size'' type=int64 items=1 dev=(215,576) value=0000005d269f1e00 dev=(215,577) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:b spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,577) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,577) value=0000000000000000 dev=(215,578) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:c spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,578) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,578) value=0000000000000000 dev=(215,579) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:d spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,579) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,579) value=0000000000000000 dev=(215,580) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:e spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,580) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,580) value=0000000000000000 dev=(215,581) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:f spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,581) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,581) value=0000000000000000 dev=(215,582) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:g spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,582) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,582) value=0000000000000000 dev=(215,584) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:i spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,584) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,584) value=0000000000800000 dev=(215,585) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:j spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,585) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,585) value=0000000000000000 dev=(215,586) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:k spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,586) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,586) value=0000000000000000 dev=(215,587) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:l spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,587) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,587) value=0000000000000000 dev=(215,588) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:m spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,588) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,588) value=0000000000000000 dev=(215,589) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:n spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,589) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,589) value=0000000000000000 dev=(215,590) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:o spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,590) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,590) value=0000000000000000 dev=(215,591) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:p spectype=blk type=minor dev_link=/dev/dsk/c10t6d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,591) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,591) value=0000000000000000 dev=(215,592) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:q spectype=blk type=minor dev_link=/dev/dsk/c10t6d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,592) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,592) value=0000005d27216000 dev=(215,593) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:r spectype=blk type=minor dev_link=/dev/dsk/c10t6d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,593) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,593) value=0000000000000000 dev=(215,594) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:s spectype=blk type=minor dev_link=/dev/dsk/c10t6d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,594) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,594) value=0000000000000000 dev=(215,595) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:t spectype=blk type=minor dev_link=/dev/dsk/c10t6d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,595) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,595) value=0000000000000000 dev=(215,596) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:u spectype=blk type=minor dev_link=/dev/dsk/c10t6d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,596) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,596) value=0000000000000000 dev=(215,583) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:wd spectype=blk type=minor dev_link=/dev/dsk/c10t6d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 6,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t6d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,583) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,583) value=0000005d27216000 sd, instance #10 System properties: name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000007 name=''class'' type=string items=1 value=''scsi'' Driver properties: name=''inquiry-serial-no'' type=string items=1 dev=none value=''5QH0051H'' name=''pm-components'' type=string items=3 dev=none value=''NAME=spindle-motor'' + ''0=off'' + ''1=on'' name=''pm-hardware-state'' type=string items=1 dev=none value=''needs-suspend-resume'' name=''ddi-failfast-supported'' type=boolean dev=none name=''ddi-kernel-ioctl'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none name=''device-nblocks'' type=int64 items=1 dev=none value=000000002e9390b0 name=''device-blksize'' type=int items=1 dev=none value=00000200 Hardware properties: name=''devid'' type=string items=1 value=''id1,sd at TATA_____ST3400620AS_________________________________________5QH0051H'' name=''inquiry-product-id'' type=string items=1 value=''ST3400620AS'' name=''inquiry-device-type'' type=int items=1 value=00000000 name=''inquiry-revision-id'' type=string items=1 value=''3.AAC'' name=''inquiry-vendor-id'' type=string items=1 value=''ST3400620AS'' name=''pm-capable'' type=int items=1 value=00010003 name=''sas-mpt'' type=boolean name=''compatible'' type=string items=5 value=''scsiclass,00.vATA.pST3400620AS.rC'' + ''scsiclass,00.vATA.pST3400620AS'' + ''scsa,00.bmpt'' + ''scsiclass,00'' + ''scsiclass'' name=''lun'' type=int items=1 value=00000000 name=''target'' type=int items=1 value=00000007 Device Minor Nodes: dev=(215,640) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:a spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:a,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s0 Device Minor Layered Under: mod=zfs accesstype=blk dev_path=/pseudo/zfs at 0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,640) value=000000002e934f8f name=''Size'' type=int64 items=1 dev=(215,640) value=0000005d269f1e00 dev=(215,641) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:b spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:b,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,641) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,641) value=0000000000000000 dev=(215,642) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:c spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:c,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,642) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,642) value=0000000000000000 dev=(215,643) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:d spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:d,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,643) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,643) value=0000000000000000 dev=(215,644) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:e spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:e,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,644) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,644) value=0000000000000000 dev=(215,645) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:f spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s5 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:f,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s5 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,645) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,645) value=0000000000000000 dev=(215,646) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:g spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s6 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:g,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s6 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,646) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,646) value=0000000000000000 dev=(215,648) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:i spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s8 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:i,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s8 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,648) value=0000000000004000 name=''Size'' type=int64 items=1 dev=(215,648) value=0000000000800000 dev=(215,649) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:j spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s9 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:j,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s9 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,649) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,649) value=0000000000000000 dev=(215,650) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:k spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s10 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:k,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s10 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,650) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,650) value=0000000000000000 dev=(215,651) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:l spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s11 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:l,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s11 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,651) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,651) value=0000000000000000 dev=(215,652) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:m spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s12 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:m,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s12 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,652) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,652) value=0000000000000000 dev=(215,653) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:n spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s13 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:n,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s13 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,653) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,653) value=0000000000000000 dev=(215,654) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:o spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s14 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:o,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s14 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,654) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,654) value=0000000000000000 dev=(215,655) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:p spectype=blk type=minor dev_link=/dev/dsk/c10t7d0s15 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:p,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0s15 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,655) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,655) value=0000000000000000 dev=(215,656) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:q spectype=blk type=minor dev_link=/dev/dsk/c10t7d0p0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:q,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0p0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,656) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,656) value=0000005d27216000 dev=(215,657) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:r spectype=blk type=minor dev_link=/dev/dsk/c10t7d0p1 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:r,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0p1 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,657) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,657) value=0000000000000000 dev=(215,658) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:s spectype=blk type=minor dev_link=/dev/dsk/c10t7d0p2 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:s,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0p2 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,658) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,658) value=0000000000000000 dev=(215,659) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:t spectype=blk type=minor dev_link=/dev/dsk/c10t7d0p3 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:t,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0p3 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,659) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,659) value=0000000000000000 dev=(215,660) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:u spectype=blk type=minor dev_link=/dev/dsk/c10t7d0p4 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:u,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0p4 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,660) value=0000000000000000 name=''Size'' type=int64 items=1 dev=(215,660) value=0000000000000000 dev=(215,647) dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:wd spectype=blk type=minor dev_link=/dev/dsk/c10t7d0 dev_path=/pci at 0,0/pci10de,778 at 10/pci10de,5b1 at 0/pci10de,5b1 at 3/pci15d9,a580 at 0/sd at 7,0:wd,raw spectype=chr type=minor dev_link=/dev/rdsk/c10t7d0 Minor properties: name=''Nblocks'' type=int64 items=1 dev=(215,647) value=000000002e9390b0 name=''Size'' type=int64 items=1 dev=(215,647) value=0000005d27216000 pci10de,77a, instance #1 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000050 name=''available'' type=int items=15 value=81000000.00000000.0000d000.00000000.00000c00.81000000.00000000.0000dc20.00000000.000003e0.82000000.00000000.fbe80000.00000000.0005c000 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.BR13'' name=''reg'' type=int items=5 value=00009800.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,77a.a1'' + ''pciex10de,77a'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,77a.a1'' + ''pci10de,77a'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.0000d000.81000000.00000000.0000d000.00000000.00001000.82000000.00000000.fbe00000.82000000.00000000.fbe00000.00000000.00100000 name=''bus-range'' type=int items=2 value=00000007.00000007 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000034 name=''physical-slot#'' type=int items=1 value=00000004 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''unit-address'' type=string items=1 value=''13'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000077a Device Minor Nodes: dev=(282,511) dev_path=/pci at 0,0/pci10de,77a at 13:devctl spectype=chr type=minor pci8086,a01f, instance #0 System software properties: name=''ForceSpeedDuplex'' type=int items=16 value=00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007.00000007 name=''AutoNegAdvertised'' type=int items=16 value=00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000 name=''MaxFrameSize'' type=int items=16 value=00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000 name=''FlowControl'' type=int items=16 value=00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003.00000003 name=''TbiCompatibilityEnable'' type=int items=16 value=00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001.00000001 name=''SetMasterSlave'' type=int items=16 value=00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000.00000000 Driver properties: name=''fm-accchk-capable'' type=boolean dev=none name=''fm-dmachk-capable'' type=boolean dev=none name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msix-capid-pointer'' type=int items=1 value=000000a0 name=''pci-msi-capid-pointer'' type=int items=1 value=000000d0 name=''assigned-addresses'' type=int items=20 value=82070010.00000000.fbee0000.00000000.00020000.82070014.00000000.fbe00000.00000000.00080000.81070018.00000000.0000dc00.00000000.00000020.8207001c.00000000.fbedc000.00000000.00004000 name=''reg'' type=int items=25 value=00070000.00000000.00000000.00000000.00000000.02070010.00000000.00000000.00000000.00020000.02070014.00000000.00000000.00000000.00080000.01070018.00000000.00000000.00000000.00000020.0207001c.00000000.00000000.00000000.00004000 name=''compatible'' type=string items=13 value=''pciex8086,10d3.8086.a01f.0'' + ''pciex8086,10d3.8086.a01f'' + ''pciex8086,10d3.0'' + ''pciex8086,10d3'' + ''pciexclass,020000'' + ''pciexclass,0200'' + ''pci8086,10d3.8086.a01f.0'' + ''pci8086,10d3.8086.a01f'' + ''pci8086,a01f'' + ''pci8086,10d3.0'' + ''pci8086,10d3'' + ''pciclass,020000'' + ''pciclass,0200'' name=''model'' type=string items=1 value=''Ethernet controller'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00008086 name=''subsystem-id'' type=int items=1 value=0000a01f name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=00020000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00008086 name=''device-id'' type=int items=1 value=000010d3 Device Minor Nodes: dev=(110,1) dev_path=/pci at 0,0/pci10de,77a at 13/pci8086,a01f at 0:e1000g0 spectype=chr type=minor dev_link=/dev/e1000g0 dev=(110,1003) dev_path=<clone> Device Minor Layered Under: mod=udp accesstype=chr dev_path=/pseudo/udp at 0 dev=(110,1004) dev_path=<clone> Device Minor Layered Under: mod=udp accesstype=chr dev_path=/pseudo/udp at 0 pci10de,77a, instance #2 System software properties: name=''ddi-forceattach'' type=int items=1 value=00000001 Driver properties: name=''device_type'' type=string items=1 dev=none value=''pciex'' name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000050 name=''available'' type=int items=15 value=81000000.00000000.0000e000.00000000.00000800.81000000.00000000.0000e900.00000000.00000700.82000000.00000000.fbf00000.00000000.000ff800 name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.BR14'' name=''reg'' type=int items=5 value=0000a000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=8 value=''pciex10de,77a.a1'' + ''pciex10de,77a'' + ''pciexclass,060400'' + ''pciexclass,0604'' + ''pci10de,77a.a1'' + ''pci10de,77a'' + ''pciclass,060400'' + ''pciclass,0604'' name=''model'' type=string items=1 value=''PCI-PCI bridge'' name=''ranges'' type=int items=16 value=81000000.00000000.0000e000.81000000.00000000.0000e000.00000000.00001000.82000000.00000000.fbf00000.82000000.00000000.fbf00000.00000000.00100000 name=''bus-range'' type=int items=2 value=00000008.00000008 name=''#size-cells'' type=int items=1 value=00000002 name=''#address-cells'' type=int items=1 value=00000003 name=''device_type'' type=string items=1 value=''pciex'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''slot-names'' type=int items=3 value=00000001.65696370.00000035 name=''physical-slot#'' type=int items=1 value=00000005 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''unit-address'' type=string items=1 value=''14'' name=''class-code'' type=int items=1 value=00060400 name=''revision-id'' type=int items=1 value=000000a1 name=''vendor-id'' type=int items=1 value=000010de name=''device-id'' type=int items=1 value=0000077a Device Minor Nodes: dev=(282,767) dev_path=/pci at 0,0/pci10de,77a at 14:devctl spectype=chr type=minor pci1043,8384, instance #0 System software properties: name=''reserved-addresses'' type=int items=9 value=0000ffff.f0000b00.00000200.0000ffff.f0000d00.00000200.0000ffff.f0000234.00000004 name=''ddi-forceattach'' type=int items=1 value=00000001 name=''active-dma-flush'' type=int items=1 value=00000001 name=''interrupt-priorities'' type=int items=1 value=00000009 Driver properties: name=''fm-errcb-capable'' type=boolean dev=none name=''fm-ereport-capable'' type=boolean dev=none Hardware properties: name=''pci-msi-capid-pointer'' type=int items=1 value=00000080 name=''assigned-addresses'' type=int items=10 value=83080010.00000000.fbfff800.00000000.00000800.81080018.00000000.0000e800.00000000.00000100 name=''reg'' type=int items=15 value=00080000.00000000.00000000.00000000.00000000.03080010.00000000.00000000.00000000.00000800.01080018.00000000.00000000.00000000.00000100 name=''compatible'' type=string items=13 value=''pciex1106,3403.1043.8384.0'' + ''pciex1106,3403.1043.8384'' + ''pciex1106,3403.0'' + ''pciex1106,3403'' + ''pciexclass,0c0010'' + ''pciexclass,0c00'' + ''pci1106,3403.1043.8384.0'' + ''pci1106,3403.1043.8384'' + ''pci1043,8384'' + ''pci1106,3403.0'' + ''pci1106,3403'' + ''pciclass,0c0010'' + ''pciclass,0c00'' name=''model'' type=string items=1 value=''FireWire (IEEE 1394) OpenHCI compliant'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''interrupts'' type=int items=1 value=00000001 name=''subsystem-vendor-id'' type=int items=1 value=00001043 name=''subsystem-id'' type=int items=1 value=00008384 name=''unit-address'' type=string items=1 value=''0'' name=''class-code'' type=int items=1 value=000c0010 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00001106 name=''device-id'' type=int items=1 value=00003403 Device Minor Nodes: dev=(69,0) dev_path=/pci at 0,0/pci10de,77a at 14/pci1043,8384 at 0:devctl spectype=chr type=minor dev_link=/dev/1394/hba0 pci1022,1200 (driver not attached) Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.K800'' name=''reg'' type=int items=5 value=0000c000.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci1022,1200.0'' + ''pci1022,1200'' + ''pciclass,060000'' + ''pciclass,0600'' name=''model'' type=string items=1 value=''Host bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''18'' name=''class-code'' type=int items=1 value=00060000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00001022 name=''device-id'' type=int items=1 value=00001200 pci1022,1201 (driver not attached) Hardware properties: name=''reg'' type=int items=5 value=0000c100.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci1022,1201.0'' + ''pci1022,1201'' + ''pciclass,060000'' + ''pciclass,0600'' name=''model'' type=string items=1 value=''Host bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''18,1'' name=''class-code'' type=int items=1 value=00060000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00001022 name=''device-id'' type=int items=1 value=00001201 pci1022,1202 (driver not attached) Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.K802'' name=''reg'' type=int items=5 value=0000c200.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci1022,1202.0'' + ''pci1022,1202'' + ''pciclass,060000'' + ''pciclass,0600'' name=''model'' type=string items=1 value=''Host bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''18,2'' name=''class-code'' type=int items=1 value=00060000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00001022 name=''device-id'' type=int items=1 value=00001202 pci1022,1203 (driver not attached) Hardware properties: name=''acpi-namespace'' type=string items=1 value=''\_SB_.PCI0.K803'' name=''reg'' type=int items=5 value=0000c300.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci1022,1203.0'' + ''pci1022,1203'' + ''pciclass,060000'' + ''pciclass,0600'' name=''model'' type=string items=1 value=''Host bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''18,3'' name=''class-code'' type=int items=1 value=00060000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00001022 name=''device-id'' type=int items=1 value=00001203 pci1022,1204 (driver not attached) Hardware properties: name=''reg'' type=int items=5 value=0000c400.00000000.00000000.00000000.00000000 name=''compatible'' type=string items=4 value=''pci1022,1204.0'' + ''pci1022,1204'' + ''pciclass,060000'' + ''pciclass,0600'' name=''model'' type=string items=1 value=''Host bridge'' name=''power-consumption'' type=int items=2 value=00000001.00000001 name=''devsel-speed'' type=int items=1 value=00000000 name=''max-latency'' type=int items=1 value=00000000 name=''min-grant'' type=int items=1 value=00000000 name=''unit-address'' type=string items=1 value=''18,4'' name=''class-code'' type=int items=1 value=00060000 name=''revision-id'' type=int items=1 value=00000000 name=''vendor-id'' type=int items=1 value=00001022 name=''device-id'' type=int items=1 value=00001204 used-resources (driver not attached) Hardware properties: name=''io-space'' type=int items=84 value=00000000.00000010.00000010.00000010.00000020.00000002.00000022.0000001e.00000040.00000004.00000044.0000000a.00000050.00000010.00000060.00000001.00000061.00000001.00000062.00000002.00000064.00000001.00000065.0000000b.00000070.00000002.00000072.0000000e.00000080.00000001.00000081.00000003.00000084.00000003.00000087.00000001.00000088.00000001.00000089.00000003.0000008c.00000003.0000008f.00000001.00000090.00000010.000000a0.00000002.000000a2.0000001e.000000c0.00000020.000000e0.00000010.000000f0.00000010.00000230.00000010.00000290.00000010.000003f8.00000008.000004d0.00000002.00000500.00000080.00000580.00000080.00000800.00000080.00000800.00000010.00000880.00000080.00000a00.00000010.00000a10.00000010.00000cf8.00000008.00000d00.00000080.00000d80.00000080 name=''device-memory'' type=int items=22 value=00000000.000a0000.000c0000.00010000.000e0000.00020000.00100000.cff00000.e0000000.10000000.fec00000.01400000.fec00000.00001000.fed00000.00001000.fed04000.00001000.fee00000.00001000.fee01000.000ff000 name=''dma-channels'' type=int items=1 value=00000004 name=''interrupts'' type=int items=5 value=00000000.00000002.00000004.00000008.0000000d xpvd, instance #0 xencons, instance #0 Hardware properties: name=''pm-hardware-state'' type=string items=1 value=''needs-suspend-resume'' name=''unit-address'' type=string items=1 value=''0'' name=''device_type'' type=string items=1 value=''console'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000000 Device Minor Nodes: dev=(194,0) dev_path=/xpvd/xencons at 0:xencons spectype=chr type=minor dev_link=/dev/term/0 xenbus, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000003 Device Minor Nodes: dev=(195,0) dev_path=/xpvd/xenbus at 0:xenbus spectype=chr type=minor dev_link=/dev/xen/xenbus domcaps, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000004 Device Minor Nodes: dev=(200,0) dev_path=/xpvd/domcaps at 0:domcaps spectype=chr type=minor dev_link=/dev/xen/domcaps balloon, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000005 Device Minor Nodes: dev=(201,0) dev_path=/xpvd/balloon at 0:balloon spectype=chr type=minor dev_link=/dev/xen/balloon evtchn, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000006 Device Minor Nodes: dev=(197,0) dev_path=/xpvd/evtchn at 0:evtchn spectype=chr type=minor dev_link=/dev/xen/evtchn privcmd, instance #0 Hardware properties: name=''unit-address'' type=string items=1 value=''0'' name=''vdev'' type=int items=1 value=ffffffff name=''domain'' type=int items=1 value=00007ff0 name=''devclass'' type=int items=1 value=00000007 Device Minor Nodes: dev=(196,0) dev_path=/xpvd/privcmd at 0:privcmd spectype=chr type=minor dev_link=/dev/xen/privcmd xdb, instance #0 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 Hardware properties: name=''pm-hardware-state'' type=string items=1 value=''needs-suspend-resume'' name=''device_type'' type=string items=1 value=''block'' name=''vdev'' type=int items=1 value=0000ca00 name=''domain'' type=int items=1 value=00000001 name=''devclass'' type=int items=1 value=00000002 name=''compatible'' type=string items=1 value=''xdb,phy'' Device Layered Over: mod=zfs dev=(182,4) dev_path=/pseudo/zfs at 0 xdb, instance #1 Driver properties: name=''ddi-no-autodetach'' type=int items=1 dev=none value=00000001 Hardware properties: name=''pm-hardware-state'' type=string items=1 value=''needs-suspend-resume'' name=''device_type'' type=string items=1 value=''block'' name=''vdev'' type=int items=1 value=0000ca10 name=''domain'' type=int items=1 value=00000001 name=''devclass'' type=int items=1 value=00000002 name=''compatible'' type=string items=1 value=''xdb,phy'' Device Layered Over: mod=zfs dev=(182,5) dev_path=/pseudo/zfs at 0 xnb, instance #0 Hardware properties: name=''pm-hardware-state'' type=string items=1 value=''needs-suspend-resume'' name=''device_type'' type=string items=1 value=''network'' name=''vdev'' type=int items=1 value=00000000 name=''domain'' type=int items=1 value=00000001 name=''devclass'' type=int items=1 value=00000001 iscsi, instance #0 System properties: name=''instance'' type=int items=1 value=00000000 name=''mpxio-disable'' type=string items=1 value=''no'' Driver properties: name=''initiator-port'' type=string items=1 dev=none value=''iqn.1986-03.com.sun:01:0bb1adfbffff.4aff9d00,4000002a00ff'' name=''fm-ereport-capable'' type=boolean dev=none name=''config-storm-delay'' type=int items=1 dev=none value=00000005 name=''tcp-abort-threshold'' type=int items=1 dev=none value=00007530 name=''tcp-conn-abort-threshold'' type=int items=1 dev=none value=00002710 name=''tcp-conn-notify-threshold'' type=int items=1 dev=none value=000007d0 name=''tcp-nodelay'' type=int items=1 dev=none value=00000000 name=''so-sndbuf'' type=int items=1 dev=none value=00040000 name=''so-rcvbuf'' type=int items=1 dev=none value=00040000 Hardware properties: name=''initiator-interconnect-type'' type=string items=1 value=''iSCSI'' name=''scsi-tag-age-limit'' type=int items=1 value=00000002 name=''scsi-selection-timeout'' type=int items=1 value=000000fa name=''scsi-watchdog-tick'' type=int items=1 value=0000000a name=''scsi-reset-delay'' type=int items=1 value=00000bb8 name=''scsi-options'' type=int items=1 value=00107ff8 name=''scsi-enumeration'' type=int items=1 value=00000000 Device Minor Nodes: dev=(281,0) dev_path=/iscsi:devctl spectype=chr type=minor fcoe, instance #0 Device Minor Nodes: dev=(285,0) dev_path=/fcoe:admin spectype=chr type=minor pseudo, instance #0 System properties: name=''instance'' type=int items=1 value=00000000 name=''class'' type=string items=1 value=''root'' Device Minor Nodes: dev=(2,0) dev_path=/pseudo:devctl spectype=chr type=minor xsvc, instance #0 System properties: name=''reg'' type=int items=3 value=00000000.00000000.ffffffff name=''class'' type=string items=1 value=''root'' name=''maxallocmem'' type=int items=1 value=00002800 Register Specifications: Bus Type=0x0, Address=0x0, Size=0xffffffff Device Minor Nodes: dev=(28,0) dev_path=/xsvc at 0,0:xsvc spectype=chr type=minor dev_link=/dev/xsvc options, instance #0 System properties: name=''ttymodes'' type=byte items=36 value=02.25.00.00.05.18.00.00.bd.00.00.00.3b.8a.00.00.03.1c.7f.15.04.00.00.00.11.13.1a.19.12.0f.17.16.00.00.00.00 name=''class'' type=string items=1 value=''root'' agpgart, instance #0 System properties: name=''class'' type=string items=1 value=''root'' Device Minor Nodes: dev=(219,0) dev_path=/agpgart:agpgart spectype=chr type=minor dev_link=/dev/agpgart cpus, instance #0 cpu (driver not attached) Hardware properties: name=''l2-cache-size'' type=int items=1 value=00080000 name=''l2-cache-line-size'' type=int items=1 value=00000040 name=''l2-cache-lines-per-tag'' type=int items=1 value=00000001 name=''l2-cache-associativity'' type=int items=1 value=00000010 name=''l2-dtlb-4K-size'' type=int items=1 value=00000080 name=''l2-dtlb-4K-associativity'' type=int items=1 value=00000002 name=''l2-dtlb-2M-size'' type=int items=1 value=00000080 name=''l2-dtlb-2M-associativity'' type=int items=1 value=00000002 name=''l1-icache-size'' type=int items=1 value=00010000 name=''l1-icache-line-size'' type=int items=1 value=00000040 name=''l1-icache-lines-per-tag'' type=int items=1 value=00000001 name=''l1-icache-associativity'' type=int items=1 value=00000002 name=''l1-dcache-size'' type=int items=1 value=00010000 name=''l1-dcache-line-size'' type=int items=1 value=00000040 name=''l1-dcache-lines-per-tag'' type=int items=1 value=00000001 name=''l1-dcache-associativity'' type=int items=1 value=00000002 name=''dtlb-4K-fully-associative?'' type=int items=1 value=00000001 name=''dtlb-4K-size'' type=int items=1 value=00000020 name=''itlb-4K-fully-associative?'' type=int items=1 value=00000001 name=''itlb-4K-size'' type=int items=1 value=00000030 name=''itlb-2M-fully-associative?'' type=int items=1 value=00000001 name=''itlb-2M-size'' type=int items=1 value=00000010 name=''dtlb-2M-fully-associative?'' type=int items=1 value=00000001 name=''dtlb-2M-size'' type=int items=1 value=00000030 name=''brand-string'' type=string items=1 value=''AMD Phenom(tm) II X3 720 Processor'' name=''ext-cpuid-features-ecx'' type=int items=1 value=000037ed name=''ext-cpuid-features'' type=int items=1 value=e7d0c3f1 name=''cpuid-features'' type=int items=1 value=0788c3f1 name=''apic-id'' type=int items=1 value=00000000 name=''chunks'' type=int items=1 value=00000010 name=''generation'' type=int items=1 value=0000000f name=''ext-model'' type=int items=1 value=00000000 name=''ext-family'' type=int items=1 value=00000001 name=''stepping-id'' type=int items=1 value=00000002 name=''cpu-model'' type=int items=1 value=00000004 name=''family'' type=int items=1 value=0000000f name=''vendor-id'' type=string items=1 value=''AuthenticAMD'' name=''cpu-mhz'' type=int items=1 value=00000af0 name=''reg'' type=int items=1 value=00000000 name=''device_type'' type=string items=1 value=''cpu'' cpu (driver not attached) Hardware properties: name=''l2-cache-size'' type=int items=1 value=00080000 name=''l2-cache-line-size'' type=int items=1 value=00000040 name=''l2-cache-lines-per-tag'' type=int items=1 value=00000001 name=''l2-cache-associativity'' type=int items=1 value=00000010 name=''l2-dtlb-4K-size'' type=int items=1 value=00000080 name=''l2-dtlb-4K-associativity'' type=int items=1 value=00000002 name=''l2-dtlb-2M-size'' type=int items=1 value=00000080 name=''l2-dtlb-2M-associativity'' type=int items=1 value=00000002 name=''l1-icache-size'' type=int items=1 value=00010000 name=''l1-icache-line-size'' type=int items=1 value=00000040 name=''l1-icache-lines-per-tag'' type=int items=1 value=00000001 name=''l1-icache-associativity'' type=int items=1 value=00000002 name=''l1-dcache-size'' type=int items=1 value=00010000 name=''l1-dcache-line-size'' type=int items=1 value=00000040 name=''l1-dcache-lines-per-tag'' type=int items=1 value=00000001 name=''l1-dcache-associativity'' type=int items=1 value=00000002 name=''dtlb-4K-fully-associative?'' type=int items=1 value=00000001 name=''dtlb-4K-size'' type=int items=1 value=00000020 name=''itlb-4K-fully-associative?'' type=int items=1 value=00000001 name=''itlb-4K-size'' type=int items=1 value=00000030 name=''itlb-2M-fully-associative?'' type=int items=1 value=00000001 name=''itlb-2M-size'' type=int items=1 value=00000010 name=''dtlb-2M-fully-associative?'' type=int items=1 value=00000001 name=''dtlb-2M-size'' type=int items=1 value=00000030 name=''brand-string'' type=string items=1 value=''AMD Phenom(tm) II X3 720 Processor'' name=''ext-cpuid-features-ecx'' type=int items=1 value=000037ed name=''ext-cpuid-features'' type=int items=1 value=e7d0c3f1 name=''cpuid-features'' type=int items=1 value=0788c3f1 name=''apic-id'' type=int items=1 value=00000001 name=''chunks'' type=int items=1 value=00000010 name=''generation'' type=int items=1 value=0000000f name=''ext-model'' type=int items=1 value=00000000 name=''ext-family'' type=int items=1 value=00000001 name=''stepping-id'' type=int items=1 value=00000002 name=''cpu-model'' type=int items=1 value=00000004 name=''family'' type=int items=1 value=0000000f name=''vendor-id'' type=string items=1 value=''AuthenticAMD'' name=''cpu-mhz'' type=int items=1 value=00000af0 name=''reg'' type=int items=1 value=00000001 name=''device_type'' type=string items=1 value=''cpu'' cpu (driver not attached) Hardware properties: name=''l2-cache-size'' type=int items=1 value=00080000 name=''l2-cache-line-size'' type=int items=1 value=00000040 name=''l2-cache-lines-per-tag'' type=int items=1 value=00000001 name=''l2-cache-associativity'' type=int items=1 value=00000010 name=''l2-dtlb-4K-size'' type=int items=1 value=00000080 name=''l2-dtlb-4K-associativity'' type=int items=1 value=00000002 name=''l2-dtlb-2M-size'' type=int items=1 value=00000080 name=''l2-dtlb-2M-associativity'' type=int items=1 value=00000002 name=''l1-icache-size'' type=int items=1 value=00010000 name=''l1-icache-line-size'' type=int items=1 value=00000040 name=''l1-icache-lines-per-tag'' type=int items=1 value=00000001 name=''l1-icache-associativity'' type=int items=1 value=00000002 name=''l1-dcache-size'' type=int items=1 value=00010000 name=''l1-dcache-line-size'' type=int items=1 value=00000040 name=''l1-dcache-lines-per-tag'' type=int items=1 value=00000001 name=''l1-dcache-associativity'' type=int items=1 value=00000002 name=''dtlb-4K-fully-associative?'' type=int items=1 value=00000001 name=''dtlb-4K-size'' type=int items=1 value=00000020 name=''itlb-4K-fully-associative?'' type=int items=1 value=00000001 name=''itlb-4K-size'' type=int items=1 value=00000030 name=''itlb-2M-fully-associative?'' type=int items=1 value=00000001 name=''itlb-2M-size'' type=int items=1 value=00000010 name=''dtlb-2M-fully-associative?'' type=int items=1 value=00000001 name=''dtlb-2M-size'' type=int items=1 value=00000030 name=''brand-string'' type=string items=1 value=''AMD Phenom(tm) II X3 720 Processor'' name=''ext-cpuid-features-ecx'' type=int items=1 value=000037ed name=''ext-cpuid-features'' type=int items=1 value=e7d0c3f1 name=''cpuid-features'' type=int items=1 value=0788c3f1 name=''apic-id'' type=int items=1 value=00000001 name=''chunks'' type=int items=1 value=00000010 name=''generation'' type=int items=1 value=0000000f name=''ext-model'' type=int items=1 value=00000000 name=''ext-family'' type=int items=1 value=00000001 name=''stepping-id'' type=int items=1 value=00000002 name=''cpu-model'' type=int items=1 value=00000004 name=''family'' type=int items=1 value=0000000f name=''vendor-id'' type=string items=1 value=''AuthenticAMD'' name=''cpu-mhz'' type=int items=1 value=00000af0 name=''reg'' type=int items=1 value=00000002 name=''device_type'' type=string items=1 value=''cpu''
I have a possible workaround. Mark Johnson <Mark.Johnson at sun.com> has been emailing me today about this issue and he proposed the following:> You can try adding the following to /etc/system, then rebooting... > set xpv_psm:xen_support_msi = -1I have been able to format a ZVOL container from a VM 3 times while other activity is going on the system and it''s working. I think performance is down a bit, but it''s still acceptable. More importantly, it does so without killing the server. I would get the stall every time I would try this test before. So at least 1 case seems to be helped by doing this. I''ll watch the server over the next few days to see if it stays improved. He mentioned that there is a fix being worked on for MSI handling in XVM that might make it into b129 that could fix this problem. -- This message posted from opensolaris.org
Travis Tabbal wrote:> I have a possible workaround. Mark Johnson <Mark.Johnson at sun.com> has > been emailing me today about this issue and he proposed the > following: > >> You can try adding the following to /etc/system, then rebooting... >> set xpv_psm:xen_support_msi = -1I am also running XVM, and after modifying /etc/system and rebooting, my zpool scrub test is runing along merrily with no hangs so far, where usually I would expect to see several by now. Can the other folks who have seen this please test and report back? I''d hate to think we solved it only to discover there were overlapping bugs. Fingers crossed, and many thanks to those who have worked to track this down! -- Carson
On Nov 23, 2009, at 7:28 PM, Travis Tabbal wrote:> I have a possible workaround. Mark Johnson <Mark.Johnson at sun.com> > has been emailing me today about this issue and he proposed the > following: > >> You can try adding the following to /etc/system, then rebooting... >> set xpv_psm:xen_support_msi = -1would this change affect systems not using XVM? we are just using these as backup storage. Thanks! -Jeremy
> > On Nov 23, 2009, at 7:28 PM, Travis Tabbal wrote: > > > I have a possible workaround. Mark Johnson > <Mark.Johnson at sun.com> > > has been emailing me today about this issue and he > proposed the > > following: > > > >> You can try adding the following to /etc/system, > then rebooting... > >> set xpv_psm:xen_support_msi = -1 > > would this change affect systems not using XVM? we > are just using > these as backup storage.Probably not. Are you seeing the issue without XVM installed? We had one other user report that the issue went away when they removed XVM, so I had thought it wouldn''t affect other users. If you are getting the same issue without XVM, there may be overlapping bugs in play. Someone at Sun might be able to tell you how to disable MSI on the controller. Someone told me how to do it for the NVidia SATA controller when there was a bug in that driver. I would think there is a way to do it for the MPT driver. -- This message posted from opensolaris.org
> Travis Tabbal wrote: > > I have a possible workaround. Mark Johnson > <Mark.Johnson at sun.com> has > > been emailing me today about this issue and he > proposed the > > following: > > > >> You can try adding the following to /etc/system, > then rebooting... > >> set xpv_psm:xen_support_msi = -1 > > I am also running XVM, and after modifying > /etc/system and rebooting, my > zpool scrub test is runing along merrily with no > hangs so far, where > usually I would expect to see several by now. > > Can the other folks who have seen this please test > and report back? I''d > hate to think we solved it only to discover there > were overlapping bugs. > > Fingers crossed, and many thanks to those who have > worked to track this > down!Nice to see we have one confirmed report that things are working. Hopefully we get a few more! Even if it''s just a workaround until a real fix makes it in, it gets us running. -- This message posted from opensolaris.org
James C. McPherson
2009-Nov-24 18:47 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Thankyou for all who''ve procvided data about this. I''ve updated the bugs mentioned earlier and I believe we can now make progress on diagnosis. The new synopsis (should show up on b.o.o tomorrow) is as follows: 6894775 mpt''s msi support is suboptimal with xVM James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
> > Thankyou for all who''ve procvided data about this. > I''ve updated > the bugs mentioned earlier and I believe we can now > make progress > on diagnosis. > > The new synopsis (should show up on b.o.o tomorrow) > is as follows: > > 6894775 mpt''s msi support is suboptimal with xVM >FYI, as the original submitter of 6894775 I can tell you that we don''t use XVM so the title change is misleading; we are using a simple physical server with a LSI3801E attached to 2 JBODs. My case has really gone nowhere and the original engineer in charge of it only made a few suggestions. Namely: - Use the latest OS build (we''ve tried all versions from b118, when CIFS became a usable feature, and up and it made no difference) - Use the latest FW available from LSI for the card and leave it at default settings (which we were already doing) - Try disabling IOMMU via /etc/system or rootnex.conf entry, in case it interferes with MPT (which we tried and it didn''t help) So, we are still looking for the root cause of this problem. I have attached all of our config, as you requested, including our system file and interrupt listing. I even updated to b127 to try and keep the comparison as "apples-to-apples" as possible. In summary, here is what we''ve tried (to no avail): - Thottling IO to vdevs using zfs_vdev_max_pending=10 and zfs_scrub_limit=1 - Using older and newer LSI firmware releases - Using all "stable" builds from b118 up - Using the older LSI itmpt driver instead of mpt Note that we have multiple systems with this exact same config and we can replicate the problem on all of them; the only real requirement is to have about a TB or so of data in the zpool so that the scrub can work for at least 5 minutes before the timeouts etc. begin. The more data on the zpool, the more IO the scrub generates and therefore the faster the problem starts appearing. If you need anything else, please ask as I''ve been banging my head against a wall with this problem for months now. -- This message posted from opensolaris.org -------------- next part -------------- A non-text attachment was scrubbed... Name: config.tar.gz Type: application/octet-stream Size: 48332 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20091124/471f8012/attachment.obj>
James C. McPherson
2009-Nov-30 03:34 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Adam Cheal wrote:>> Thankyou for all who''ve procvided data about this. I''ve updated the >> bugs mentioned earlier and I believe we can now make progress on >> diagnosis. >> >> The new synopsis (should show up on b.o.o tomorrow) is as follows: >> >> 6894775 mpt''s msi support is suboptimal with xVM >> > > FYI, as the original submitter of 6894775 I can tell you that we don''t > use XVM so the title change is misleading; we are using a simple physical > server with a LSI3801E attached to 2 JBODs. My case has really gone > nowhere and the original engineer in charge of it only made a few > suggestions. Namely:Hi Adam, thanks for this info. I''ve talked with my colleagues in Beijing (since I''m in Beijing this week) and we''d like you to try disabling MSI/MSI-X for your mpt instances. In /etc/system, add set mpt:mpt_enable_msi = 0 then regen your boot archive and reboot. I''ve added this to the public comments field of the CR, and removed the reference to xVM from the synopsis - hopefully the mail gateway will send your copy reasonably soon :-) Best regards, James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
> Hi Adam, > thanks for this info. I''ve talked with my colleagues > in Beijing (since > I''m in Beijing this week) and we''d like you to try > disabling MSI/MSI-X > for your mpt instances. In /etc/system, add > > set mpt:mpt_enable_msi = 0 > > then regen your boot archive and reboot. >I had already done this at Mark Johnson''s request, though I had just added: set mpt:mpt_enable_msi=0 set mptsas:mptsas_enable_msi=0 ...to the /etc/system file and did a full reboot. I didn''t know I had to regen the boot archive manually for those new settings to take effect: how/why would I do this? The fact the IO rate changed for me during the test indicated that the new settings had "taken". Long story short, I still had the problems after making this change though they took longer to appear. Longer story: After making the change, rebooting and starting a scrub on the pool I watched iostat for hints of trouble (i.e. error column changes). The IO rate to the disk was definately slower after this change, with individual disks never getting more than 50% busy and 2 active commands. About three hours later, the read errors/bus resets started to appear. I assume the longer delay before errors was just because the reduced IO was putting less of a strain on the driver/hardware. Let me know if you want me to refine this test or any other diagnostics that would help you out. -- This message posted from opensolaris.org
James C. McPherson
2009-Nov-30 06:29 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Adam Cheal wrote:>> Hi Adam, >> thanks for this info. I''ve talked with my colleagues >> in Beijing (since >> I''m in Beijing this week) and we''d like you to try >> disabling MSI/MSI-X >> for your mpt instances. In /etc/system, add >> >> set mpt:mpt_enable_msi = 0 >> >> then regen your boot archive and reboot. >> > > I had already done this at Mark Johnson''s request, though I had just added: > > set mpt:mpt_enable_msi=0 > set mptsas:mptsas_enable_msi=0 > > ...to the /etc/system file and did a full reboot. I didn''t know I had toregen the boot archive manually for those new settings to take effect: how/why would I do this? The fact the IO rate changed for me during the test indicated that the new settings had "taken". Long story short, I still had the problems after making this change though they took longer to appear. I thought you had just set set xpv_psm:xen_support_msi = -1 which is different, because that sets the xen_support_msi variable which lives inside the xpv_psm module. Setting mptsas:* will have no effect on your system if you do not have an mptsas card installed. The mptsas cards are not generally available yet (they''re 2nd generation), so I would be surprised if you had one.> Longer story: > > After making the change, rebooting and starting a scrub on the pool I > watched iostat for hints of trouble (i.e. error column changes). The IO > rate to the disk was definately slower after this change, with individual > disks never getting more than 50% busy and 2 active commands. About three > hours later, the read errors/bus resets started to appear. I assume the > longer delay before errors was just because the reduced IO was putting > less of a strain on the driver/hardware. Let me know if you want me to > refine this test or any other diagnostics that would help you out.I think that''s sufficient to go on for the moment, thankyou. cheers, James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
> > I thought you had just set > > set xpv_psm:xen_support_msi = -1 > > which is different, because that sets the > xen_support_msi variable > which lives inside the xpv_psm module. > > Setting mptsas:* will have no effect on your system > if you do not > have an mptsas card installed. The mptsas cards are > not generally > available yet (they''re 2nd generation), so I would be > surprised if > you had one.No...I had set the other two variables after Mark contacted me offline to do some testing mainly to verify the problem was, indeed, not xVM specific. I had added the mptsas line as well, as per his recommendations, because I wasn''t sure if there was some crossover between it and using the MPT driver for a SAS card. Thanks for clearing that up though...obviously we don''t need it for the LSI3801E we are using. Can you explain the "regen the boot archive" request in more detail though? This has me wondering if there were additional steps we needed to take when testing out other /etc/system tweaks, such as the vdev queue limitation. I want to make sure we eliminate sources of the problem, if possible, as the chain of possible blame is still quite long right now. -- This message posted from opensolaris.org
James C. McPherson
2009-Nov-30 07:09 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Adam Cheal wrote:>> I thought you had just set >> >> set xpv_psm:xen_support_msi = -1 >> >> which is different, because that sets the >> xen_support_msi variable >> which lives inside the xpv_psm module. >> >> Setting mptsas:* will have no effect on your system >> if you do not >> have an mptsas card installed. The mptsas cards are >> not generally >> available yet (they''re 2nd generation), so I would be >> surprised if >> you had one. > > No...I had set the other two variables after Mark contacted me offline to >do some testing mainly to verify the problem was, indeed, not xVM specific. I had added the mptsas line as well, as per his recommendations, because I wasn''t sure if there was some crossover between it and using the MPT driver for a SAS card. Thanks for clearing that up though...obviously we don''t need it for the LSI3801E we are using. Ah, ok> Can you explain the "regen the boot archive" request in more detailthough? This has me wondering if there were additional steps we needed to take when testing out other /etc/system tweaks, such as the vdev queue limitation. I want to make sure we eliminate sources of the problem, if possible, as the chain of possible blame is still quite long right now. The reboot command should have automatically run bootadm update-archive for you, I have this habit of running it by hand whenever I change a driver or /etc/system to make sure that I have an up to date boot archive from that point in time onwards. James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
On Sat, Nov 21, 2009 at 07:08:20PM +1000, James C. McPherson wrote:> If you and everybody else who is seeing this problem could provide > details about your configuration (output from cfgadm -lva, raidctl > -l, prtconf -v, what your zpool configs are, and the firmware rev > of each disk in each zpool) that would help us sort through and find > any commonalities and hopefully a fix. >On a supermicro board, with 3 hw raid6 vdev joined in a single pool, random hangs (<weekly) which required hardware reset, nothing on the logs. symptoms: rpool fine, zfs status hangs on the other volume all nfs shares stalled on all linux clients (local "share" -> nothing). Attached the requested files on 2 machines having the same issue. Thanks Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mailto:tru at pasteur.fr | tel/fax +33 1 45 68 87 37/19 Institut Pasteur, 25-28 rue du Docteur Roux, 75724 Paris CEDEX 15 France -------------- next part -------------- A non-text attachment was scrubbed... Name: bugreport-xargos.tgz Type: application/x-gzip Size: 21461 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20091130/312218db/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: bugreport-tanatloc.tgz Type: application/x-gzip Size: 21341 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20091130/312218db/attachment-0001.bin>
James C. McPherson
2009-Nov-30 09:59 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Tru Huynh wrote:> On Sat, Nov 21, 2009 at 07:08:20PM +1000, James C. McPherson wrote: >> If you and everybody else who is seeing this problem could provide >> details about your configuration (output from cfgadm -lva, raidctl >> -l, prtconf -v, what your zpool configs are, and the firmware rev >> of each disk in each zpool) that would help us sort through and find >> any commonalities and hopefully a fix. >> > On a supermicro board, with 3 hw raid6 vdev joined in a single pool, > random hangs (<weekly) which required hardware reset, nothing on the logs. > > symptoms: rpool fine, zfs status hangs on the other volume > all nfs shares stalled on all linux clients (local "share" -> nothing). > > Attached the requested files on 2 machines having the same issue.Two things here: (1) your hba is a MegaRAID SAS ELP, which uses the mega_sas driver not mpt, and (2) If you''ve got nothing in the logs, then you need to do more investigation to work out where the problem lies. Since your system is not using mpt, you have a different problem. James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
James C. McPherson wrote:> Adam Cheal wrote: >>> I thought you had just set >>> >>> set xpv_psm:xen_support_msi = -1 >>> >>> which is different, because that sets the >>> xen_support_msi variable >>> which lives inside the xpv_psm module. >>> >>> Setting mptsas:* will have no effect on your system >>> if you do not >>> have an mptsas card installed. The mptsas cards are >>> not generally >>> available yet (they''re 2nd generation), so I would be >>> surprised if >>> you had one. >> >> No...I had set the other two variables after Mark contacted me offline to >> > do some testing mainly to verify the problem was, indeed, not xVM specific. > I had added the mptsas line as well, as per his recommendations, because I > wasn''t sure if there was some crossover between it and using the MPT driver > for a SAS card. Thanks for clearing that up though...obviously we don''t > need > it for the LSI3801E we are using. > > Ah, okI think there are two different bugs here... I think there is a problem with MSIs and some variant of mpt card on xVM. These seem to be showing up as timeout errors. Disabling MSIs for this adapter seems to fix this problem. For folks seeing this problem, what HBA adapter are you using that you see this problem on? The second problem is there appears to be a problem with mpt and the LSI3801E. These seem to be command errors than timeouts? Not sure if they were seeing timeouts too? I believe the following things were stated across the thread.. Can folks confirm/deny each of these? o The problems are not seen with Sun''s version of this card o The problems are not seen with LSI''s version of the driver o The problems are seen with the latest LSI firmware o Errors still occur if MSIs are disabled. They seem to occur less frequently. Were timeouts being seen before MSIs were disabled? If so, are timeouts being seen after MSIs were disabled? i.e. are there two different problems here, timeouts, and then commands failing.. If so, maybe these are unrelated problems? For folks seeing the command failures, what are you using for a jbod? Is there firmware on the jbod, and if so, is it up to date? Have you tried a different jbod? Are the command failures tied to a subset of the disks or effect all of them? Have you tried a different length cable? Thanks, MRJ
> Can folks confirm/deny each of these? > > o The problems are not seen with Sun''s version of > this cardOn the Thumper x4540 (which uses 6 of the same LSI 1068E controller chips), we do not see this problem. Then again, it uses a one-to-one mapping of controller PHY ports to internal disks; no JBODs or expanders here. 1 controller per 8 disks is a much more performance-oriented ratio, so I don`t expect to see the problem there. We have not tried using a Sun re-branded LSI controller for the external JBODs. My understanding is that Sun uses a custom firmware derived from LSIs public offerings.> o The problems are not seen with LSI''s version of > the driverIncorrect. We have tried using the latest itmpt driver from LSI and see the same problem.> o The problems are seen with the latest LSI > firmwareCorrect. We`ve tried Phase 15, 16 and 17. All exhibit the same problem.> o Errors still occur if MSIs are disabled. They > seem to > occur less frequently. Were timeouts being seen > before > MSIs were disabled? If so, are timeouts being > seen after > MSIs were disabled?Correct: disabling the MSIs did not affect the problem, although they did slow the IO on the system down enough to delay the onset of the problem a few hours. Timeouts were being seen before disabling MSIs and they are usually coupled with bus resets, which is standard behaviour for the sd driver if an IO is timed out for too long, I believe.> folks seeing the command failures, what are you using > for > a jbod? Is there firmware on the jbod, and if so, is > it up > to date? Have you tried a different jbod? Are the > command failures > tied to a subset of the disks or effect all of them? > Have you tried > a different length cable? >We use Dell DCS J23 JBODs (23 disk enclosure), 2 per LSI3801E, fully populated with enterprise-grade WD SATA drives. We`ve tried both R105 and R106 firmware (both latest production-grade firmware) on them with no differences. The problem affects all disks in the JBOD(s), not specific ones. Usually one or two disks start to timeout which snowballs into all of them when the bus resets. We have 15 of these systems running, all with the same config using 2 foot external cables...changing cables doesn`t help. We have not tried using a different JBOD. - Adam -- This message posted from opensolaris.org
> o The problems are not seen with Sun''s version of > this cardUnable to comment as I don''t have a Sun card here. If Sun would like to send me one, I would be willing to test it compared to the cards I do have. I''m running Supermicro USAS-L8i cards (LSI 1068e based).> o The problems are not seen with LSI''s version of > the driverI haven''t tried it as comments from Sun staff here have indicated that it''s not a good idea.> o The problems are seen with the latest LSI > firmwareYes. When I checked, the LSI site was listing the version I see at boot.> o Errors still occur if MSIs are disabled.I haven''t seen any command timeout errors since disabling MSIs. I tried using the command to disable MSI only for the MPT driver, but I get a similar error from the NVidia driver at that point as it has my boot drives. It seems to me that the issue seems to have more in common with MSIs than the drivers themselves. I do have a scrub scheduled for 12/1, so I can check the logs after than to see if it appears from that. My other tests have not triggered the issue since disabling MSIs. I''m currently running with "set xpv_psm:xen_support_msi = -1". I am not using any jbod enclosures. My setup uses SAS to SATA breakout cables and connect directly to the drives. I have tried different cables and lengths. The timeouts affected drives in a seemingly random fashion. I would get timeouts on both controllers and every drive over time. I have never had command errors here. Just the timeouts. -- This message posted from opensolaris.org
Mark Johnson wrote:> I think there are two different bugs here... > > I think there is a problem with MSIs and some variant of mpt > card on xVM. These seem to be showing up as timeout errors. > Disabling MSIs for this adapter seems to fix this problem. > For folks seeing this problem, what HBA adapter are you using > that you see this problem on?I have just confirmed that adding "set mpt:mpt_enable_msi = 0" and removing "set xpv_psm:xen_support_msi = -1" in /etc/system also fixes the problem for me. I am running an LSI branded SAS3081E-R with directly attached SATA disks. See my previous email for full system info. For the record, I am _not_ seeing the other command error problem. But I don''t have an external chassis, expanders, etc. -- Carson
On Nov 30, 2009, at 2:14 PM, Carson Gaspar wrote:> Mark Johnson wrote: > >> I think there are two different bugs here... >> I think there is a problem with MSIs and some variant of mpt >> card on xVM. These seem to be showing up as timeout errors. >> Disabling MSIs for this adapter seems to fix this problem. >> For folks seeing this problem, what HBA adapter are you using >> that you see this problem on? > > I have just confirmed that adding "set mpt:mpt_enable_msi = 0" and > removing "set xpv_psm:xen_support_msi = -1" in /etc/system also > fixes the problem for me. > > I am running an LSI branded SAS3081E-R with directly attached SATA > disks. See my previous email for full system info. > > For the record, I am _not_ seeing the other command error problem. > But I don''t have an external chassis, expanders, etc.I''m using a LSI Logic SAS1068E controller (according to lsiutil) and NOT using XVM and seeing these problems. I just put ''set mpt:mpt_enable_msi = 0'' into my /etc/system and rebooted, we''ll see how that works. If this seems to solve the issue for this machine I''ll do it on all of our others as well (we currently have about 12 of these running, about 1.5PB of data online on them) and report back. I just basically wanted to chime in and mention that I''m also having these problems but NOT using XVM as other people are. -Jeremy
Carson Gaspar wrote:> Mark Johnson wrote: > >> I think there are two different bugs here... >> >> I think there is a problem with MSIs and some variant of mpt >> card on xVM. These seem to be showing up as timeout errors. >> Disabling MSIs for this adapter seems to fix this problem. >> For folks seeing this problem, what HBA adapter are you using >> that you see this problem on? > > I have just confirmed that adding "set mpt:mpt_enable_msi = 0" and > removing "set xpv_psm:xen_support_msi = -1" in /etc/system also fixes > the problem for me. > > I am running an LSI branded SAS3081E-R with directly attached SATA > disks. See my previous email for full system info. > > For the record, I am _not_ seeing the other command error problem. But I > don''t have an external chassis, expanders, etc.I spoke too soon, I came back home to: Nov 30 15:52:19 gandalf.taltos.org scsi: [ID 107833 kern.warning] WARNING: /pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0 (mpt0): Nov 30 15:52:19 gandalf.taltos.org Disconnected command timeout for Target 11 Nov 30 15:52:19 gandalf.taltos.org scsi: [ID 365881 kern.notice] /pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0 (mpt0): Nov 30 15:52:19 gandalf.taltos.org Log info 0x31140000 received for target 11. Nov 30 15:52:19 gandalf.taltos.org scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc Nov 30 15:52:19 gandalf.taltos.org scsi: [ID 365881 kern.notice] /pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0 (mpt0): Nov 30 15:52:19 gandalf.taltos.org Log info 0x31140000 received for target 11. Nov 30 15:52:19 gandalf.taltos.org scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc Nov 30 15:52:19 gandalf.taltos.org scsi: [ID 365881 kern.notice] /pci at 0,0/pci8086,27d0 at 1c/pci1000,3140 at 0 (mpt0): Nov 30 15:52:19 gandalf.taltos.org Log info 0x31130000 received for target 11. Nov 30 15:52:19 gandalf.taltos.org scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc Reverting to "set xpv_psm:xen_support_msi = -1" now... -- Carson
James C. McPherson
2009-Dec-01 02:36 UTC
[zfs-discuss] Workaround for mpt timeouts in snv_127
Hi all, I believe it''s an accurate summary of the emails on this thread over the last 18 hours to say that (1) disabling MSI support in xVM makes the problem go away (2) disabling MSI support on bare metal when you only have disks internal to your host (no jbods), makes the problem go away (several reports of this) (3) disabling MSI support on bare metal when you have a non-Sun jbod (and cables) does _not_ make the problem go away. (several reports of this) (4) the problem is not seen with a Sun-branded jbod and cables (only one report of this) (5) problem is seen with both mpt(7d) and itmpt(7d). (6) mpt(7d) without MSI support is sloooooow. For those who''ve been suffering this problem and who have non-Sun jbods, could you please let me know what model of jbod and cables (including length thereof) you have in your configuration. For those of you who have been running xVM without MSI support, could you please confirm whether the devices exhibiting the problem are internal to your host, or connected via jbod. And if via jbod, please confirm the model number and cables. Please note that Jianfei and I are not making assumptions about the root cause here, we''re just trying to nail down specifics of what seems to be a likely cause. thankyou in advance, James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
Hi, I just posted a summary of a similiar issue I''m having with non-Sun hardware. For the record, it''s in a Chenbro RM41416 chassis with 4 chenbro SAS backplanes but no expanders (each backplane is 4 disks connected by SFF-8087 cable). Each of my LSI brand SAS3081E PCI-E cards is connected to two backplanes with 1m SFF-8087 (both ends) cables. For more details if they are important see my other post. I haven''t tried the MSI workaround yet (although I''m not sure what MSI is) but from what I''ve read the workaround won''t fix the issues in my case with non-sun hardware. Thanks, Chad On Tue, Dec 01, 2009 at 12:36:33PM +1000, James C. McPherson wrote:> Hi all, > I believe it''s an accurate summary of the emails on this thread > over the last 18 hours to say that > > (1) disabling MSI support in xVM makes the problem go away > > (2) disabling MSI support on bare metal when you only have > disks internal to your host (no jbods), makes the problem > go away > (several reports of this) > > (3) disabling MSI support on bare metal when you have a non-Sun > jbod (and cables) does _not_ make the problem go away. > (several reports of this) > > (4) the problem is not seen with a Sun-branded jbod and cables > (only one report of this) > > (5) problem is seen with both mpt(7d) and itmpt(7d). > > (6) mpt(7d) without MSI support is sloooooow. > > > For those who''ve been suffering this problem and who have non-Sun > jbods, could you please let me know what model of jbod and cables > (including length thereof) you have in your configuration. > > For those of you who have been running xVM without MSI support, > could you please confirm whether the devices exhibiting the problem > are internal to your host, or connected via jbod. And if via jbod, > please confirm the model number and cables. > > Please note that Jianfei and I are not making assumptions about the > root cause here, we''re just trying to nail down specifics of what > seems to be a likely cause. > > > thankyou in advance, > James C. McPherson > -- > Senior Kernel Software Engineer, Solaris > Sun Microsystems > http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
> (1) disabling MSI support in xVM makes the problem go > awayYes here.> (6) mpt(7d) without MSI support is sloooooow.That does seem to be the case. It''s not so bad overall, and at least the performance is consistent. It would be nice if this were improved.> For those of you who have been running xVM without > MSI support, > could you please confirm whether the devices > exhibiting the problem > are internal to your host, or connected via jbod. And > if via jbod, > please confirm the model number and cables.Direct connect. The drives are in hot-swap racks, but they are passive devices. No expanders or anything like that in there. In case it''s interesting, the racks are StarTech HSB430SATBK devices. I''m using SAS to SATA breakout cables to connect them. I have tried different lengths with the same result. -- This message posted from opensolaris.org
> Chenbro 16 hotswap bay case. It has 4 mini backplanes that each connect via an SFF-8087 cable > StarTech HSB430SATBKhmm, both are passive backplanes with one SATA tunnel per link... no SAS Expanders (LSISASx36) like those found in SuperMicro or J4x00 with 4 links per connection. wonder if there is a LSI issue with too many links in HBA mode? Rob
Just an update, my scrub completed without any timeout errors in the log. XVM with MSI disabled globally. -- This message posted from opensolaris.org
Perhaps. As I noted though, it also occurs on the onboard NVidia SATA controller when MSI is enabled. I had already put a line in /etc/system to disable MSI for that controller per a forum thread and it worked great. I''m now running with all MSI disabled via XVM as the mpt controller is giving me the same problems. As it''s happening on totally different controller types, cable types, and drive types, I have to go with software issues. I know for sure the NVidia issue didn''t come up on 2009.06. It makes the system take forever to boot, so it''s very noticeable. It happened when I first went to dev builds, I want to say it was around b118. I updated for better XVM support for newer Linux kernels. The NVidia controller causes similar log messages. Command timeouts. Disabling MSIs fixes it as well. Motherboard is an Asus M4N82 Deluxe. NVIDIA nForce 980a SLI chipset. I expect the root cause is the same, and I would guess that something is causing the drivers to miss or not receive some interrupts. However, my programming at this level is limited, so perhaps I''m misdiagnosing the issue. -- This message posted from opensolaris.org
I found this thread after fighting the same problem in Nexenta which uses the OpenSolaris kernel from b104. Thankfully, I think I have (for the moment) solved my problem. Background: I have an LSI 3081e-R (1068E based) adapter which experiences the same disconnected command timeout error under relatively light load. This card connects to a Supermicro chassis using 2 MiniSAS cables to redundant expanders that are attached to 18 SAS drives. The card ran the latest IT firmware (1.29?). This server is a new install, and even installing from the CD to two disks in a mirrored ZFS root would randomly cause the disconnect error. The system remained unresponsive until after a reboot. I tried the workarounds mentioned in this thread, namely using "set mpt:mpt_enable_msi = 0" and "set xpv_psm:xen_support_msi = -1" in /etc/system. Once I added those lines, the system never really became unresponsive, however there were partial read and partial write messages that littered dmesg. At one point there appeared to be a disconnect error ( can not confirm ) that the system recovered from. Eventually, I became desperate and flashed the IR (Integrated Raid) firmware over the top of the IT firmware. Since then, I have had no errors in dmesg of any kind. I even removed the workarounds from /etc/system and still have had no issues. The mpt driver is exceptionally quiet now. I''m interested to know if anyone who has a 1068E based card is having these problems using the IR firmware, or if they all seem to be IT (initiator target) related. -- This message posted from opensolaris.org
I was under the impression that the problem affecting most of us was introduced much later than b104, sometime between ~114 and ~118. When I first started using my LSI 3081 cards, they had the IR firmware on them, and it caused me all kinds of problems. The disks showed up but I couldn''t write to them, I believe. Eventually I found that I needed the IT firmware for it to work properly, which is what I have used ever since, but maybe some builds do work with IR firmware? I remember, then, when I was originally trying to set them up with the IR firmware, Opensolaris saw my two cards as one device, whereas with the IT firmware they were always mpt0 and mpt1. Could also be the IR works with one card but not well when two cards are combine... Chad On Sat, Dec 05, 2009 at 02:47:55PM -0800, Calvin Morrow wrote:> I found this thread after fighting the same problem in Nexenta which uses the OpenSolaris kernel from b104. Thankfully, I think I have (for the moment) solved my problem. > > Background: > > I have an LSI 3081e-R (1068E based) adapter which experiences the same disconnected command timeout error under relatively light load. This card connects to a Supermicro chassis using 2 MiniSAS cables to redundant expanders that are attached to 18 SAS drives. The card ran the latest IT firmware (1.29?). > > This server is a new install, and even installing from the CD to two disks in a mirrored ZFS root would randomly cause the disconnect error. The system remained unresponsive until after a reboot. > > I tried the workarounds mentioned in this thread, namely using "set mpt:mpt_enable_msi = 0" and "set xpv_psm:xen_support_msi = -1" in /etc/system. Once I added those lines, the system never really became unresponsive, however there were partial read and partial write messages that littered dmesg. At one point there appeared to be a disconnect error ( can not confirm ) that the system recovered from. > > Eventually, I became desperate and flashed the IR (Integrated Raid) firmware over the top of the IT firmware. Since then, I have had no errors in dmesg of any kind. > > I even removed the workarounds from /etc/system and still have had no issues. The mpt driver is exceptionally quiet now. > > I''m interested to know if anyone who has a 1068E based card is having these problems using the IR firmware, or if they all seem to be IT (initiator target) related. > -- > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
I''ve spent all weekend fighting this problem on our storage server after installing a ZFS log device, and your suggestion fixed it! I also have a LSI 3081E-R adapter (B3 revision) connected to a SAS expander backplane with 7 drives on it. None of the /etc/system options mentioned in this thread worked, but after switching to the LSI 1.29 IR firmware, the controller no longer hangs constantly. I''m using OpenSolaris 9.06 (snv 111b). I still see warnings like this in dmesg occassionally: Dec 6 14:15:04 wid scsi: [ID 365881 kern.info] /pci at 0,0/pci1166,142 at 9/pci1000,3080 at 0 (mpt0): Dec 6 14:15:04 wid Log info 0x31123000 received for target 26. Dec 6 14:15:04 wid scsi_status=0x0, ioc_status=0x804b, scsi_state=0xc but I have not observed any problems yet while I scrub the zpool. -- This message posted from opensolaris.org
I''m glad I was able to help someone. My card is also a 3081E-R (B3). It shipped to me with the IR firmware, and I immediately flashed the IT firmware on it because I had heard it was supposed to be (better, faster, stable, shiny) with Solaris and ZFS. The motherboard on that server has an LSI 2008 (SAS 2.0) chip onboard. My hope is that I''ll be able to upgrade in the future with less excitement than I had trying to get the 1068E to work. -- This message posted from opensolaris.org
Can''t say when the problems may have been introduced, but it looks like we''ve got my report (b104) and another report from b111 of issues with the 1068E. The IR firmware seems to do some sort of internal multipathing while the IT firmware doesn''t do any. With the IT firmware, I enabled multipathing (in-between frequent reboots due to the card hanging under load) and had very good performance with the round-robin policy. When I reverted to the IR firmware to fix my issues, I found that round-robin slowed down my disk benchmark tests (IOZone). My guess is because it was trying to use pathways that the IR firmware had marked standby internally. Disabling the round-robin policy almost doubled throughput under the IR firmware. -- This message posted from opensolaris.org
I can produce the timeout error on multiple, similar servers. These are storage servers, so no zones or gui running. Hardware: Supermicro X7DWN with AOC-USASLP-L8i controller E1 (single port) backplanes (16 & 24 bay) (LSILOGICSASX28 A.0 and LSILOGICSASX36 A.1) up to 36 1Tb WD Sata disks This server has 2 x quad core Intel CPU & 16Gb ram. Disks: WD 1Tb c4t12d0 to c4t47d0 as single raidz pool. (6 disks per set) Running dev 131. I see problem on 2009.06 as well. I note that the latest AOC-USASLP-L8i firmware is LSI Rev 1.26.00.00, which I believe does not support MSI. (working on Supermicro to update the firmware) I have an LSI controller to swap for the AOC-USASLP-L8i with latest firmware, which I can retest with. After a few hours of light load, no errors appear unless I initiate a scrub. iostat -X -e -n ---- errors --- s/w h/w trn tot device 0 0 0 0 fd0 0 9 0 9 c5t1d0 0 0 0 0 c4t8d0 0 0 0 0 c4t9d0 0 0 0 0 c4t12d0 0 0 0 0 c4t13d0 0 0 0 0 c4t14d0 0 0 0 0 c4t15d0 0 0 0 0 c4t16d0 0 0 0 0 c4t17d0 0 0 0 0 c4t18d0 0 0 0 0 c4t19d0 0 0 0 0 c4t20d0 0 0 0 0 c4t21d0 0 0 0 0 c4t22d0 0 0 0 0 c4t23d0 0 0 0 0 c4t30d0 0 1 10 11 c4t31d0 0 2 20 22 c4t32d0 0 0 0 0 c4t33d0 0 0 0 0 c4t34d0 0 0 0 0 c4t35d0 0 0 0 0 c4t36d0 0 0 0 0 c4t37d0 0 0 0 0 c4t38d0 0 0 0 0 c4t39d0 0 0 0 0 c4t40d0 0 0 0 0 c4t41d0 0 0 0 0 c4t42d0 0 1 10 11 c4t43d0 0 3 31 34 c4t44d0 0 1 10 11 c4t45d0 0 2 20 22 c4t46d0 0 1 10 11 c4t47d0 0 0 0 0 c4t48d0 0 0 0 0 c4t49d0 0 0 0 0 c4t50d0 0 0 0 0 c4t51d0 0 0 0 0 c4t52d0 In this instance, all errors are on the same (24 bay) backplane. I have also had them on the 16 bay backplane with this 2 chassis configuration. The problem becomes more of a pain when drives drop off for a short period, then reconnect and resilver or occassionally just stop until a reboot or hot plug. The robustness of ZFS certainly helps keep things running. Mark. -- This message posted from opensolaris.org
I would definitely be interested to see if the newer firmware fixes the problem for you. I have a very similar setup to yours, and finally forcing the firmware flash to 1.26.00 of my on-board LSI 1068E on a SuperMicro H8DI3+ running snv_131 seemed to address the issue. I''m still waiting to see if that''s entirely the case, but so far so good (even with a LOT of disk activity to clean up the very messy zpool which had resulted from all of the disk timeouts/errors previously). -- This message posted from opensolaris.org
An update: Well things didn''t quite turn out as expected. I decided to follow the path right to the disks for clues. Digging into the adapter diags with LSIUTIL, revealed an Adapter Link issue. Adapter Phy 5: Link Down Invalid DWord Count 5,969,575 Running Disparity Error Count 5,782,581 Loss of DWord Synch Count 0 Phy Reset Problem Count 0 After replacing cables, I eventually replaced the controller and then things really went pear shaped. It turns out the backplane, that ran without major issues on the Supermicro controller, refused to operate with the LSI SAS3081E-R (with latest code)- card wouldn''t initialise, links only ran at 1.5Mb/s, most disks offline etc. Replacing the backplane (whole jbod) fixed the Adapter Link problems, but timeouts still occur when scrubbing. Oh look, the dev names moved. they used to start at c4t8d0, but it has "made it right" all by itself. EYHOBG! iostat -X -e -n s/w h/w trn tot device 0 0 0 0 c4t0d0 0 0 0 0 c4t1d0 0 2 8 10 c4t2d0 0 3 18 21 c4t3d0 0 0 0 0 c4t4d0 0 2 12 14 c4t5d0 0 1 8 9 c4t6d0 0 2 15 17 c4t7d0 0 0 0 0 c4t8d0 0 0 0 0 c4t9d0 0 0 0 0 c4t10d0 0 0 0 0 c4t11d0 0 0 0 0 c4t12d0 0 0 0 0 c4t13d0 0 11 84 95 c4t41d0 0 8 62 70 c4t42d0 0 10 72 82 c4t43d0 0 19 147 166 c4t44d0 0 12 102 114 c4t45d0 0 19 145 164 c4t46d0 0 13 108 121 c4t47d0 0 7 62 69 c4t48d0 0 14 113 127 c4t49d0 0 11 96 107 c4t50d0 0 11 91 102 c4t51d0 0 8 64 72 c4t52d0 0 13 108 121 c4t53d0 0 11 106 117 c4t54d0 0 10 82 92 c4t55d0 0 10 88 98 c4t56d0 0 12 85 97 c4t57d0 0 6 38 44 c4t58d0 and status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. c4t2d0 ONLINE 0 0 1 25.5K repaired c4t55d0 ONLINE 0 0 4 102K repaired I do note that after these errors, there are no errors in the lsi adapter diag logs. Data disks are all new WD10EARS. If the OpenSolaris and ZFS combination wasn''t so robust, this would have ended badly. Next step will be trying different timeout settings on the controller and see if that helps. P.S. I have a client with a "suspect", nearly full, 20Tb zpool to try to scrub, so this is a big issue for me. A resilver of a 1Tb disk takes up to 40 hrs., so I expect a scrub to be a week (or two), and at present, would probably result in multiple disk failures. Mark. -- This message posted from opensolaris.org
The results are in: My timeout issue is definitely the WD10EARS disks. Although differences in the error rate was seen with different LSI firmware revisions, the errors persisted. The more disks on the expander, the higher the number with iostat errors. This then causes zpool issues (disk failures, resilvering etc.) I replaced 24 of them with ST32000542NS (f/w CC34), and the problem departed with the WD disks. Full scrub of 1.5Tb, not one error seen anywhere. WD has chosen to cripple their consumer grade disks when used in quantities greater than one. I''ll now need to evaluate alternative supplers of low cost disks for low end high volume storage. Mark. -- This message posted from opensolaris.org
> My timeout issue is definitely the WD10EARS disks. > WD has chosen to cripple their consumer grade disks > when used in quantities greater than one. > > I''ll now need to evaluate alternative supplers of low > cost disks for low end high volume storage. > > Mark. > > typo ST32000542AS not NSThis was the conclusion I came to. I''m also on the hunt for some decent consumer-priced drives for use in a ZFS RAID setup, and I created a thread to try to find which ones people recommend. See here: http://opensolaris.org/jive/thread.jspa?threadID=121871 So far, I''m inclined to think that the Samsung HD154UI 1.5TB, and possibly the Samsung HD203WI 2TB drives might be the most reliable choices at the moment, based on the data in that thread and checking user reports. Cheers, Simon http://breden.org.uk/2008/03/02/a-home-fileserver-using-zfs/ -- This message posted from opensolaris.org
Hi Simon, I am running 5 WD20EADS in a raidz-1+spare on ahci controller without any problems I could relate to TLER or head parking. Cheers, Tonmaus -- This message posted from opensolaris.org
Hi Tonmaus, That''s good to hear. Which revision are they: 00R6B0 or 00P8B0? It''s marked on the drive top.>From what I''ve seen elsewhere, people seem to be complaining about the newer 00P8B0 revision, so I''d be interested to hear from you. These revision numbers are listed in the first post of the thread below, and refer to the 1.5TB model (WD15EADS), but might also be applicable to the WD20EADS model too.http://opensolaris.org/jive/thread.jspa?threadID=121871 Cheers, Simon -- This message posted from opensolaris.org
> That''s good to hear. Which revision are they: 00R6B0 > or 00P8B0? It''s marked on the drive top.Interesting. I wonder if this is the issue too with the 01U1B0 2.0TB drives? I have 24 WD2002FYPS-01U1B0 drives under OpenSolaris with an LSI 1068E controller that have weird timeout issues and I have 4 more on a 3ware 9650SE (a 9650SE-4LPML to be exact) under Linux which often show up with a status of DEVICE-ERROR even though the drive otherwise appears to be fine. All of this could be explained by these drives not responding in a timely manner I think to the controller. -- This message posted from opensolaris.org
If I''m not mistaken then the WD2002FYPS is an enterprise model: WD RE4-GP (RAID Edition, Green Power), so you almost certainly have the firmware that allows (1) the idle time before spindown to be modified with WDIDLE3.EXE and (2) the error reporting time to be modified with WDTLER.EXE. So I expect your drives are spinning down to save power as they are Green series drives. But if this spindown is causing odd things to happen you could see if it''s possible to increase the spindown time with WDIDLE3.EXE. Let us know if you get any news back from WD. Cheers, Simon -- This message posted from opensolaris.org
Looks like I got the textbook response from Western Digital: --- Western Digital technical support only provides jumper configuration and physical installation support for hard drives used in systems running the Linux/Unix operating systems. For setup questions beyond physical installation of your Western Digital hard drive, please contact the vendor of your Linux/Unix operating system. Please install the drive in an XP or Vista system to test the drive following the information below. <snipped> --- etc. So, doesn''t look like I''ll get any kind of reasonable response personally. -- This message posted from opensolaris.org
Hi Simon, they are the new revision. I got the impression as well that the complaints you reported were mainly related to embedded Linux systems probably running LVM / mda. (thecus, Qnap, ....) Other reports I had seen related to typical HW raids. I don''t think the situation is comparable to ZFS. I have also followed some TLER related threads here. I am not sure if there was ever a clear assertion if consumer drive related Error correction will affect a ZFS pool or not. Statistically we should have a lot of "restrictive TLER settings helped me to solve my ZFS pool issues" success reports here, if it were. That all rather points to singular issues with firmware bugs or similar than to a systematic issue, doesn''t it? Cheers, Tonmaus -- This message posted from opensolaris.org
Hi Tonmaus,> they are the new revision.OK.> I got the impression as well that the complaints you > reported were mainly related to embedded Linux > systems probably running LVM / mda. (thecus, Qnap, > ....) Other reports I had seen related to typical HW > raids. I don''t think the situation is comparable to > ZFS.That could be the case, but maybe I''ll have to create a specific thread along the lines of "Anyone having success / problems with WD Green drives?" in order to know a bit more details. There were Mac users also complaining -- see the WDC links in the "Best 1.5TB drives" thread.> I have also followed some TLER related threads here. > I am not sure if there was ever a clear assertion if > consumer drive related Error correction will affect a > ZFS pool or not. Statistically we should have a lot > of "restrictive TLER settings helped me to solve my > ZFS pool issues" success reports here, if it were.IIRC I think Richard said that he thought that a troublesome non-RAID drive would affect MTTR and not reliability. I.e. you''ll have to manually intervene if a consumer drive causes the system to hang, and replace it, whereas the RAID edition drives will probably report the error quickly and then ZFS will rewrite the data elsewhere, and thus maybe not kick the drive. So it sounds preferable to have TLER in operation, if one can find a consumer-priced drive that allows it, or just take the hit and go with whatever non-TLER drive you choose and expect to have to manually intervene if a drive plays up. OK for home user where he is not too affected, but not good for businesses which need to have something recovered quickly.> That all rather points to singular issues with > firmware bugs or similar than to a systematic issue, > doesn''t it?I''m not sure. Cheers, Simon -- This message posted from opensolaris.org
Hi Simon> I.e. you''ll have to manually intervene > if a consumer drive causes the system to hang, and > replace it, whereas the RAID edition drives will > probably report the error quickly and then ZFS will > rewrite the data elsewhere, and thus maybe not kick > the drive.IMHO the relevant aspects are if ZFS is able to give accurate account on cache flush status and even realize if a drive is not responsive. That being said, I have no seen a specific report that ZFS would kick green drives at random or at pattern, like the poor SoHo storage enclosure users do all the time.> > So it sounds preferable to have TLER in operation, if > one can find a consumer-priced drive that allows it, > or just take the hit and go with whatever non-TLER > drive you choose and expect to have to manually > intervene if a drive plays up. OK for home user where > he is not too affected, but not good for businesses > which need to have something recovered quickly.One point about TLER is that two error correction schemes concur in the case you run a consumer drive on an active RAID controller that has its own mechanisms. When you run ZFS on a RAID controller in contrast to the best practise recommendations, an analogue question arises. On the other hand, if you run a green consumer drive on a dumb HBA , I wouldn''t know what is wrong with it in the first place. As much as for manual interventions, the only one I am aware of would be to re-attach a single drive. Not an option if you are really affected like those miserable Thecus N7000 users that see the entire array of only a handful of drives drop out within hours - over and over again, or not even get to finish formatting the stripe set. The dire consequences of the gossiped TLER problems let me believe that there would be much more and quite specific reports in this place if this was a systematic issue with ZFS. Other than that, we are operating outside supported specs when running consumer level drives in large arrays. So far at least the perspective of Seagate and WD.> > > That all rather points to singular issues with > > firmware bugs or similar than to a systematic > issue, > > doesn''t it? > > I''m not sure. Some people in the WDC threads seem to > report problems with pauses during media streaming > etc.This was again for SoHo storage enclosures - not for ZFS, right?> when the > 32MB+ cache is empty, then it loads another 32MB into > cache etc and so on?I am not sure if any current disk will have such a simplistic cache management that will draw upon completely cycling the buffer content, let alone for reads that belong to a single file (a disk basically is agnostic of files). Moreover, such a buffer management would be completely useless for a striped array. I don''t know much better what a disk cache does either, but I am afraid that direction is probably not helpful to understanding certain phenomenons people have reported. I think that at this time we are seeing a quite large amount of evolutions going on in disk storage, whereas many established assumptions are being abandoned while backwards compatibility is not always taken care of. SAS 6G (will my controller really work in a PCIe 1.1 slot?) and 4k clusters are certainly only prominent examples. It''s probably even more true than ever to fall back to established technologies in such times, including of biting the bullet of cost premium on occasion. Best regards Tonmaus -- This message posted from opensolaris.org