cvs commit: src/sys/dev/vge if_vge.c

Bill Paul wpaul at FreeBSD.org
Mon Apr 25 11:29:43 PDT 2005


wpaul       2005-04-25 18:29:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/vge          if_vge.c 
  Log:
  Reading the EEPROM to learn the station address doesn't seem to work
  on boards with VIA gigE controllers that are embedded in VIA chipsets.
  Presumably, they don't have an external EEPROM and store the MAC
  address somewhere else. To get around this, force an autoload and
  read the station address from the RX filter registers instead.
  This has been tested to work on both embedded and standalone
  controllers.
  
  Revision  Changes    Path
  1.7       +11 -0     src/sys/dev/vge/if_vge.c


More information about the cvs-all mailing list