Until I'm ready to commit the better pccard probe/attach routines, effectively

comment them out.
This commit is contained in:
imp 2004-07-11 16:01:25 +00:00
parent 9365674e5c
commit a6214e1123

View File

@ -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;