freebsd-dev/sys/dev/hme
Marius Strobl be063afc20 Some changes related to reading the MAC-address from the VPD on systems
without Open Firmware:
- The PCI data structure of some HME PROMs contains a non-zero interface
  revision in the class code. Thus remove the checks for matching class
  code and PCI data structure length and revsion. These were pretty much
  useless anyway as we only really need the pointer to the VPD which is
  located before the structure length and revision fields.
- 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. [1]
- Improve the comment describing the used VPD format to better reflect
  reality.
- Minor clean-up.

Prodded by:	joerg [1]
2004-12-12 00:32:51 +00:00
..
if_hme_pci.c Some changes related to reading the MAC-address from the VPD on systems 2004-12-12 00:32:51 +00:00
if_hme_sbus.c Make hme(4) mpsafe 2004-11-22 06:46:30 +00:00
if_hme.c Make hme(4) mpsafe 2004-11-22 06:46:30 +00:00
if_hmereg.h Implement TCP/UDP Transmit/Receive checksum offload. 2004-08-05 02:52:33 +00:00
if_hmevar.h Make hme(4) mpsafe 2004-11-22 06:46:30 +00:00