From 63f3491242df8e6bd1b5df7296f28959989e2eaf Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 2 Jan 2004 15:01:32 +0000 Subject: =?UTF-8?q?*=20Patch=20by=20Andr=E9=20Schwarz,=208=20Dec=202003:?= =?UTF-8?q?=20=20=20fixes=20for=20Davicom=20DM9102A=20Ethernet=20Chip=20(#?= =?UTF-8?q?define=20CONFIG=5FTULIP=5FFIX=5FDAVICOM):=20=20=20-=20TX=20and?= =?UTF-8?q?=20RX=20deskriptors=20must=20be=20quad-word=20aligned=20=20=20-?= =?UTF-8?q?=20does=20not=20work=20with=20only=20one=20TX=20deskriptor=20?= =?UTF-8?q?=20=20-=20standard=20reset=20method=20does=20not=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Patch by Masami Komiya, 08 Dec 2003: add RTL8139 ethernet driver * Patches by Ed Okerson, 07 Dec 2003: - fix ethernet for the AU1x00 processors in little-endian mode. - extend memsetup.S for the AU1x00 processors in BE and LE modes --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index 1ee520f..15fb378 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -36,7 +36,7 @@ OBJS = 3c589.o 5701rls.o ali512x.o \ ns16550.o ns8382x.o ns87308.o \ pci.o pci_auto.o pci_indirect.o \ pcnet.o plb2800_eth.o \ - rtl8019.o \ + rtl8019.o rtl8139.o \ s3c24x0_i2c.o sed13806.o serial.o \ serial_max3100.o \ smc91111.o smiLynxEM.o sym53c8xx.o \ -- cgit v1.1