From owner-freebsd-questions Mon May 17 15: 4:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 9FB9615382 for ; Mon, 17 May 1999 15:04:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA18607; Mon, 17 May 1999 15:04:18 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 17 May 1999 15:04:17 -0700 (PDT) From: Doug White To: cjclark@home.com Cc: FreeBSD Questions Subject: Re: Multiple fxp NICs In-Reply-To: <199905172118.RAA29967@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 May 1999, Crist J. Clark wrote: > I just added a new Intel EtherExpress Pro/100 (chip 82258) to my work > PC. I have a 82257 based EtherExpress that has been working just fine, > but it does not do 100BaseT. The old card was, and still is, > reconginzed and utilized just fine, The 82257 doesn't do 100Mbit? Um, no. I have one on the motherboard of my PPro200 and it *certainly* does 100Mbit. THe 82258 is the Pro/100+, which has no functional difference to the FreeBSD driver. What version of FreeBSD is this? > The newer card is not recognized. I added a 'fxp1' line to the kernel > config and rebuilt it (I didn't think that was necesary for PCI > devices, but I tried it). Still, the card is not recognized. Here is > the pciconf output, You don't need to add the extra line. > % pciconf -l > pci0:0:0: class=0x060000 card=0x00000000 chip=0x12378086 rev=0x02 hdr=0x00 > pci0:7:0: class=0x060100 card=0x00000000 chip=0x70008086 rev=0x01 hdr=0x80 > pci0:7:1: class=0x010180 card=0x00000000 chip=0x70108086 rev=0x00 hdr=0x00 > pci0:11:0: class=0x010000 card=0x00000000 chip=0x81789004 rev=0x00 hdr=0x00 > pci0:15:0: class=0x030000 card=0x171710b4 chip=0x8a015333 rev=0x01 hdr=0x00 > pci0:19:0: class=0x020000 card=0x00000000 chip=0x12298086 rev=0x01 hdr=0x00 > > All of those devices are accounted for, > > chip0 rev 2 on pci0:0:0 > chip1 rev 1 on pci0:7:0 > chip2 rev 0 on pci0:7:1 > ahc0 rev 0 int a irq 10 on pci0:11:0 > vga0 rev 1 int a irq 11 on pci0:15:0 > fxp0 rev 1 int a irq 9 on pci0:19:0 > > If it is of any interest, the new NIC is what was the last remaining > last PCI slot, and here are IRQ as ignements, This is the problem; the NIC requires a busmaster slot and the slot you used is not BM. You'll have to shuffle cards, but based on your current loadout I don't see that happening. Unless the VGA card is okay with being in a slave slot. Note that the kernel doesn't show the card at all on the PCI bus, attached or not. > Also, I believe the card is physically installed correctly. When I put > a live RJ-45 connection in it, the LEDs come up green. It has power, but no PCI interface. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message