Date: Tue, 27 May 2008 01:42:01 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h if_jmevar.h Message-ID: <200805270142.m4R1g2TD023106@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805270142.m4R1g2TD023106>