Catchup with filters
This commit is contained in:
parent
5583760956
commit
0024ec11a6
@ -1377,7 +1377,7 @@ mn_attach (device_t self)
|
|||||||
return(ENXIO);
|
return(ENXIO);
|
||||||
}
|
}
|
||||||
|
|
||||||
error = bus_setup_intr(self, sc->irq, INTR_TYPE_NET, mn_intr, sc, &sc->intrhand);
|
error = bus_setup_intr(self, sc->irq, INTR_TYPE_NET, NULL, mn_intr, sc, &sc->intrhand);
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
printf("couldn't set up irq\n");
|
printf("couldn't set up irq\n");
|
||||||
|
@ -3764,7 +3764,7 @@ ncr_attach (device_t dev)
|
|||||||
"interruptless mode: reduced performance.\n");
|
"interruptless mode: reduced performance.\n");
|
||||||
} else {
|
} else {
|
||||||
bus_setup_intr(dev, np->irq_res, INTR_TYPE_CAM | INTR_ENTROPY,
|
bus_setup_intr(dev, np->irq_res, INTR_TYPE_CAM | INTR_ENTROPY,
|
||||||
ncr_intr, np, &np->irq_handle);
|
NULL, ncr_intr, np, &np->irq_handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user