From owner-freebsd-questions Thu Sep 12 8: 3:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A34137B400 for ; Thu, 12 Sep 2002 08:03:36 -0700 (PDT) Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by mx1.FreeBSD.org (Postfix) with SMTP id EB07443E6A for ; Thu, 12 Sep 2002 08:03:32 -0700 (PDT) (envelope-from drs@rucus.ru.ac.za) Received: (qmail 47877 invoked from network); 12 Sep 2002 15:03:29 -0000 Received: from bashir.dsl.ru.ac.za (146.231.113.19) by server.rucus.ru.ac.za with SMTP; 12 Sep 2002 15:03:29 -0000 Received: (qmail 2924 invoked by uid 1001); 12 Sep 2002 15:03:29 -0000 Date: Thu, 12 Sep 2002 17:03:29 +0200 From: David =?iso-8859-1?Q?Sieb=F6rger?= To: Stefan Cars Cc: questions@freebsd.org Subject: Re: Double intel NIC's how ? Message-ID: <20020912150329.GA2903@rucus.ru.ac.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i 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 On Thu 2002-09-12 (15:12), Stefan Cars wrote: > I have a server (TYAN) with double Intel NIC's: > > one Intel 82554GC > and > one Intel 82550 > > How do I add support for both ? When I boot up I see that my first one is > found and becomes fxp0. How do I get the other one to work, it is found > and dmesg tells me that it is inphy0 but it's not possible todo anything > with that. inphy0 is the PHY-layer chip that is attached to the 82550, so it's effectively part of fxp0. Your 82544GC card is supported by the em(4) and gx(4) drivers. They can be loaded by running "kldload if_em" or "kldload if_gx", and can be compiled into your kernel by adding one of these lines to your kernel configuration: device gx device em Note: use either the em(4) or the gx(4) driver, not both. -- David Siebörger drs@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message