LIB = $(obj)libdrivers.a-COBJS = 3c589.o 5701rls.o ali512x.o atmel_usart.o \+COBJS = 3c589.o 5701rls.o adm51xx_switch.o ali512x.o atmel_usart.o \
bcm570x.o bcm570x_autoneg.o cfb_console.o cfi_flash.o \
cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o \
e1000.o eepro100.o \diff --git a/drivers/adm51xx_switch.c b/drivers/adm51xx_switch.cnew file mode 100755index 0000000..dfdf17f--- /dev/null+++ b/drivers/adm51xx_switch.c@@ -0,0 +1,592 @@+/*+ * adm51xx_eth.c -- Ethernet driver for ADM5120, ADM5106 (untested)+ *
and possibly more SoCs+ *+ * Copyright (c) 2006 SATO Masuhiro thomas@fenix.ne.jp>+ *+ * See file CREDITS for list of people who contributed to this+ * project.+ *+ * This program is free software; you can redistribute it and/or+ * modify it under the ter...
>> 阅读全文