Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 19:02:28 +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 if_jmevar.h src/sys/dev/mii jmphy.c jmphyreg.h
Message-ID:  <201101271902.p0RJ2ZSo038991@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2011-01-27 19:02:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/jme          if_jme.c if_jmereg.h if_jmevar.h 
    sys/dev/mii          jmphy.c jmphyreg.h 
  Log:
  SVN rev 217954 on 2011-01-27 19:02:28Z by yongari
  
  MFC r216551:
    Add support for JMicron JMC251/JMC261  Gigabit/Fast ethernet
    controller with Card Read Host Controller. These controllers are
    multi-function devices and have the same ethernet core of
    JMC250/JMC260. Starting from REVFM 5(chip full mask revision)
    controllers have the following features.
     o eFuse support
     o PCD(Packet Completion Deferring)
     o More advanced PHY power saving
  
    Because these controllers started to use eFuse, station address
    modified by driver is permanent as if it was written to EEPROM. If
    you have to change station address please save your controller
    default address to safe place before reprogramming it. There is no
    way to restore factory default station address.
  
    Many thanks to JMicron for continuing to support FreeBSD.
  
    HW donated by:        JMicron
  
  Revision   Changes    Path
  1.11.2.11  +234 -21   src/sys/dev/jme/if_jme.c
  1.6.2.3    +103 -2    src/sys/dev/jme/if_jmereg.h
  1.3.2.3    +18 -13    src/sys/dev/jme/if_jmevar.h
  1.1.6.7    +39 -0     src/sys/dev/mii/jmphy.c
  1.1.6.2    +9 -0      src/sys/dev/mii/jmphyreg.h



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