summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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