Module Name:    src
Committed By:   matt
Date:           Sat Jun  6 20:15:35 UTC 2015

Modified Files:
        src/sys/arch/mips/cavium/dev: octeon_ciureg.h

Log Message:
Add CIU_BASE


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/cavium/dev/octeon_ciureg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/cavium/dev/octeon_ciureg.h
diff -u src/sys/arch/mips/cavium/dev/octeon_ciureg.h:1.3 src/sys/arch/mips/cavium/dev/octeon_ciureg.h:1.4
--- src/sys/arch/mips/cavium/dev/octeon_ciureg.h:1.3	Sat Jun  6 04:33:45 2015
+++ src/sys/arch/mips/cavium/dev/octeon_ciureg.h	Sat Jun  6 20:15:35 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: octeon_ciureg.h,v 1.3 2015/06/06 04:33:45 matt Exp $	*/
+/*	$NetBSD: octeon_ciureg.h,v 1.4 2015/06/06 20:15:35 matt Exp $	*/
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -81,6 +81,8 @@
 #define	CIU_INT4_EN10				UINT64_C(0x0001070000000c90)
 #define	CIU_INT4_EN11				UINT64_C(0x0001070000000c98)
 
+#define	CIU_BASE				UINT64_C(0x0001070000000000)
+
 #define	CIU_INT0_SUM0_OFFSET			0x0000
 #define	CIU_INT1_SUM0_OFFSET			0x0008
 #define	CIU_INT2_SUM0_OFFSET			0x0010

Reply via email to