diff options
author | imp <imp@FreeBSD.org> | 2001-11-19 05:34:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-11-19 05:34:55 +0000 |
commit | 25aa995bfb06ea8dafcb8566d63eac024d737a3b (patch) | |
tree | 3dccada83a416879be7c1325c4d8fe532047ea29 /sys/dev/wi/if_wi.c | |
parent | 2f8016404cbbfbaa37704a9d395bbf30bd590e00 (diff) | |
download | FreeBSD-src-25aa995bfb06ea8dafcb8566d63eac024d737a3b.zip FreeBSD-src-25aa995bfb06ea8dafcb8566d63eac024d737a3b.tar.gz |
Add Linksys Instant Wireless Network PC Card from NetBSD
Diffstat (limited to 'sys/dev/wi/if_wi.c')
-rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 011acd6..dec1562 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -251,6 +251,7 @@ static const struct pccard_product wi_pccard_products[] = { PCMCIA_CARD2(LUCENT, WAVELAN_IEEE, SMC_2632W, 0), /* Must be after other LUCENT ones because it is less specific */ PCMCIA_CARD(LUCENT, WAVELAN_IEEE, 0), + PCMCIA_CARD(LINKSYS2, IWN, 0), PCMCIA_CARD(SAMSUNG, SWL_2000N, 0), PCMCIA_CARD(TDK, LAK_CD011WL, 0), { NULL } |