From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 02:20:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9B0E816A4DE for ; Fri, 7 Jul 2006 02:20:54 +0000 (UTC) (envelope-from fbsd-questions@mawer.org) Received: from mail-ihug.icp-qv1-irony2.iinet.net.au (ihug-mail.icp-qv1-irony2.iinet.net.au [203.59.1.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 986C643D49 for ; Fri, 7 Jul 2006 02:20:52 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from 203-206-173-235.perm.iinet.net.au (HELO [127.0.0.1]) ([203.206.173.235]) by mail-ihug.icp-qv1-irony2.iinet.net.au with ESMTP; 07 Jul 2006 10:14:49 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.06,215,1149436800"; d="scan'208"; a="544373478:sNHT8778547682" Message-ID: <44ADC379.7020808@mawer.org> Date: Fri, 07 Jul 2006 12:14:17 +1000 From: Antony Mawer User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: William References: <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt Subject: Re: FreeBSD 6.0 compat with DL320 G4 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, 07 Jul 2006 02:20:54 -0000 On 6/07/2006 4:26 PM, William wrote: > Server got here, FreeBSD 6.1 went on easy as you like and then I > installed the intel card when it got here... I havent had to recompile > a thing and its detected the card fine. I've appied an IP address, > cvsup/install a few ports without any issues.. > > > dmesg goodness: > em0: port > 0x4000-0x401f mem 0xfdee0000-0xfdefffff,0xfdec0000-0xfdedffff irq 16 > at device 0.0 on pci2 > em0: Ethernet address: 00:15:17:0b:e6:18 > em1: port > 0x4020-0x403f mem 0xfdea0000-0xfdebffff,0xfde80000-0xfde9ffff irq 17 > at device 0.1 on pci2 > em1: Ethernet address: 00:15:17:0b:e6:19 > > Should I grab the latest copy of the driver (off intel's website) and > recompile anyway? It sounds like you were lucky with your card -- we tried a 6.1 installation and it did not detect our Intel Pro/1000PT card, while the 7-CURRENT driver did. A back-port of the 7-CURRENT driver looked relatively non-trivial, but the Intel driver for 6.x saved the day. If it's all working properly, then you should be right to continue with the 6.1 driver you are currently using. "If it ain't broke, don't fix it"! Cheers Antony