summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-13 18:55:28 +0000
committerimp <imp@FreeBSD.org>2005-09-13 18:55:28 +0000
commit4ddf28af8747dee2cb90077fa72d7290765570d9 (patch)
tree8014ac98555c8865d10e1fd1d6076c962c17b402 /sys/dev
parentadae7de186d65d2df79f712016d4b4bf77f32514 (diff)
downloadFreeBSD-src-4ddf28af8747dee2cb90077fa72d7290765570d9.zip
FreeBSD-src-4ddf28af8747dee2cb90077fa72d7290765570d9.tar.gz
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.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ex/if_ex_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ex/if_ex_pccard.c b/sys/dev/ex/if_ex_pccard.c
index 5cf31dd..76caccb 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 }
};
OpenPOWER on IntegriCloud