Until I'm ready to commit the better pccard probe/attach routines, effectively
comment them out.
This commit is contained in:
parent
9365674e5c
commit
a6214e1123
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user