From owner-freebsd-questions@FreeBSD.ORG Wed Dec 19 17:53:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C9EB16A41A for ; Wed, 19 Dec 2007 17:53:28 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 0220013C4D5 for ; Wed, 19 Dec 2007 17:53:27 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 2181428434; Wed, 19 Dec 2007 12:53:26 -0500 (EST) To: Nomad References: From: Lowell Gilbert Date: Wed, 19 Dec 2007 12:53:26 -0500 In-Reply-To: (Nomad's message of "Tue\, 18 Dec 2007 12\:14\:45 -0600") Message-ID: <441w9ir2p5.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Updating/patching network card driver? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 17:53:28 -0000 Nomad writes: > I installed FreeBSD 6.2 on my computer but the network card (bge) wasn't > detected properly. On troubleshooting the problem I found the driver for > this family of NICs isn't appropriate to my particular release. I would > prefer to stay with the RELEASE branch but found an updated > driver. In updating the driver, is it sufficient to replace the > contents of /usr/src/sys/dev/bge with the updated version and then > rebuild the kernel? It might be; trying it may be the easiest way to find out. If you're going to use unsupported upgrades, though, there isn't much reason to stick to release codebase.