Set fdc_dev in attach
This commit is contained in:
parent
02b4d8a438
commit
d35148311b
@ -799,6 +799,7 @@ fdc_attach(device_t dev)
|
|||||||
int i, error, dunit;
|
int i, error, dunit;
|
||||||
|
|
||||||
fdc = device_get_softc(dev);
|
fdc = device_get_softc(dev);
|
||||||
|
fdc->fdc_dev = dev;
|
||||||
error = fdc_alloc_resources(fdc);
|
error = fdc_alloc_resources(fdc);
|
||||||
if (error) {
|
if (error) {
|
||||||
device_printf(dev, "cannot re-acquire resources\n");
|
device_printf(dev, "cannot re-acquire resources\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user