In message <[EMAIL PROTECTED]> "Matthew 
C. Forman" writes:
: Thing is, here the BIOS hasn't allocated an IRQ, so I'll need to
: bus_set_resource in my probe to get one. To complicate matters, the
: device's interrupt generator is pretty flexible, and can generate an
: interrupt on (almost) any IRQ line. I have to tell it which IRQ to use
: when I know which one has been allocated.

No.  You don't want to use bus_set_resource() since it won't do what
you want.

What version of FreeBSD are you failing with?  Newer versions of
current just do the right thing.  Otherwise you will have to turn plug 
and play OFF.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to