1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a

different vendor id/product id.

Submitted by: Keith Davis
This commit is contained in:
Warner Losh 2003-10-08 01:20:00 +00:00
parent 58bad99209
commit 146143aa36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120900

View File

@ -112,6 +112,7 @@ static const struct pccard_product an_pccard_products[] = {
PCMCIA_CARD(AIRONET, PC4800, 0),
PCMCIA_CARD(AIRONET, PC4500, 0),
PCMCIA_CARD(AIRONET, 350, 0),
PCMCIA_CARD(XIRCOM, CWE1130, 0),
{ NULL }
};