Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2003 22:01:28 -0700 (PDT)
From:      Martin Blapp <mbr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200309160501.h8G51Ssw037578@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mbr         2003/09/15 22:01:28 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Don't read the MAC address from a copy of the EEPROM in the softc
  that has been recorded earlier and overwrite it again later by
  reading it directly from the EEPROM again.
  
  Read the MAC address from the PAR0/PAR1 registers instead, which
  are autoloaded on reboot.
  
  Tested on AN985, AN983B. According to the datasheets, it should
  also work for the AL981 (I don't have such a chip on a card at home)
  
  PR:             52988
  Submitted by:   Andrew Gordon <arg-bsd@arg.me.uk>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.125     +3 -4      src/sys/pci/if_dc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309160501.h8G51Ssw037578>