K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-06-28T23:54:51.285408Z K 7 svn:log V 316 MFC: Add a BUS_BIND_INTR() method to the bus interface to bind an IRQ resource to a CPU. A bus_bind_intr(9) wrapper routine similar to bus_setup/teardown_intr() is added for device drivers to use. Currently it is supported on amd64, i386, and sparc64 via nexus(4) methods that simply call the intr_bind() routine. END