Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/vme Renumber board type for LE_PAM.



details:   https://anonhg.NetBSD.org/src/rev/2da5f5e4e62b
branches:  trunk
changeset: 753128:2da5f5e4e62b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Mar 16 17:58:57 2010 +0000

description:
Renumber board type for LE_PAM.
We can't use 0x00 if we also use the value as bitmap.

diffstat:

 sys/arch/atari/vme/if_levar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r fae5555d0894 -r 2da5f5e4e62b sys/arch/atari/vme/if_levar.h
--- a/sys/arch/atari/vme/if_levar.h     Tue Mar 16 17:56:41 2010 +0000
+++ b/sys/arch/atari/vme/if_levar.h     Tue Mar 16 17:58:57 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_levar.h,v 1.6 2008/04/28 20:23:15 martin Exp $      */
+/*     $NetBSD: if_levar.h,v 1.7 2010/03/16 17:58:57 tsutsui Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -64,11 +64,11 @@
 /*
  * Board Type:
  */
-#define        LE_PAM          0x00
 #define        LE_OLD_RIEBL    0x01
 #define        LE_NEW_RIEBL    0x02
 #define        LE_BVME410      0x04
 #define        LE_ROTHRON      0x08
+#define        LE_PAM          0x10
 
 /*
  * Determine type of RIEBL card by magic



Home | Main Index | Thread Index | Old Index