summaryrefslogtreecommitdiff
path: root/sys/dev/cs
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-12-11 05:27:56 +0000
committerWarner Losh <imp@FreeBSD.org>2015-12-11 05:27:56 +0000
commitf6cea53f9db2d88883ea7d7cee5fac10e186650b (patch)
tree51c67d8f989abcf155937134d4d0168e42f113f9 /sys/dev/cs
parent493b2041d642a9449a0cfd800c68cc28acfddf8b (diff)
Notes
Diffstat (limited to 'sys/dev/cs')
-rw-r--r--sys/dev/cs/if_cs_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c
index 575d7f032a2e9..645fbddc58cf0 100644
--- a/sys/dev/cs/if_cs_pccard.c
+++ b/sys/dev/cs/if_cs_pccard.c
@@ -56,6 +56,7 @@ static const struct pccard_product cs_pccard_products[] = {
PCMCIA_CARD(IBM, ETHERJET),
{ NULL }
};
+
static int
cs_pccard_probe(device_t dev)
{
@@ -115,3 +116,4 @@ extern devclass_t cs_devclass;
DRIVER_MODULE(cs, pccard, cs_pccard_driver, cs_devclass, 0, 0);
MODULE_DEPEND(cs, ether, 1, 1, 1);
+PCCARD_PNP_INFO(cs_pccard_products);