From owner-freebsd-questions Thu Jun 14 8:33: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 4580A37B403 for ; Thu, 14 Jun 2001 08:32:57 -0700 (PDT) (envelope-from khera@kcilink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 64C432E45F for ; Thu, 14 Jun 2001 11:32:56 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.4/8.11.3) id f5EFWuC64142; Thu, 14 Jun 2001 11:32:56 -0400 (EDT) (envelope-from khera@kcilink.com) X-Authentication-Warning: onceler.kciLink.com: khera set sender to khera@kcilink.com using -f To: questions@freebsd.org Subject: Re: dual port nic support? References: <48F26311AF9C9943926CA0CD204BC2140C3FB9@nwa-srv-01.newworldapps.com> From: Vivek Khera Date: 14 Jun 2001 11:32:56 -0400 In-Reply-To: <48F26311AF9C9943926CA0CD204BC2140C3FB9@nwa-srv-01.newworldapps.com> Message-ID: Lines: 37 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "RW" == Robin Woolard writes: RW> What options do I need to use to compile my kernel with dual port nic RW> support? I have an Intel ISP1100 server with a single onboard Intel Pro Nothing special... Sharing IRQs on PCI bus is normal. Here's what one of my machine looks like. fxp0: port 0xecc0-0xecff mem 0xfe100000-0xfe1fffff,0xfe2ff000-0xfe2fffff irq 5 at device 1.0 on pci0 fxp0: Ethernet address 00:b0:d0:e1:4d:2a inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0xec80-0xecbf mem 0xfe000000-0xfe0fffff,0xfe2fe000-0xfe2fefff irq 10 at device 2.0 on pci0 fxp1: Ethernet address 00:b0:d0:e1:4d:2b inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto I had big problems (ie, no traffic visible to this machine) hooking up either one of these devices to one particular hub, but switching the hub to another manufacturer or to a switch solved the problem. Perhaps you should try a different hub/switch on your fxp1. RW> Just in case you were wondering, my rc.conf file is configured like this: RW> network_interfaces="fxp0 fxp1" RW> ifconfig_fxp0="inet 172.16.83.231 netmask 255.255.255.0" where's the ifconfig_fxp1 line? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message