aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sn
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-07-10 02:00:35 +0000
committerWarner Losh <imp@FreeBSD.org>2005-07-10 02:00:35 +0000
commitba8f34770d5840aeef95cd0cae6931beb356db75 (patch)
treec4c3975d2801830ef72138e7c233c42061dfede3 /sys/dev/sn
parent7c5636947b4a11a1368daf1af5cf56a32e2cfcd4 (diff)
downloadsrc-ba8f34770d5840aeef95cd0cae6931beb356db75.tar.gz
src-ba8f34770d5840aeef95cd0cae6931beb356db75.zip
Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8
distribution. Add the appropriate devices to the man pages. Obtained from: pcmcia-cs Approved by: re (scottl)
Notes
Notes: svn path=/head/; revision=147872
Diffstat (limited to 'sys/dev/sn')
-rw-r--r--sys/dev/sn/if_sn.c3
-rw-r--r--sys/dev/sn/if_sn_pccard.c7
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c
index 665dcb51d9e3..b9bd867b4383 100644
--- a/sys/dev/sn/if_sn.c
+++ b/sys/dev/sn/if_sn.c
@@ -147,7 +147,8 @@ static const char *chip_ids[15] = {
NULL,
/* 7 */ "SMC91C100",
/* 8 */ "SMC91C100FD",
- NULL, NULL, NULL,
+ /* 9 */ "SMC91C110",
+ NULL, NULL,
NULL, NULL, NULL
};
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c
index ce63aaad99cb..7e60815fcd73 100644
--- a/sys/dev/sn/if_sn_pccard.c
+++ b/sys/dev/sn/if_sn_pccard.c
@@ -55,11 +55,14 @@ __FBSDID("$FreeBSD$");
static const struct pccard_product sn_pccard_products[] = {
PCMCIA_CARD(DSPSI, XJACK),
+ PCMCIA_CARD(MOTOROLA, MARINER),
PCMCIA_CARD(NEWMEDIA, BASICS),
+ PCMCIA_CARD(OSITECH, TRUMP_SOD),
+ PCMCIA_CARD(OSITECH, TRUMP_JOH),
PCMCIA_CARD(PSION, GOLDCARD),
-#if 0
+ PCMCIA_CARD(PSION, NETGLOBAL),
+ PCMCIA_CARD(PSION, NETGLOBAL2),
PCMCIA_CARD(SMC, 8020BT),
-#endif
PCMCIA_CARD(SMC, SMC91C96),
{ NULL }
};