From owner-freebsd-current@FreeBSD.ORG Mon Oct 3 21:43:19 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C9B16A41F for ; Mon, 3 Oct 2005 21:43:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F08F43D58 for ; Mon, 3 Oct 2005 21:43:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j93Le6T8095576; Mon, 3 Oct 2005 15:40:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 03 Oct 2005 15:40:55 -0600 (MDT) Message-Id: <20051003.154055.08405729.imp@bsdimp.com> To: fli+freebsd-current@shapeshifter.se From: "M. Warner Losh" In-Reply-To: <20051003.132634.20912224.imp@bsdimp.com> References: <433F976F.6090501@samsco.org> <433FB9B9.9020207@shapeshifter.se> <20051003.132634.20912224.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 03 Oct 2005 15:40:09 -0600 (MDT) Cc: benlutz@datacomm.ch, current@freebsd.org Subject: Re: Linksys EG1032 rev. 3 patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 21:43:19 -0000 In message: <20051003.132634.20912224.imp@bsdimp.com> "M. Warner Losh" writes: : Checking for 0x10 vs 0x15 for a card that has gone from rev 2 to rev 3 : just strikes me as unwise. I just checked a few datasheets. The rev field typically is the revision of the silicon and is hardwired. The vendor ID and vendor device fields, in contrast, often come from eeprom. Warner