cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h
Pyun YongHyeon
yongari at FreeBSD.org
Wed Jul 16 00:52:42 UTC 2008
yongari 2008-07-16 00:52:33 UTC
FreeBSD src repository
Added files: (Branch: RELENG_7)
sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h
Log:
SVN rev 180540 on 2008-07-16 00:52:33Z by yongari
MFC r179337.
Add driver support for PCIe adapters based on JMicron JMC250
gigabit ethernet and JMC260 fast ethernet controllers. ATM jme(4)
supports all hardware features except RSS and multiple Tx/Rx queue.
In these days most ethernet controller vendors take a ply of
concealing hardware detailes from open source developers. As
contrasted with these vendors JMicron provided all necessary
information needed to write a stable driver during driver writing
and answered many questions I had. They even helped fixing driver
bugs with protocol analyzer. Many thanks to JMicron for their
support of FreeBSD.
H/W donated by: JMicron
Revision Changes Path
1.1.2.1 +3083 -0 src/sys/dev/jme/if_jme.c (new)
1.1.2.1 +1010 -0 src/sys/dev/jme/if_jmereg.h (new)
1.1.2.1 +232 -0 src/sys/dev/jme/if_jmevar.h (new)
More information about the cvs-src
mailing list