summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-28 08:35:08 +0000
committerimp <imp@FreeBSD.org>2001-11-28 08:35:08 +0000
commit77bf152e921c07b2f51ce2f1165e22974213d16e (patch)
tree5d7b60c2218a727c65571a9bb34b7b020475415f /sys
parentfc9dbdce8487b0626349b5ae0085836e9f7b6781 (diff)
downloadFreeBSD-src-77bf152e921c07b2f51ce2f1165e22974213d16e.zip
FreeBSD-src-77bf152e921c07b2f51ce2f1165e22974213d16e.tar.gz
Add Buffalo AirStation 11Mbps CF WLAN card.
Obtained from: NetBSD (ichiro)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index dec1562..a0a2414 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -233,6 +233,7 @@ DRIVER_MODULE(if_wi, pci, wi_pci_driver, wi_devclass, 0, 0);
static const struct pccard_product wi_pccard_products[] = {
PCMCIA_CARD(3COM, 3CRWE737A, 0),
PCMCIA_CARD(BUFFALO, WLI_PCM_S11, 0),
+ PCMCIA_CARD(BUFFALO, WLI_CF_S11G, 0),
PCMCIA_CARD(COMPAQ, NC5004, 0),
PCMCIA_CARD(CONTEC, FX_DS110_PCC, 0),
PCMCIA_CARD(COREGA, WIRELESS_LAN_PCC_11, 0),
OpenPOWER on IntegriCloud