PERFORCE change 89080 for review
Warner Losh
imp at FreeBSD.org
Tue Jan 3 00:15:00 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=89080
Change 89080 by imp at imp_hammer on 2006/01/03 08:14:00
Commit boilerplate for new Atmel EMAC driver. ate because
EMAC is too generic (ppc has something called EMAC with different
api) and ATEMC is too long imho.
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/files.at91rm92#4 edit
.. //depot/projects/arm/src/sys/arm/at91/if_ate.c#1 add
.. //depot/projects/arm/src/sys/arm/conf/KB920X#10 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/files.at91rm92#4 (text+ko) ====
@@ -6,3 +6,4 @@
arm/at91/uart_bus_at91usart.c optional uart
arm/at91/uart_cpu_at91rm9200usart.c optional uart
arm/at91/uart_dev_at91usart.c optional uart
+arm/at91/if_ate.c optional ate
==== //depot/projects/arm/src/sys/arm/conf/KB920X#10 (text+ko) ====
@@ -68,6 +68,7 @@
device ether
device nexus
device uart
+device ate
# Debugging for use in -current
#options INVARIANTS #Enable calls of extra sanity checking
More information about the p4-projects
mailing list