freebsd-dev/sys/dev/cardbus
Thomas Moestl 3920999db7 Add a new PCI interface method, assign_interrupt, to determine the
interrupt to be used for a device. This is intended solely for internal
use of PCI bus implementations, and exists so that PCI bus drivers
implementing special interrupt assignment methods which require
additional work at the bus level to work right can be easily derived
from the generic driver (or any other one) without resorting to hacks.

It will be used in the sparc64 ofw_pcibus driver, which will be
committed shortly.

Make use of this method in the generic implementation, and add it to
the method table of bus drivers derived from the PCI one.

Reviewed by:	imp, -hackers
2003-07-01 14:08:33 +00:00
..
cardbus_cis.c Don't leak "barlist" allocation on failure. 2003-06-01 09:24:17 +00:00
cardbus_cis.h MFp4: 2003-01-27 05:47:01 +00:00
cardbus.c Add a new PCI interface method, assign_interrupt, to determine the 2003-07-01 14:08:33 +00:00
cardbusreg.h Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers 2002-10-07 22:58:24 +00:00
cardbusvar.h MFp4: 2003-01-27 05:47:01 +00:00