summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-15 06:26:24 +0000
committerimp <imp@FreeBSD.org>2001-11-15 06:26:24 +0000
commit9777457eaf485a93ccbb5de9c511a007ea2e6d0c (patch)
tree6ba76c4e57aefb2adbc68f1f82d48e3d41cd530b /sys/dev/an/if_an_pccard.c
parenta6aeea7d870dcf34edc69e476f6abbffd16850f8 (diff)
downloadFreeBSD-src-9777457eaf485a93ccbb5de9c511a007ea2e6d0c.zip
FreeBSD-src-9777457eaf485a93ccbb5de9c511a007ea2e6d0c.tar.gz
Add PC4500 and 350 for newer cards in this line.
Obtained from: NetBSD's an driver (and FreeBSD's /etc/defaults/pccard.conf)
Diffstat (limited to 'sys/dev/an/if_an_pccard.c')
-rw-r--r--sys/dev/an/if_an_pccard.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index fc37f0d..013642c 100644
--- a/sys/dev/an/if_an_pccard.c
+++ b/sys/dev/an/if_an_pccard.c
@@ -112,9 +112,15 @@ static devclass_t an_pccard_devclass;
DRIVER_MODULE(if_an, pccard, an_pccard_driver, an_pccard_devclass, 0, 0);
static const struct pccard_product an_pccard_products[] = {
- { PCMCIA_STR_AIRONET_PC4800, PCMCIA_VENDOR_AIRONET,
- PCMCIA_PRODUCT_AIRONET_PC4800, 0,
- PCMCIA_CIS_AIRONET_PC4800 },
+ { PCMCIA_STR_AIRONET_PC4800, PCMCIA_VENDOR_AIRONET,
+ PCMCIA_PRODUCT_AIRONET_PC4800, 0,
+ PCMCIA_CIS_AIRONET_PC4800 },
+ { PCMCIA_STR_AIRONET_PC4500, PCMCIA_VENDOR_AIRONET,
+ PCMCIA_PRODUCT_AIRONET_PC4500, 0,
+ PCMCIA_CIS_AIRONET_PC4500 },
+ { PCMCIA_STR_AIRONET_350, PCMCIA_VENDOR_AIRONET,
+ PCMCIA_PRODUCT_AIRONET_350, 0,
+ PCMCIA_CIS_AIRONET_350 },
};
static int
OpenPOWER on IntegriCloud