svn commit: r245217 - projects/altix2/sys/ia64/sgisn

Marcel Moolenaar marcel at FreeBSD.org
Wed Jan 9 05:44:56 UTC 2013


Author: marcel
Date: Wed Jan  9 05:44:55 2013
New Revision: 245217
URL: http://svnweb.freebsd.org/changeset/base/245217

Log:
  Add definitions for the Address Translation Entry (ATE) registers.

Modified:
  projects/altix2/sys/ia64/sgisn/sgisn_pcib.h

Modified: projects/altix2/sys/ia64/sgisn/sgisn_pcib.h
==============================================================================
--- projects/altix2/sys/ia64/sgisn/sgisn_pcib.h	Wed Jan  9 05:16:03 2013	(r245216)
+++ projects/altix2/sys/ia64/sgisn/sgisn_pcib.h	Wed Jan  9 05:44:55 2013	(r245217)
@@ -73,6 +73,9 @@
 #define	PIC_REG_WR_REQ(x)	(0x00240 + (x << 3))
 #define	PIC_REG_RRB_MAP(x)	(0x00280 + (x << 3))
 
+#define	PIC_REG_ATE(x)		(0x10000 + (x << 3))
+#define	PIC_REG_ATE_SIZE	1024
+
 struct sgisn_fwpcib {
 	struct sgisn_fwbus	fw_common;
 	uint32_t		fw_modid;


More information about the svn-src-projects mailing list