svn commit: r248944 - head/sys/arm/at91
Ian Lepore
ian at FreeBSD.org
Sun Mar 31 12:51:57 UTC 2013
Author: ian
Date: Sun Mar 31 12:51:56 2013
New Revision: 248944
URL: http://svnweb.freebsd.org/changeset/base/248944
Log:
Fix a typo in the CF device driver name that prevented instantiation.
Modified:
head/sys/arm/at91/at91rm9200.c
Modified: head/sys/arm/at91/at91rm9200.c
==============================================================================
--- head/sys/arm/at91/at91rm9200.c Sun Mar 31 10:20:29 2013 (r248943)
+++ head/sys/arm/at91/at91rm9200.c Sun Mar 31 12:51:56 2013 (r248944)
@@ -125,7 +125,7 @@ static const struct cpu_devs at91_devs[]
DEVICE("at91_tc", TC0, 0),
DEVICE("at91_tc", TC1, 1),
DEVICE("ohci", OHCI, 0),
- DEVICE("af91_cfata", CF, 0),
+ DEVICE("at91_cfata", CF, 0),
{ 0, 0, 0, 0, 0 }
};
More information about the svn-src-head
mailing list