Date: Thu, 27 Jan 2011 19:04:17 +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: <201101271904.p0RJ4RUr040199@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-01-27 19:04:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h
sys/dev/mii jmphy.c jmphyreg.h
Log:
SVN rev 217955 on 2011-01-27 19:04:17Z 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.1.2.20 +234 -21 src/sys/dev/jme/if_jme.c
1.1.2.8 +103 -2 src/sys/dev/jme/if_jmereg.h
1.1.2.5 +18 -13 src/sys/dev/jme/if_jmevar.h
1.1.2.7 +39 -0 src/sys/dev/mii/jmphy.c
1.1.2.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?201101271904.p0RJ4RUr040199>
