Module Name:    src
Committed By:   cliff
Date:           Sat May  1 17:41:49 UTC 2010

Modified Files:
        src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlreg.h

Log Message:
correct offset for RMIXL_FMN_BS_SGMII_FCB1


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/mips/rmi/rmixlreg.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/rmi/rmixlreg.h
diff -u src/sys/arch/mips/rmi/rmixlreg.h:1.1.2.11 src/sys/arch/mips/rmi/rmixlreg.h:1.1.2.12
--- src/sys/arch/mips/rmi/rmixlreg.h:1.1.2.11	Wed Apr  7 19:23:50 2010
+++ src/sys/arch/mips/rmi/rmixlreg.h	Sat May  1 17:41:49 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixlreg.h,v 1.1.2.11 2010/04/07 19:23:50 cliff Exp $	*/
+/*	$NetBSD: rmixlreg.h,v 1.1.2.12 2010/05/01 17:41:49 cliff Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -932,7 +932,7 @@
 #define RMIXL_FMN_BS_SGMII_TX2		_RMIXL_OFFSET(0x324)
 #define RMIXL_FMN_BS_SGMII_TX3		_RMIXL_OFFSET(0x325)
 #define RMIXL_FMN_BS_SGMII_UNUSED1	_RMIXL_OFFSET(0x326)	/* initialize as 0 */
-#define RMIXL_FMN_BS_SGMII_FCB1		_RMIXL_OFFSET(0x321)	/* Free Credit Bucket1 size */
+#define RMIXL_FMN_BS_SGMII_FCB1		_RMIXL_OFFSET(0x327)	/* Free Credit Bucket1 size */
 
 /*
  * SAE bucket size regs

Reply via email to