Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95252236 authored by Guo-Fu Tseng's avatar Guo-Fu Tseng Committed by Jeff Garzik
Browse files

jme: JMicron Gigabit Ethernet Driver



Supporting JMC250, and JMC260.

Signed-off-by: default avatarGuo-Fu Tseng <cooldavid@cooldavid.org>
Acked-and-tested-by: default avatarEthan Hsiao <ethanhsiao@jmicron.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 01f2e4ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2326,6 +2326,12 @@ L: video4linux-list@redhat.com
W:	http://www.ivtvdriver.org
S:	Maintained

JME NETWORK DRIVER
P:	Guo-Fu Tseng
M:	cooldavid@cooldavid.org
L:	netdev@vger.kernel.org
S:	Maintained

JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
P:	David Woodhouse
M:	dwmw2@infradead.org
+12 −0
Original line number Diff line number Diff line
@@ -2313,6 +2313,18 @@ config ATL1E
	  To compile this driver as a module, choose M here.  The module
	  will be called atl1e.

config JME
	tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
	depends on PCI
	select CRC32
	select MII
	---help---
	  This driver supports the PCI-Express gigabit ethernet adapters
	  based on JMicron JMC250 chipset.

	  To compile this driver as a module, choose M here. The module
	  will be called jme.

endif # NETDEV_1000

#
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ obj-$(CONFIG_ATL1E) += atl1e/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
obj-$(CONFIG_TEHUTI) += tehuti.o
obj-$(CONFIG_ENIC) += enic/
obj-$(CONFIG_JME) += jme.o

gianfar_driver-objs := gianfar.o \
		gianfar_ethtool.o \

drivers/net/jme.c

0 → 100644
+3019 −0

File added.

Preview size limit exceeded, changes collapsed.

drivers/net/jme.h

0 → 100644
+1199 −0

File added.

Preview size limit exceeded, changes collapsed.