Date: Fri, 25 Feb 2005 16:06:14 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme_pci.c Message-ID: <200502251606.j1PG6EX9073677@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251606.j1PG6EX9073677>