Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2010 23:52:50 +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:  <201012182353.oBINr3nq073279@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-12-18 23:52:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/jme          if_jme.c if_jmereg.h if_jmevar.h 
    sys/dev/mii          jmphy.c jmphyreg.h 
  Log:
  SVN rev 216551 on 2010-12-18 23:52:50Z by yongari
  
  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.24      +234 -21   src/sys/dev/jme/if_jme.c
  1.8       +103 -2    src/sys/dev/jme/if_jmereg.h
  1.5       +18 -13    src/sys/dev/jme/if_jmevar.h
  1.6       +39 -0     src/sys/dev/mii/jmphy.c
  1.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?201012182353.oBINr3nq073279>