summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-07-06 21:17:50 +0000
committermillert <millert@openbsd.org>2003-07-06 21:17:50 +0000
commitb681d70693f9d2e09dd13fe6d6e81a4fab073951 (patch)
tree52473a7e69269bf6115f7f704f7ac1915acc5591
parentregen (diff)
downloadwireguard-openbsd-b681d70693f9d2e09dd13fe6d6e81a4fab073951.tar.xz
wireguard-openbsd-b681d70693f9d2e09dd13fe6d6e81a4fab073951.zip
Add Corega Wireless LAN PCCL-11; Jonathon Fletcher
-rw-r--r--sys/dev/pcmcia/if_wi_pcmcia.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_wi_pcmcia.c b/sys/dev/pcmcia/if_wi_pcmcia.c
index e4dbad977b8..236e9a3903f 100644
--- a/sys/dev/pcmcia/if_wi_pcmcia.c
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_pcmcia.c,v 1.40 2003/02/26 18:58:32 millert Exp $ */
+/* $OpenBSD: if_wi_pcmcia.c,v 1.41 2003/07/06 21:17:50 millert Exp $ */
/* $NetBSD: if_wi_pcmcia.c,v 1.14 2001/11/26 04:34:56 ichiro Exp $ */
/*
@@ -124,6 +124,11 @@ static const struct wi_pcmcia_product {
PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11,
"Corega Wireless LAN PCCB-11",
},
+ { PCMCIA_VENDOR_COREGA,
+ PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCL_11,
+ PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCL_11,
+ "Corega Wireless LAN PCCL-11",
+ },
{ PCMCIA_VENDOR_INTEL,
PCMCIA_PRODUCT_INTEL_PRO_WLAN_2011,
PCMCIA_CIS_INTEL_PRO_WLAN_2011,