diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-07-01 06:07:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-07-01 06:07:16 +0000 |
commit | bc9a1bb76601572dd70b400bf1e1cbb6e5ed193a (patch) | |
tree | 170e9ed219fa9f64a7e21d95ce7b6d6d63cd2f34 /sys/dev | |
parent | 4a0933d3bc42e7aedf2c0ba12283a8db5f7801e5 (diff) |
Add NewMedia BusToaster SCSI Host Adapter from NetBSD.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index a5fc611488f..15906ced368 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.13 1999/06/03 06:40:28 fgsch Exp $ + $OpenBSD: pcmciadevs,v 1.14 1999/07/01 06:07:15 fgsch Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -59,6 +59,7 @@ vendor COMPAQ2 0x0183 Compaq vendor KINGSTON 0x0186 Kingston vendor DAYNA 0x0194 Dayna vendor IODATA 0x01bf I-O DATA +vendor LASAT 0x3401 Lasat Communications A/S vendor COMPEX 0x8a01 Compex vendor COREGA 0xc00f Corega K.K. vendor HAGIWARASYSCOM 0xc012 Hagiwara SYS-COM @@ -71,7 +72,7 @@ product ADAPTEC APA1460_1 0x0001 Adaptec APA-1460/A SCSI Host Adapter product ADAPTEC APA1460_2 0x0002 Adaptec APA-1460/B SCSI Host Adapter /* 3COM Products */ -product 3COM 3CXEM556 0x0035 3Com/Megahertz 3XEM556 Ethernet/Modem +product 3COM 3CXEM556 0x0035 3Com/Megahertz 3CXEM556 Ethernet/Modem product 3COM 3C562 0x0562 3Com 3c562 33.6 Modem/10Mbps Ethernet product 3COM 3C589 0x0589 3Com 3c589 10Mbps Ethernet product 3COM 3C574 0x0574 3Com 3c574-TX 10/100Mbps Ethernet @@ -109,6 +110,9 @@ product INTEL EEPRO100 0x010a Intel EtherExpress PRO/100 /* Kingston */ product KINGSTON KNE_PC2 0x0100 Kingston KNE-PC2 +/* Lasat Products */ +product LASAT CREDIT_288 0x2811 Lasat Credit 288 Modem + /* Linksys corporation */ product LINKSYS TRUST_COMBO_ECARD 0x021b Trust (Linksys) Combo EthernetCard product LINKSYS FAST_ECARD 0x0230 D-Link DFE-650 or Netgear FA410TX @@ -149,7 +153,7 @@ product TDK XIR_CEM_10 0x110a Xircom CreditCard Ethernet + Modem /* NewMedia Products */ product NEWMEDIA BASICS 0x0019 NewMedia BASICS Ethernet -product NEWMEDIA MULTIMEDIA 0x100b NewMedia Multimedia Sound/SCSI +product NEWMEDIA BUSTOASTER 0xc102 NewMedia BusToaster SCSI Host Adapter /* Standard Microsystems Corporation Products */ product SMC 8016 0x0105 SMC 8016 EtherCard @@ -166,7 +170,7 @@ vendor DIGITAL -1 Digital vendor TEAC -1 TEAC vendor SVEC -1 SVEC/Hawking Technology -product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem +product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem product PREMAX PE200 { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200 product PLANET SMARTCOM2000 { "PCMCIA", "UE2212", NULL, NULL } Planet SmartCOM 2000 product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650 |