Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 02:08:57 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r261069 - projects/pmac_pmu/sys/powerpc/powermac
Message-ID:  <201401230208.s0N28val083275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230208.s0N28val083275>