summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-10-28 05:06:14 +0000
committerimp <imp@FreeBSD.org>1999-10-28 05:06:14 +0000
commit5a6df965a1588ba29c35ec615835ea004e5800a1 (patch)
treeafd22399ee8fa07b71bfe89e5d7c4055ad7f9a27 /sys/dev/sio/sio.c
parent9e7912b8d85936d76f9fa66ddeebb5bebdfb6972 (diff)
downloadFreeBSD-src-5a6df965a1588ba29c35ec615835ea004e5800a1.zip
FreeBSD-src-5a6df965a1588ba29c35ec615835ea004e5800a1.tar.gz
Last change to pccard_nbk now obviates the need to check the name of
the device in question. Also fix warnings on if_ep_pccard.c
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 30b2b48..8ec8bd0 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -489,13 +489,6 @@ static int
sio_pccard_probe(dev)
device_t dev;
{
- const char *name;
-
- name = pccard_get_name(dev);
- printf("sio_pccard_probe: Does %s match?\n", name);
- if (strcmp(name, "sio"))
- return ENXIO;
-
return (sioprobe(dev));
}
OpenPOWER on IntegriCloud