From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 08 Jun 2009 23:04:53 -0700 Subject: [U-Boot] Pull request - net Message-ID: <4A2DFB85.8000305@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7: Daniel Mack (1): smc911x: write back the manually set MAC address are available in the git repository at: git://git.denx.de/u-boot-net master Felix Radensky (1): ppc4xx/net: Fix MDIO clock setup Manikandan Pillai (1): SMC911x driver fixed for NFS boot Remy Bohmer (1): Add config option for disabling DM9000-SROM support. Yoshihiro Shimoda (1): rtl8169: fix PCI system memory address board/trizepsiv/eeprom.c | 14 +++++++------- drivers/net/4xx_enet.c | 10 ++++++---- drivers/net/dm9000x.c | 16 ++++++++-------- drivers/net/rtl8169.c | 13 ++++++++----- drivers/net/smc911x.c | 23 ++++++++++++++++++++++- include/configs/at91sam9261ek.h | 1 + include/dm9000.h | 20 ++++++++++++++++++++ 7 files changed, 72 insertions(+), 25 deletions(-) create mode 100644 include/dm9000.h