From owner-freebsd-questions@FreeBSD.ORG Tue Nov 28 13:44:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB87B16A403 for ; Tue, 28 Nov 2006 13:44:12 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB69343CDA for ; Tue, 28 Nov 2006 13:42:50 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 Nov 2006 08:42:52 -0500 X-IronPort-AV: i="4.09,469,1157342400"; d="scan'208"; a="356320498:sNHT24622988" Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id HSP81739; Tue, 28 Nov 2006 08:42:49 -0500 (EST) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 Nov 2006 08:42:47 -0500 X-IronPort-AV: i="4.09,469,1157342400"; d="scan'208"; a="320880685:sNHT3728019594" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17772.15524.657231.990231@jerusalem.litteratus.org> Date: Tue, 28 Nov 2006 08:41:56 -0500 To: questions@freebsd.org In-Reply-To: References: X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A09020A.456C3BF3.0075,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Cc: Subject: re driver in 5.3? 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, 28 Nov 2006 13:44:13 -0000 Scott Gasch writes: > I tried booting a 6.1 kernel on the machine and it _does_ detect > the device. Is this likely due to driver code differences or > something else in the 6.x kernels? Something "in the kernel". Once upon a time, the Linksys eg1032 gigabit ethernet card (version 2) used a different chip. This changed with no warning (version 3) and the new combination of class+card+chip returned by the boot probe didn't map to anything. Driver modules weren't automatically loaded, and in-kernel drivers didn't recognize the card. This was first noticed in early October, 2005 (check the archives of current@) and - I believe - corrected for 6.1 but not for 6.0. Robert Huff