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 }
 };
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to