Date: Fri, 10 Nov 2000 12:58:20 -0700 From: Warner Losh <imp@village.org> To: Boris Samorodov <bsam@ipt.ru> Cc: Qing <qingli@speakeasy.net>, freebsd-stable@FreeBSD.ORG Subject: Re: pcmcia nic problem Message-ID: <200011101958.MAA51249@harmony.village.org> In-Reply-To: Your message of "Fri, 10 Nov 2000 14:22:42 %2B0300." <Pine.BSF.4.21.0011101417380.413-100000@bsam.clm.ru> References: <Pine.BSF.4.21.0011101417380.413-100000@bsam.clm.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0011101417380.413-100000@bsam.clm.ru> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011101958.MAA51249>