From owner-cvs-src@FreeBSD.ORG Fri Feb 25 16:06:14 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 7DA7D16A4CE; Fri, 25 Feb 2005 16:06:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E4F43D3F; Fri, 25 Feb 2005 16:06:14 +0000 (GMT) (envelope-from marius@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 j1PG6EPV073678; Fri, 25 Feb 2005 16:06:14 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1PG6EX9073677; Fri, 25 Feb 2005 16:06:14 GMT (envelope-from marius) Message-Id: <200502251606.j1PG6EX9073677@repoman.freebsd.org> From: Marius Strobl Date: Fri, 25 Feb 2005 16:06:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/hme if_hme_pci.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: Fri, 25 Feb 2005 16:06:14 -0000 marius 2005-02-25 16:06:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/hme if_hme_pci.c Log: MFC: 1.17, 1.18 Some changes related to reading the MAC-address from the VPD on systems without Open Firmware: - Remove the checks for matching class code and PCI data structure length and revsion, some HME PROMs vary here and we don't need that info anyway. - On Sun QFE (Quad FastEthernet) cards read the Nth MAC-address for the Nth HME controller instead of always the first one for all four HMEs. - Improve the comment describing the used VPD format to better reflect reality. - Minor clean-up. Revision Changes Path 1.15.2.2 +19 -19 src/sys/dev/hme/if_hme_pci.c