From owner-freebsd-hardware@FreeBSD.ORG Tue Sep 16 17:04:36 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA7016A4DC for ; Tue, 16 Sep 2003 17:04:36 -0700 (PDT) Received: from beowulf.devnetinc.com (beowulf.devnetinc.com [65.204.197.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835CE43F85 for ; Tue, 16 Sep 2003 17:04:35 -0700 (PDT) (envelope-from crome@devnetinc.com) Received: by beowulf.devnetinc.com (DEVNET, Inc. Mail Daemon, from userid 1003) id 2F37F20002FB; Tue, 16 Sep 2003 19:11:42 -0500 (CDT) Received: from 192.168.0.101 (12-251-137-170.client.attbi.com [12.251.137.170]) by beowulf.devnetinc.com (DEVNET, Inc. Mail Daemon) with ESMTP id 6FEF420002FA; Tue, 16 Sep 2003 19:11:41 -0500 (CDT) From: "Jason A. Crome" Organization: DEVNET, Inc. To: Andrew Thompson Date: Tue, 16 Sep 2003 19:04:02 -0500 User-Agent: KMail/1.5.2 References: <200309161815.14572.crome@devnetinc.com> <03Sep16.235538nzst.336003@homer.fire.org.nz> In-Reply-To: <03Sep16.235538nzst.336003@homer.fire.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309161904.02201.crome@devnetinc.com> cc: freebsd-hardware@freebsd.org Subject: Re: Network card issues X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 00:04:36 -0000 Is bpf needed for static mappings in FreeBSD 5.x as well? I have a statically-assigned IP on a FreeBSD 4.7 machine elsewhere, and don't remember needing bpf for it. Thanks! Jason On Tuesday 16 September 2003 06:57 pm, you wrote: > Jason A. Crome wrote: > > I am attempting to get my network card running under FreeBSD 5.1 Release, > > and it is unfortunately being a headache. My particular network setup > > requires DHCP, and when the boot process attempts to start the DHCP > > client, my adapter does not receive an address. Strangely enough, when > > booting with the GENERIC kernel, I have no such issues - my adapter gets > > an IP address just fine. > > > > My PC has a 3com 3c905c network adapter installed. I have added the > > following entries to my kernel configuration file to support it: > > > > device miibus > > device xl > > > > I have also attached my kernel config file in hopes it will be of some > > use. > > > > Any thoughts or insights are most definitely appreciated! Thanks in > > advance. > > You need to add "device bpf" to your kernel. > > > Andy