Xircom Wireless Ethernet CWE1130
"Keith Davis" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <000b01c38c74$d7aa67f0$6401a8c0@jupiter> |
Hello all,
I am running FreeBSD 5.1 - CURRENT. I just purchased a Xircom CWE1130-NA
card ( which is a repackaged Cisco Aironet 340 card ) and plugged in
into the machine and got the following:
-- NOTE: Can we get this committed? --
pccard0 < unrecognized card > vendor=0x..
After poking around a while on the Internet I found a fix and thought
I'd share it with the rest of you.
cd sys/dev/pccard
pccarddevs file:
/* Xircom Products */
+ product XIRCOM CWE1130 0x0007 Xircom Wireless Ethernet
Adapter
product XIRCOM CE 0x0100 Xircom Credit Card
Ethernet
.
cd /sys/dev/an
if_an_pccard.c file:
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 }
};
and rebuild your kernel.
Keith Davis
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"