From 146143aa369ca0890b807e8fceba66bdea7f9687 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 8 Oct 2003 01:20:00 +0000 Subject: [PATCH] Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a different vendor id/product id. Submitted by: Keith Davis --- sys/dev/an/if_an_pccard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 113b04687a5f..4ecaaca2caef 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -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 } };