From owner-cvs-src@FreeBSD.ORG Mon Feb 14 22:27:03 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 51B8816A4CE; Mon, 14 Feb 2005 22:27:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6CD43D45; Mon, 14 Feb 2005 22:27:03 +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 j1EMR3on056214; Mon, 14 Feb 2005 22:27:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1EMR31p056213; Mon, 14 Feb 2005 22:27:03 GMT (envelope-from imp) Message-Id: <200502142227.j1EMR31p056213@repoman.freebsd.org> From: Warner Losh Date: Mon, 14 Feb 2005 22:27:03 +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/ed if_ed_pccard.c src/sys/dev/pccard pccarddevs 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, 14 Feb 2005 22:27:03 -0000 imp 2005-02-14 22:27:03 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c sys/dev/pccard pccarddevs Log: o It turns out that most of the ne-2000 cards that I have got real unhappy with the latest changes. They actually have valid ROM data at location 0 of memory, just like a real NE-2000 ISA card. Use this data, if the ROM passes a few basic tests, as an additional source for the MAC address. Prefer the CIS over this source, but have it take precidence over falling back to reading the attribtue memory. o Minor cleanup of a few devices that we match on based on CIS string. Revision Changes Path 1.79 +42 -9 src/sys/dev/ed/if_ed_pccard.c 1.104 +3 -4 src/sys/dev/pccard/pccarddevs