From owner-cvs-src@FreeBSD.ORG Mon Jan 17 06:54:48 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D820916A4CE; Mon, 17 Jan 2005 06:54:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10BE43D49; Mon, 17 Jan 2005 06:54:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0H6sm42026549; Mon, 17 Jan 2005 06:54:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0H6smLN026548; Mon, 17 Jan 2005 06:54:48 GMT (envelope-from imp) Message-Id: <200501170654.j0H6smLN026548@repoman.freebsd.org> From: Warner Losh Date: Mon, 17 Jan 2005 06:54:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 06:54:49 -0000 imp 2005-01-17 06:54:48 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Go ahead and match on CIS3 and CIS4 strings as well. These are NULL for the vast majority of our cards. However, they are critically needed to distinguish different fe based PC Cards (the FMV-182 from the 182A) which need to be treated differently (the ethernet address is loaded not from the standard CIS-based ethernet tuples, but from differing locations in attribute space based on the version string in CIS3. This should have no impact for other users of this function. Revision Changes Path 1.95 +14 -1 src/sys/dev/pccard/pccard.c