From owner-freebsd-questions@FreeBSD.ORG Tue Dec 18 18:40:44 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 2DEC116A419 for ; Tue, 18 Dec 2007 18:40:44 +0000 (UTC) (envelope-from atxnomad@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id A3EB413C467 for ; Tue, 18 Dec 2007 18:40:43 +0000 (UTC) (envelope-from atxnomad@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so200575uge.37 for ; Tue, 18 Dec 2007 10:40:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=vJN+wdvfe1p92lUKYB/OHwGGvgkjXSY4/TLkxFbFkMQ=; b=l79A2cL6TY8253Q+G7Y1R7+idw+UkLTVwLThldgIB+ywzgRnT3g5Ag42UZZ8mqS9Sbuxro3jRGbgF3VWsjCy+87ZHC5dotDasSeQiBzkN4WI3DIhiwfOrGUAmZpebqBfRl3sLxPxtTfRmfag2wD21qFKK4lcowgd8onpx39bRlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YDo8fqsoI7iHSVt4W07jLM/CnuZfztT6PY4FnEE4YxpXDvHQga5pjbuWU6Hv2SkK/svSO6OcgALSmWqByCDtZerXl9TW5dQysaRoyNgGcTkaVCGuLioyCq+i03aNkJa2qfGWHheiOTDDRacJm+r96tbnwNhaKrXuIYqQcvcoP/s= Received: by 10.67.21.11 with SMTP id y11mr1167938ugi.10.1198001685880; Tue, 18 Dec 2007 10:14:45 -0800 (PST) Received: by 10.67.31.4 with HTTP; Tue, 18 Dec 2007 10:14:45 -0800 (PST) Message-ID: Date: Tue, 18 Dec 2007 12:14:45 -0600 From: Nomad To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Updating/patching network card driver? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 18:40:44 -0000 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?