]> git.ipfire.org Git - people/ms/u-boot.git/commit
* Patch by André Schwarz, 8 Dec 2003:
authorwdenk <wdenk>
Fri, 2 Jan 2004 15:01:32 +0000 (15:01 +0000)
committerwdenk <wdenk>
Fri, 2 Jan 2004 15:01:32 +0000 (15:01 +0000)
commit63f3491242df8e6bd1b5df7296f28959989e2eaf
tree7af4bc5c75cdc9ee45cc4c7c6e144a79845b6ae6
parentd4ca31c40e8888b36635967522ec7ea03fd7e70b
* Patch by AndrĂ© Schwarz, 8 Dec 2003:
  fixes for Davicom DM9102A Ethernet Chip (#define CONFIG_TULIP_FIX_DAVICOM):
  - TX and RX deskriptors must be quad-word aligned
  - does not work with only one TX deskriptor
  - standard reset method does not work

* 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
CHANGELOG
board/dbau1x00/memsetup.S
cpu/mips/au1x00_eth.c
drivers/Makefile
drivers/dc2114x.c
drivers/rtl8139.c [new file with mode: 0644]
net/eth.c