Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2008 06:55:08 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h
Message-ID:  <200810190655.m9J6tS52040380@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-10-19 06:55:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6_4)
    sys/dev/jme          if_jme.c if_jmereg.h 
  Log:
  SVN rev 184047 on 2008-10-19 06:55:08Z by yongari
  
  MFC r183814:
    Read PCI device id instead of PCI revision id. Also checks the read
    device id is JMC260 family. Previously it just verified the deivce
    is JMC260 Rev A0. This will make it easy for newer JMC2xx support.
  
    Pointed out by:       bouyer at NetBSD
  
  MFC r183859:
    Make sure to read the last byte of EEPROM descriptor. Previously
    the last byte of the ethernet address was not read which in turn
    resulted in getting 5 out of the 6 bytes of ethernet address and
    always returned ENOENT. I did not notice the bug on FPGA version
    because of additional configuration data in EEPROM.
  
    Pointed out by:       bouyer at NetBSD
  
  Approved by:    re (gnn)
  
  Revision     Changes    Path
  1.2.2.6.2.2  +7 -7      src/sys/dev/jme/if_jme.c
  1.1.4.3.2.2  +2 -0      src/sys/dev/jme/if_jmereg.h



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