diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-28 23:28:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-28 23:28:18 +0000 |
commit | 1c7998136960f5cd78adc56dff1c8f9352da3445 (patch) | |
tree | 6b334b57971c98fdbe305b8359ae1097b753f699 /sys/dev/eisa/eisadevs | |
parent | 1044779b3ae9b633aece0922893e08ff6efc74c0 (diff) |
Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.
Diffstat (limited to 'sys/dev/eisa/eisadevs')
-rw-r--r-- | sys/dev/eisa/eisadevs | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisadevs b/sys/dev/eisa/eisadevs index 7fb1022bcc4..a034bf58f87 100644 --- a/sys/dev/eisa/eisadevs +++ b/sys/dev/eisa/eisadevs @@ -1,5 +1,5 @@ -$OpenBSD: eisadevs,v 1.4 1996/05/26 00:26:53 deraadt Exp $ -/* $NetBSD: eisadevs,v 1.1 1996/02/26 23:46:22 cgd Exp $ */ +$OpenBSD: eisadevs,v 1.5 1996/11/28 23:27:38 niklas Exp $ +/* $NetBSD: eisadevs,v 1.10 1996/09/06 18:01:07 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -40,6 +40,9 @@ vendor ADP Adaptec vendor AMI AMI vendor BUS BusLogic vendor DEC Digital Equipment +vendor FSI FORE Systems +vendor INT Intel +vendor ETI Microdyne vendor TCM 3Com vendor USC UltraStor @@ -71,6 +74,17 @@ product DEC 3002 DEFEA FDDI Controller product DEC 3003 DEFEA FDDI Controller product DEC 3004 DEFEA FDDI Controller +/* FORE Systems products */ +product FSI 2001 ESA-200 ATM +product FSI 2002 ESA-200A ATM +product FSI 2003 ESA-200E ATM + +/* Intel products */ +product INT 1010 EtherExpress 32 Flash Ethernet + +/* ETI products */ +product ETI 1001 NE3300 Ethernet Rev. C & D + /* 3Com products */ product TCM 5091 3C509 Ethernet product TCM 5092 3C579-TP Ethernet |