From e88c48fefcdbceade1c3700548e5e67334b4779d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 13 Sep 2005 18:55:28 +0000 Subject: [PATCH] Add the olicom OC2231 and OC2232 to the list of cards that we should attach to. These cards are combo cards (in that they have a modem inside of them), but not true MFC cards. Full support of these cards will have to wait until we can pick the config to use and for the PFC support that I have brewing. --- sys/dev/ex/if_ex_pccard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ex/if_ex_pccard.c b/sys/dev/ex/if_ex_pccard.c index 5cf31dd0f40..76caccbf6fd 100644 --- a/sys/dev/ex/if_ex_pccard.c +++ b/sys/dev/ex/if_ex_pccard.c @@ -54,6 +54,8 @@ __FBSDID("$FreeBSD$"); static const struct pccard_product ex_pccard_products[] = { PCMCIA_CARD(OLICOM, OC2220), + PCMCIA_CARD(OLICOM, OC2231), + PCMCIA_CARD(OLICOM, OC2232), PCMCIA_CARD(INTEL, ETHEREXPPRO), { NULL } };