diff options
author | imp <imp@FreeBSD.org> | 2004-07-11 16:01:25 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-07-11 16:01:25 +0000 |
commit | a6214e1123749e421e2322eec9f3ddde71b041f3 (patch) | |
tree | 9d078785c990653ebad3e9da683d4c18244c19db | |
parent | 9365674e5cd0355c4f6feae454762d8a0bada2d0 (diff) | |
download | FreeBSD-src-a6214e1123749e421e2322eec9f3ddde71b041f3.zip FreeBSD-src-a6214e1123749e421e2322eec9f3ddde71b041f3.tar.gz |
Until I'm ready to commit the better pccard probe/attach routines, effectively
comment them out.
-rw-r--r-- | sys/dev/fdc/fdc_pccard.c | 2 |
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; |