From owner-freebsd-stable Fri Nov 10 11:58:27 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 49CED37B4C5 for ; Fri, 10 Nov 2000 11:58:24 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAAJwLg26690; Fri, 10 Nov 2000 12:58:21 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA51249; Fri, 10 Nov 2000 12:58:20 -0700 (MST) Message-Id: <200011101958.MAA51249@harmony.village.org> To: Boris Samorodov Subject: Re: pcmcia nic problem Cc: Qing , freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Fri, 10 Nov 2000 14:22:42 +0300." References: Date: Fri, 10 Nov 2000 12:58:20 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message 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