From owner-freebsd-questions@FreeBSD.ORG Fri Jan 18 17:17:16 2008 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 574E916A41A for ; Fri, 18 Jan 2008 17:17:16 +0000 (UTC) (envelope-from atxnomad@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3F61B13C461 for ; Fri, 18 Jan 2008 17:17:14 +0000 (UTC) (envelope-from atxnomad@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so634060uge.37 for ; Fri, 18 Jan 2008 09:17:13 -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=rauJ0fQg0kDbxJeVeJQLBUvGXaGvkXIA011ZouNnf04=; b=Ro0IIkE4gZny/Ob8GvUoRRGw9uYZFZIKkBYbXiwqL4KnmI4vdYYW1rckOxfgl+rKJ4G/QqA0KxcWY92RSBGGGmuBcLeO2WMB42liQhTOFLD3yF9omCWW2dFUnHI2im9FMjbh8zCaqpkmHZkytnoWzx2ECLRIc5X58vdaUCAIyvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=aGyA5ObUg2xJ9yjIT6roVMpxgMievfTUO1CBer2JHeJbRF8aGbRLrG+nObu/CiT3D10s4FM0FLPFh5VmuVngdvlCuqQs8EmfgBsQVeU9o5RFeov5c05tYTZO+Q1Hzw0/omZIF0+OgQF/KguTKrGbaXhIzFxKtR8pPY/zG7kmhjw= Received: by 10.66.216.9 with SMTP id o9mr717384ugg.16.1200676633124; Fri, 18 Jan 2008 09:17:13 -0800 (PST) Received: by 10.67.31.4 with HTTP; Fri, 18 Jan 2008 09:17:13 -0800 (PST) Message-ID: Date: Fri, 18 Jan 2008 11:17:13 -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: Upgrading network card driver on FreeBSD 6.2 ? 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: Fri, 18 Jan 2008 17:17:16 -0000 Just recently found out that FreeBSD 6.2 doesn't have native support for my network card: Broadcom NetXtreme II BCM5708 1000Base-T (B2) It does work on machines with the B0 rev. In order to upgrade the driver, is it sufficient to replace the contents of: /usr/src/sys/dev/bce/ ?? Or are there other src files I also need to replace? While browsing one of the ftp mirrors I noticed there were 6.3-RELEASEimages available but I'm always wary of using a brand new release. Any information would be appreciated.