diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-07-18 20:10:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-07-18 20:10:13 +0000 |
commit | e90ecbe9eacf2ce40169828d8146b7b7da2039fb (patch) | |
tree | c38c905313a6260e3887cf486999690e893f528a /sys | |
parent | 720cf57e852cca44e81ac4ec10eaa20b91dec41a (diff) |
A couple more device IDs, thanks to Martin Boehme for donating boards!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/gio/giodevs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/sgi/gio/giodevs b/sys/arch/sgi/gio/giodevs index a1c057e3f15..7ba9a9654e8 100644 --- a/sys/arch/sgi/gio/giodevs +++ b/sys/arch/sgi/gio/giodevs @@ -1,4 +1,4 @@ -$OpenBSD: giodevs,v 1.3 2012/05/10 21:32:13 miod Exp $ +$OpenBSD: giodevs,v 1.4 2012/07/18 20:10:12 miod Exp $ /* $NetBSD: giodevs,v 1.8 2007/02/19 04:46:33 rumble Exp $ */ /* devices with 8-bit identification registers */ @@ -12,10 +12,9 @@ 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 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 FORE_ATM 0x5c FORE Systems GIA-200 ATM +product GIOCLC 0x7f Cyclone Colorbus /* devices with 32-bit identification registers */ product ATM 0x05 ATM board @@ -23,3 +22,6 @@ product SCSI 0x07 16 bit SCSI Card product SMPTE 0x0c SMPTE 259M Video product BABBLE 0x0d Babblefish Compression product IMPACT 0x10 Impact +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 |