From owner-freebsd-questions Mon May 17 14:17:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 9C82B14DC0 for ; Mon, 17 May 1999 14:17:55 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id RAA29967 for freebsd-questions@FreeBSD.ORG; Mon, 17 May 1999 17:18:13 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199905172118.RAA29967@cc942873-a.ewndsr1.nj.home.com> Subject: Multiple fxp NICs To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Mon, 17 May 1999 17:18:13 -0400 (EDT) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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, fxp0 rev 1 int a irq 9 on pci0:19:0 fxp0: Ethernet address 00:a0:c9:22:93:d0, 10Mbps 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, % 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, 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 sc0 at 0x60-0x6f irq 1 on motherboard sio0 at 0x3f8-0x3ff irq 4 on isa sio1 at 0x2f8-0x2ff irq 3 on isa lpt0 at 0x378-0x37f irq 7 on isa psm0 at 0x60-0x64 irq 12 on motherboard fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc1 at 0x170-0x177 irq 15 on isa Also, I believe the card is physically installed correctly. When I put a live RJ-45 connection in it, the LEDs come up green. I can't think of any more information to dum to you all. I'm hoping this is going to be a "D'oh!"-type error when someone points out something obvious I missed, or an dead-on FAQ or Handbook enry that escaped my searches. Thanks for any help. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message