From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 19:12:25 2005 Return-Path: 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 88BDF16A4CE for ; Mon, 21 Mar 2005 19:12:25 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1F243D5A for ; Mon, 21 Mar 2005 19:12:25 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146])j2LJCPTs029237; Mon, 21 Mar 2005 11:12:25 -0800 (PST) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)j2LJCMi7017678; Mon, 21 Mar 2005 11:12:24 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 21 Mar 2005 14:12:22 -0500 To: Andrew Robinson X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: NIC won't DHCP or configure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 19:12:25 -0000 Hi, Andrew-- On Mar 21, 2005, at 1:54 PM, Andrew Robinson wrote: > It makes me wonder if FreeBSD is identifying the card as something > different than it is. Is that possible? What next steps might be > useful for me to take? Take a look at the output of "pciconf -v -l". The odds are that it lists a PCI ID for your NIC that the FreeBSD driver doesn't know about. Use that information to update /usr/src/sys/pci/if_rlreg.h and /usr/src/sys/dev/re/if_re.c, and see whether that gets you a working driver. If you're not sure how to do this, post the pciconf info for just your NIC so that others can try to update the code and get you a working driver... -- -Chuck