diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-05-10 21:32:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-05-10 21:32:14 +0000 |
commit | ce0ca7204545dd6f8083cca73d0e46204525af3c (patch) | |
tree | 610a2a6477e462b132f0ddcf0a1f02caa0264a0a | |
parent | 92682cafb284f567889d50c0f950e779d141dd78 (diff) |
Do not keep the `32-bit device ID' bit indicator in the device IDs, for
consistency. Will be necessary shortly.
-rw-r--r-- | sys/arch/sgi/gio/giodevs | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sys/arch/sgi/gio/giodevs b/sys/arch/sgi/gio/giodevs index 1a14e8eb296..a1c057e3f15 100644 --- a/sys/arch/sgi/gio/giodevs +++ b/sys/arch/sgi/gio/giodevs @@ -1,6 +1,7 @@ -$OpenBSD: giodevs,v 1.2 2012/04/18 17:18:50 miod Exp $ +$OpenBSD: giodevs,v 1.3 2012/05/10 21:32:13 miod Exp $ /* $NetBSD: giodevs,v 1.8 2007/02/19 04:46:33 rumble Exp $ */ +/* devices with 8-bit identification registers */ product XPI 0x01 XPI low cost FDDI product GTR 0x02 GTR TokenRing product ISDN 0x04 Synchronous ISDN @@ -10,13 +11,15 @@ product JPEG_S 0x09 JPEG (Single Wide) product XPI_M0 0x0a XPI mez. FDDI device 0 product XPI_M1 0x0b XPI mez. FDDI device 1 product EP 0x0e E-Plex 8-port Ethernet -product IMPACT 0x10 Impact product IVAS 0x30 Lyon Lamb IVAS product PHOBOS_G160 0x35 Phobos G160 10/100 Ethernet product PHOBOS_G130 0x36 Phobos G130 10/100 Ethernet product PHOBOS_G100 0x37 Phobos G100 100baseTX Fast Ethernet product SETENG_GFE 0x38 Set Engineering GFE 10/100 Ethernet -product ATM 0x85 ATM board -product SCSI 0x87 16 bit SCSI Card -product SMPTE 0x8c SMPTE 259M Video -product BABBLE 0x8d Babblefish Compression + +/* devices with 32-bit identification registers */ +product ATM 0x05 ATM board +product SCSI 0x07 16 bit SCSI Card +product SMPTE 0x0c SMPTE 259M Video +product BABBLE 0x0d Babblefish Compression +product IMPACT 0x10 Impact |