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.
This commit is contained in:
Warner Losh 2005-09-13 18:55:28 +00:00
parent fe364ce963
commit e88c48fefc

View file

@ -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 }
};