From owner-freebsd-questions Sun Feb 2 04:08:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA15503 for questions-outgoing; Sun, 2 Feb 1997 04:08:06 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA15494 for ; Sun, 2 Feb 1997 04:08:03 -0800 (PST) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vr0gs-000QbpC; Sun, 2 Feb 97 13:06 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id MAA11440; Sun, 2 Feb 1997 12:27:52 +0100 (MET) From: grog@lemis.de Message-Id: <199702021127.MAA11440@freebie.lemis.de> Subject: Re: Multiple de NIC's dectected, not used In-Reply-To: from "Eric J. Schwertfeger" at "Feb 1, 97 09:55:56 am" To: ejs@bfd.com (Eric J. Schwertfeger) Date: Sun, 2 Feb 1997 12:27:52 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Eric J. Schwertfeger writes: > I'm trying to get two PCI 10BaseT nics to work in two of my machines, but > it only wants to use the first one. > > I've got both > > device de0 > device de1 > > in my config file, and this turns up in the log file. Note that while > there are two lines for de0, which gets used, there is only one line for > de1, which doesn't show up on an ifconfig -a. > > Feb 1 09:34:44 alexandria /kernel: de0 rev 17 > int a irq 9 on pci0:19 > Feb 1 09:34:44 alexandria /kernel: de0: DC21041 [10Mb/s] pass 1.1 > Ethernet address 00:20:18:50:53:a5 > Feb 1 09:34:45 alexandria /kernel: de1 rev 17 > int a irq 9 on pci0:20 > Feb 1 09:34:45 alexandria /kernel: Probing for devices on the ISA bus: > > This is on 2.1.5-RELEASE. > > I did check the mailing archives, and only found references to > multi-ethernet on a single card problems, at least once people got both de > lines in the config file. > > Any suggestions? Hmmm. Both your boards are being assigned IRQ 9, which I believe doesn't work under PCI either. I just don't understand how this could happen: I thought the PCI setup code in the BIOS would avoid this. Can you allocate a different IRQ to the second board? Greg