> This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]>
> Be sure to reply to that address.
>
> Hello,
>
> I'm writting driver for PCI board.
> Is't possible to set interrupt handler for PCI
> device not in attach function? If yes, how?
> For ISA is possible to do by calling
> reconfig_isadev(dev, &imask) for one device.
That's the hard way of doing it. Much better just to register one
interrupt handler and then vector inside that handler to the correct
local function.
--
\\ Give a man a fish, and you feed him for a day. \\ Mike Smith
\\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message