Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Forgot to mention two reserved bits.



details:   https://anonhg.NetBSD.org/src/rev/46a3e2bce4ec
branches:  trunk
changeset: 522144:46a3e2bce4ec
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Feb 11 19:01:28 2002 +0000

description:
Forgot to mention two reserved bits.

diffstat:

 sys/dev/ic/mpc105reg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7f06ffab4f75 -r 46a3e2bce4ec sys/dev/ic/mpc105reg.h
--- a/sys/dev/ic/mpc105reg.h    Mon Feb 11 19:00:07 2002 +0000
+++ b/sys/dev/ic/mpc105reg.h    Mon Feb 11 19:01:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mpc105reg.h,v 1.1 2001/12/10 12:09:33 kleink Exp $     */
+/*     $NetBSD: mpc105reg.h,v 1.2 2002/02/11 19:01:28 kleink Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -75,11 +75,13 @@
 #define         MPC105_PICR1_PROC_TYPE_604     0x00060000
 #define         MPC105_PICR1_XATS       0x00010000     /* Address map 0:B, 1:A */
 #define         MPC105_PICR1_MP_ID      0x00008000     /* Multiprocessor identifier */
+#define         MPC105_PICR1_RSVD0      0x00004000
 #define         MPC105_PICR1_LBA_EN     0x00002000     /* Local bus slave enable */
 #define         MPC105_PICR1_FLASHWR_EN 0x00001000     /* Flash writes enable */
 #define         MPC105_PICR1_MCP_EN     0x00000800     /* Machine check enable */
 #define         MPC105_PICR1_TEA_EN     0x00000400     /* Transfer error enable */
 #define         MPC105_PICR1_DPARK      0x00000200     /* Data bus park */
+#define         MPC105_PICR1_RSVD1      0x00000100
 #define         MPC105_PICR1_NO_PORT_REGS 0x00000080   /* Implement ext. conf regs */
 #define         MPC105_PICR1_ST_GATH_EN 0x00000040     /* Store gathering enable */
 #define         MPC105_PICR1_LE_MODE    0x00000020     /* 0:Big, 1:Little endian */



Home | Main Index | Thread Index | Old Index