summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_wi_pcmcia.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-06 21:17:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-06 21:17:51 +0000
commit7bfb3303aefe46b728a5ae37297047ce8c1b8249 (patch)
treee81e925271d58a782d651933fda213516c78561e /sys/dev/pcmcia/if_wi_pcmcia.c
parent6c86ced64487f33c743eb869193e62caec0a69d9 (diff)
Add Corega Wireless LAN PCCL-11; Jonathon Fletcher
Diffstat (limited to 'sys/dev/pcmcia/if_wi_pcmcia.c')
-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,