diff options
author | 2002-08-17 21:55:10 +0000 | |
---|---|---|
committer | 2002-08-17 21:55:10 +0000 | |
commit | 2435fa0ff66b791f26923a5b5ce043f6a96e982a (patch) | |
tree | b0b7bc0c64ff30b405a5bab4d83b4b9cdbf6145c | |
parent | The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16 (diff) | |
download | wireguard-openbsd-2435fa0ff66b791f26923a5b5ce043f6a96e982a.tar.xz wireguard-openbsd-2435fa0ff66b791f26923a5b5ce043f6a96e982a.zip |
Arowana Fast-Ethernet; from Thomas Delaet.
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index acf1ee2bd48..f0b9e0598f8 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.94 2002/08/08 20:34:46 fgsch Exp $ + $OpenBSD: pcmciadevs,v 1.95 2002/08/17 21:55:10 fgsch Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -349,6 +349,7 @@ vendor ACCTON -1 ACCTON vendor ADDTRON -1 Addtron vendor AMBICOM -1 AmbiCom vendor AMD -1 AMD +vendor AROWANA -1 Arowana vendor BILLIONTON -1 Billionton Systems Inc. vendor CNET -1 CNet vendor DIGITAL -1 Digital @@ -440,3 +441,4 @@ product WISECOM T210CT { "PCMCIA", "Ethernet&spCard", NULL, NULL } product WISECOM IPORT { "iPort", "10/100&spEthernet&spCard", NULL, NULL } product GEMTEK WLAN { "Intersil", "PRISM&sp2_5&spPCMCIA&spADAPTER", "ISL37300P", "Eval-RevA" } product SIMPLETECH SPECTRUM24_ALT { "Symbol&spTechnologies", "LA4111&spSpectrum24&spWireless&spLAN&spPC&spCard", NULL, NULL } +product AROWANA FE { "PCMCIA", "Fast-Ethernet", NULL, NULL } |