svn commit: r221042 - projects/altix/sys/ia64/include
Marcel Moolenaar
marcel at FreeBSD.org
Mon Apr 25 23:38:53 UTC 2011
Author: marcel
Date: Mon Apr 25 23:38:52 2011
New Revision: 221042
URL: http://svn.freebsd.org/changeset/base/221042
Log:
Add an IVAR for acknowledging/clearing an Shub event. This should
eventually be replaced by having the SHub driver also be a PIC and
have events acknowledged/cleared using EOI handshaking.
Modified:
projects/altix/sys/ia64/include/sgisn.h
Modified: projects/altix/sys/ia64/include/sgisn.h
==============================================================================
--- projects/altix/sys/ia64/include/sgisn.h Mon Apr 25 23:34:21 2011 (r221041)
+++ projects/altix/sys/ia64/include/sgisn.h Mon Apr 25 23:38:52 2011 (r221042)
@@ -50,6 +50,9 @@
#define SHUB_IVAR_PCIBUS 1
#define SHUB_IVAR_PCISEG 2
+#define SHUB_IVAR_EVENT 3
+
+#define SHUB_EVENT_CONSOLE 0x100000
struct sgisn_geoid {
uint32_t sg_module;
More information about the svn-src-projects
mailing list