Here's what one of mine reports:
pci bus 0x0000 cardnum 0x1f function 0x02: vendor 0x8086 device 0x3a20 Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1 CardVendor 0x103c card 0x1309 (Hewlett-Packard Company, Card unknown) STATUS 0x02b0 COMMAND 0x0047 CLASS 0x01 0x01 0x8a REVISION 0x00 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x05 pci bus 0x0000 cardnum 0x1f function 0x05: vendor 0x8086 device 0x3a26 Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2 CardVendor 0x103c card 0x1309 (Hewlett-Packard Company, Card unknown) STATUS 0x02b0 COMMAND 0x0047 CLASS 0x01 0x01 0x85 REVISION 0x00 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0x0000d130 SIZE 8 I/O BASE1 0x0000d14a SIZE 1 I/O BASE2 0x0000d138 SIZE 8 I/O BASE3 0x0000d14e SIZE 1 I/O BASE4 0x0000d100 SIZE 16 I/O BASE5 0x0000d110 SIZE 16 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x05 And from prtconf -v name='compatible' type=string items=9 value='pci8086,3a26.103c.1309.0' + 'pci8086,3a26.103c.1309' + 'pci103c,1309,s' + 'pci103c,1309' + 'pci8086,3a26.0' + 'pci8086,3a26,p' + 'pci8086,3a26' + 'pciclass,010185' + 'pciclass,0101' name='model' type=string items=1 value='IDE controller' As all the other devices share the 103c.1309 dsignation, I don't think one can get away with being less specific. On a happier note, this is a 4 TB USB OTG (??) disk with the pool and filesystem created on Solaris 10 u8 after puting a GPT/EFI lable on it using Debian. root@openindiana:/# zpool status no pools available root@openindiana:/# zpool import pool: test id: 17878432871531212030 state: ONLINE status: The pool is formatted using a legacy on-disk version. action: The pool can be imported using its name or numeric identifier, though some features will not be available without an explicit 'zpool upgrade'. config: test ONLINE c4t0d0s0 ONLINE root@openindiana:/# zpool import test root@openindiana:/# zfs list NAME USED AVAIL REFER MOUNTPOINT test 154K 3.51T 22K /test test/files 22K 3.51T 22K /wd-usb Hipster 2017.10 is resilvering my RAIDZ1 export pool which may explain some of the other odd behavior I've been seeing today. It reported the pools degraded so I forced it down and reseated the drives in the trayless hotswap cage. That seems to have made it happy, but once the resilver of the RAIDZ1 pool is finished I'll drag it down and blow the dust out of it. Unfortunately, it's the system is on the back of the shelf, so I have to drag another Z400 out. The one I just reconfigured and have been using for testing :-( Reg On Wednesday, March 3, 2021, 08:48:47 PM GMT+1, Gary Mills <[email protected]> wrote: This is the offending disk controller, as shown by scanpci -v: pci bus 0x0000 cardnum 0x1f function 0x02: vendor 0x8086 device 0x2822 Intel Corporation SATA Controller [RAID mode] CardVendor 0x103c card 0x1309 (Hewlett-Packard Company, Card unknown) STATUS 0x02b0 COMMAND 0x0047 CLASS 0x01 0x04 0x00 REVISION 0x00 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00 BASE0 0x0000d100 SIZE 8 I/O BASE1 0x0000d110 SIZE 4 I/O BASE2 0x0000d108 SIZE 8 I/O BASE3 0x0000d114 SIZE 4 I/O BASE4 0x0000d0c0 SIZE 32 I/O BASE5 0xf6004000 SIZE 2048 MEM MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x07 Here's part of the corresponding configuration, as shown by prtconf -v: value='pci8086,2822.103c.1309.0' + 'pci8086,2822.103c.1309' + 'pci103c,1309,s' + 'pci103c,1309' + 'pci8086,2822.0' + 'pci8086,2822,p' + 'pci8086,2822' + 'pciclass,010400' + 'pciclass,0104' I see that the most specific value includes both sets of vendor and device codes. Not all HP Z400 computers will have this disk controller card. The addition to /etc/driver_aliases that I made by add_drv long ago is this line: ahci "pci8086,2822.103c.1309.0" It probably can be less specific. -- -Gary Mills- -refurb- -Winnipeg, Manitoba, Canada- _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
