diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-10-28 05:06:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-10-28 05:06:14 +0000 |
| commit | 806338b15dadab05b391f7bd5b8154c4be99a0b0 (patch) | |
| tree | afd22399ee8fa07b71bfe89e5d7c4055ad7f9a27 /sys/dev/sio | |
| parent | 12e0beb470cf5766e06a59206d30770b5766f9e5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio')
| -rw-r--r-- | sys/dev/sio/sio.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 30b2b487cc55e..8ec8bd0203a0a 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)); } |
