svn commit: r287586 - head/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Wed Sep 9 03:15:26 UTC 2015


Author: jhibbits
Date: Wed Sep  9 03:15:25 2015
New Revision: 287586
URL: https://svnweb.freebsd.org/changeset/base/287586

Log:
  Add PVR identifier for E6500, from the reference.

Modified:
  head/sys/powerpc/include/spr.h

Modified: head/sys/powerpc/include/spr.h
==============================================================================
--- head/sys/powerpc/include/spr.h	Wed Sep  9 03:05:13 2015	(r287585)
+++ head/sys/powerpc/include/spr.h	Wed Sep  9 03:15:25 2015	(r287586)
@@ -190,6 +190,7 @@
 #define	  FSL_E500v2		  0x8021
 #define	  FSL_E500mc		  0x8023
 #define	  FSL_E5500		  0x8024
+#define	  FSL_E6500		  0x8040
 
 #define	SPR_IBAT0U		0x210	/* .68 Instruction BAT Reg 0 Upper */
 #define	SPR_IBAT0U		0x210	/* .6. Instruction BAT Reg 0 Upper */


More information about the svn-src-head mailing list