summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-11 16:01:25 +0000
committerimp <imp@FreeBSD.org>2004-07-11 16:01:25 +0000
commita6214e1123749e421e2322eec9f3ddde71b041f3 (patch)
tree9d078785c990653ebad3e9da683d4c18244c19db /sys/dev
parent9365674e5cd0355c4f6feae454762d8a0bada2d0 (diff)
downloadFreeBSD-src-a6214e1123749e421e2322eec9f3ddde71b041f3.zip
FreeBSD-src-a6214e1123749e421e2322eec9f3ddde71b041f3.tar.gz
Until I'm ready to commit the better pccard probe/attach routines, effectively
comment them out.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fdc/fdc_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c
index bf66f4b..d625a23 100644
--- a/sys/dev/fdc/fdc_pccard.c
+++ b/sys/dev/fdc/fdc_pccard.c
@@ -56,6 +56,8 @@ fdc_pccard_probe(device_t dev)
int error;
struct fdc_data *fdc;
+ return ENXIO;
+
fdc = device_get_softc(dev);
bzero(fdc, sizeof *fdc);
fdc->fdc_dev = dev;
OpenPOWER on IntegriCloud