cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h
Pyun YongHyeon
yongari at FreeBSD.org
Tue May 27 01:42:02 UTC 2008
yongari 2008-05-27 01:42:01 UTC
FreeBSD src repository
Added files:
sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h
Log:
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 +3083 -0 src/sys/dev/jme/if_jme.c (new)
1.1 +1010 -0 src/sys/dev/jme/if_jmereg.h (new)
1.1 +232 -0 src/sys/dev/jme/if_jmevar.h (new)
More information about the cvs-src
mailing list