diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-10-25 17:25:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-10-25 17:25:34 +0000 |
commit | 9aa73dc5df704e3a8bd409a19e579f9a61c74bc2 (patch) | |
tree | 850e4c5ecc38b164a97f0240b6459813a94dfe08 /sys | |
parent | eba14d41074420fbdb6ad5c7dd616f025e357441 (diff) |
match on corega pccb-11
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/if_wi_pcmcia.c | 7 |
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 68c253d3b1d..60b3b30cd1c 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.9 2001/10/25 16:18:46 mickey Exp $ */ +/* $OpenBSD: if_wi_pcmcia.c,v 1.10 2001/10/25 17:25:33 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -119,6 +119,11 @@ static const struct wi_pcmcia_product { PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCA_11, "Corega Wireless LAN PCCA-11", }, + { PCMCIA_VENDOR_COREGA, + PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCB_11, + PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11, + "Corega Wireless LAN PCCB-11", + }, { PCMCIA_VENDOR_INTERSIL, PCMCIA_PRODUCT_INTERSIL_PRISM2, PCMCIA_CIS_INTERSIL_PRISM2, |