[BAT] wi0: init failed -- bad or normal? (FW: Forcing IRQ assignments?)
M. Warner Losh
Mon, 15 Apr 2002 21:16:38 -0600 (MDT)
In message: <000101c1e4f0$347f81a0$>
"Tony Saign" <> writes:
: I see similar behavior under FreeBSD, changes made to pccard.conf have
: no effect.
: Both D-Link and WaveLAN cards take IRQ 11. (Even if removed from
: available IRQ list)
: Any ideas?
: -Tony
:
: -----Original Message-----
: From:
: [mailto:] On Behalf Of Tony Saign
: Sent: Monday, April 15, 2002 5:07 PM
: To:
: Subject: Forcing IRQ assignments?
:
:
: Is it possible to force a pccard to a specific IRQ?
:
: Under W2K or WXP my wireless cards take IRQ7, which works fine since lpt
: port doesn't need an IRQ.
:
: However under FreeBSD I am seeing "stray IRQ 7" errors, and the cards
: are using IRQ11.
:
: Could this be why I am having lock-up issues with wi, and getting wi0:
: init
: failed errors???
This means that your pcic bridge is a pci device and that it is using
PCI interrupts, which give you no choice in the matter of what
interrupt to use. It may be that your bridge isn't properly setup
(likely by the bridge software) so you need to use ISA interrupts.
To do so, you'll need to add
hw.pcic.intr_path=1
to your /boot/loader.conf file and reboot.
Warner