In message <[EMAIL PROTECTED]> Boris Samorodov writes:
: On Thu, 9 Nov 2000, Qing wrote:
:
: > dmesg output
: > =============
: ...
: > sio1: configured irq 3 not in bitmap of probed irqs 0
: ^^^^^
: ...
: > ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 3 slot 0 on pccard0
: ^^^^^
: > ep0: Ethernet address 00:60:97:48:e9:b5
:
: Try to comment out the line with "device sio1" in your KERNEL.
No. That won't work. The problem with interrupt sharing is at the
hardware level with hunks of silicon driving the lines such that
interrupts from other hunks of silicon aren't registered. Just
disabling or removing it from your kernel will not fix this. You must
disable the hardware, or remove it from the list that pccardd uses.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message