diff options
author | 2012-05-10 21:32:13 +0000 | |
---|---|---|
committer | 2012-05-10 21:32:13 +0000 | |
commit | 81bea8855a0a07b99b32bff9b2654656cab2d3de (patch) | |
tree | b618e1a32a2204543662873a3a1075134b18ecce | |
parent | Fix a few macros to operate on the right bit. (diff) | |
download | wireguard-openbsd-81bea8855a0a07b99b32bff9b2654656cab2d3de.tar.xz wireguard-openbsd-81bea8855a0a07b99b32bff9b2654656cab2d3de.zip |
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 |