diff options
author | 1999-12-22 21:13:34 +0000 | |
---|---|---|
committer | 1999-12-22 21:13:34 +0000 | |
commit | bd10055344c7c6ab0aa1cc23e1b055d55423b0fd (patch) | |
tree | d7fbf56b77ded6833218cd4cf3bff5f55542cddb | |
parent | i thought hppa is there long time ago (diff) | |
download | wireguard-openbsd-bd10055344c7c6ab0aa1cc23e1b055d55423b0fd.tar.xz wireguard-openbsd-bd10055344c7c6ab0aa1cc23e1b055d55423b0fd.zip |
Dual NE2000; john@teletrak.com.au.
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index d34ec50e6b8..5e05a14d7ee 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.27 1999/11/06 04:08:47 deraadt Exp $ + $OpenBSD: pcmciadevs,v 1.28 1999/12/22 21:13:34 fgsch Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -66,6 +66,7 @@ vendor IODATA 0x01bf I-O DATA vendor BREEZECOM 0x0a02 BreezeCOM vendor LASAT 0x3401 Lasat vendor COMPEX 0x8a01 Compex +vendor DUAL 0x890f Dual vendor CONTEC 0xc001 Contec vendor COREGA 0xc00f Corega K.K. vendor ALLIEDTELESIS 0xc00f Allied Telesis K.K. @@ -105,6 +106,9 @@ product DAYNA COMMUNICARD_E_2 0x002f Dayna CommuniCard E /* Digital */ product DIGITAL MOBILE_MEDIA_CDROM 0x0d00 Digital Mobile Media CD-ROM +/* Dual */ +product DUAL NE2000 0x0100 Dual NE2000 + /* Fujitsu */ product FUJITSU SCSI600 0x0401 Fujitsu 600 product FUJITSU LA501 0x2000 Fujitsu Towa LA501 |