Searched hist:54194 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/sio/
H A Dsio.cdiff 54194 Mon Dec 06 06:47:02 MST 1999 peter Use bus_get_resource() instead of bus_get_resource_start() as the latter
returns "0" on failure, which is indistinguishable from (say) irq 0. This
should stop a couple of stray messages that turn up.

Also, if a BUS_SETUP_INTR() fails with INTR_TYPE_FAST, try falling back to
a normal interrupt. This might help pccard folks with a shared slot
interrupt. This whole thing needs to be revisited.

Completed in 59 milliseconds