svn commit: r256173 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Wed Oct 9 00:27:34 UTC 2013


Author: adrian
Date: Wed Oct  9 00:27:33 2013
New Revision: 256173
URL: http://svnweb.freebsd.org/changeset/base/256173

Log:
  Mark AR934x based boards to be mips74k.
  
  Reviewed by:	imp@
  Approved by:	re@ (gjb)

Modified:
  head/sys/mips/conf/AR934X_BASE

Modified: head/sys/mips/conf/AR934X_BASE
==============================================================================
--- head/sys/mips/conf/AR934X_BASE	Wed Oct  9 00:27:12 2013	(r256172)
+++ head/sys/mips/conf/AR934X_BASE	Wed Oct  9 00:27:33 2013	(r256173)
@@ -12,7 +12,7 @@
 
 machine         mips mips
 ident		AR934X_BASE
-cpu		CPU_MIPS4KC
+cpu		CPU_MIPS74KC
 makeoptions	KERNLOADADDR=0x80050000
 options		HZ=1000
 


More information about the svn-src-all mailing list