diff options
author | 2001-05-25 05:05:33 +0000 | |
---|---|---|
committer | 2001-05-25 05:05:33 +0000 | |
commit | ab9fb56f8355a312be86eab3d438df93c9ae8f9d (patch) | |
tree | 632cea62000cb47827c811fc2a902639157284c5 /sys | |
parent | synbc (diff) | |
download | wireguard-openbsd-ab9fb56f8355a312be86eab3d438df93c9ae8f9d.tar.xz wireguard-openbsd-ab9fb56f8355a312be86eab3d438df93c9ae8f9d.zip |
Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 6 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index a2ca17a041f..ebc77b0f219 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.46 2001/05/22 10:51:35 fgsch Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.47 2001/05/25 05:10:21 fgsch Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -180,6 +180,10 @@ const struct ne2000dev { PCMCIA_CIS_GVC_NIC2000P, 0, 0x0ff0, { 0x00, 0x00, 0xe8 } }, + { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, + PCMCIA_CIS_WISECOM_T210CT, + 0, -1, { 0x00, 0x20, 0x18 } }, + /* * You have to add new entries which contains * PCMCIA_VENDOR_INVALID and/or PCMCIA_PRODUCT_INVALID diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index d4cb394170a..650de7c4283 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.62 2001/05/22 10:45:15 fgsch Exp $ + $OpenBSD: pcmciadevs,v 1.63 2001/05/25 05:05:33 fgsch Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -320,6 +320,7 @@ vendor SHUTTLE -1 Shuttle vendor SVEC -1 SVEC/Hawking vendor SYNERGY21 -1 Synergy 21 vendor TEAC -1 TEAC +vendor WISECOM -1 Wisecom vendor YEDATA -1 Y-E DATA vendor ZOOM -1 Zoom @@ -384,3 +385,4 @@ product NANOSPEED PRISM2 { "NANOSPEED", "HFA384x/IEEE", "Version&sp01.02", NULL product CABLETRON ROAMABOUT { "Cabletron", "RoamAbout&sp802.11&spDS", "Version&sp01.01", NULL } product GVC NIC2000P { "GVC", "NIC-2000p", "ETHERNET", "R01" } product SYNERGY21 S21810 { "PCMCIA", "Ethernet", "A", "004743118001" } +product WISECOM T210CT { "PCMCIA", "Ethernet&spCard", NULL, NULL } |