]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r179337.
authoryongari <yongari@FreeBSD.org>
Wed, 16 Jul 2008 00:52:33 +0000 (00:52 +0000)
committeryongari <yongari@FreeBSD.org>
Wed, 16 Jul 2008 00:52:33 +0000 (00:52 +0000)
commit2796ad0776dd57019eaa5649dcf859f63f5a813f
tree5488b0a9b4e8bd0ef86d5ed2da6a8070312f6ac7
parent2451e222dbe378d591f367383d4e1312ecf73bbe
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
sys/dev/jme/if_jme.c [new file with mode: 0644]
sys/dev/jme/if_jmereg.h [new file with mode: 0644]
sys/dev/jme/if_jmevar.h [new file with mode: 0644]