svn commit: r261069 - projects/pmac_pmu/sys/powerpc/powermac

Justin Hibbits jhibbits at FreeBSD.org
Thu Jan 23 02:08:58 UTC 2014


Author: jhibbits
Date: Thu Jan 23 02:08:57 2014
New Revision: 261069
URL: http://svnweb.freebsd.org/changeset/base/261069

Log:
  Add some IER/IFR #defines for the PMU VIA.

Modified:
  projects/pmac_pmu/sys/powerpc/powermac/viareg.h

Modified: projects/pmac_pmu/sys/powerpc/powermac/viareg.h
==============================================================================
--- projects/pmac_pmu/sys/powerpc/powermac/viareg.h	Thu Jan 23 01:09:33 2014	(r261068)
+++ projects/pmac_pmu/sys/powerpc/powermac/viareg.h	Thu Jan 23 02:08:57 2014	(r261069)
@@ -47,6 +47,10 @@
 #define vPB4		0x10
 #define vPB5		0x20
 #define vSR_INT		0x04
+#define vCB2_INT	0x08
+#define vCB1_INT	0x10
 #define vSR_OUT		0x10
+#define vIER_SET	0x80
+#define vIER_CLR	0x00
 
 #endif /* _POWERPC_VIAREG_H_ */


More information about the svn-src-projects mailing list