Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/include Prefix the register names with `%'.



details:   https://anonhg.NetBSD.org/src/rev/498337a9742f
branches:  trunk
changeset: 500064:498337a9742f
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Dec 04 18:40:05 2000 +0000

description:
Prefix the register names with `%'.

diffstat:

 sys/arch/mvme68k/include/prom.h |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (36 lines):

diff -r 6f148f983d23 -r 498337a9742f sys/arch/mvme68k/include/prom.h
--- a/sys/arch/mvme68k/include/prom.h   Mon Dec 04 18:35:16 2000 +0000
+++ b/sys/arch/mvme68k/include/prom.h   Mon Dec 04 18:40:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: prom.h,v 1.7 2000/11/30 21:18:07 scw Exp $     */
+/*     $NetBSD: prom.h,v 1.8 2000/12/04 18:40:05 scw Exp $     */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
@@ -176,16 +176,16 @@
        MVMEPROM_GETRES(ret); \
        return (!(ret & 0x4));          /* return a 'status' */
 
-#define MVMEPROM_REG_DEVLUN    "d0"
-#define MVMEPROM_REG_CTRLLUN   "d1"
-#define MVMEPROM_REG_FLAGS     "d4"
-#define MVMEPROM_REG_CTRLADDR  "a0"
-#define MVMEPROM_REG_ENTRY     "a1"
-#define MVMEPROM_REG_CONFBLK   "a2"
-#define MVMEPROM_REG_NBARGSTART        "a3"
-#define MVMEPROM_REG_NBARGEND  "a4"
-#define MVMEPROM_REG_ARGSTART  "a5"
-#define MVMEPROM_REG_ARGEND    "fp"
+#define MVMEPROM_REG_DEVLUN    "%d0"
+#define MVMEPROM_REG_CTRLLUN   "%d1"
+#define MVMEPROM_REG_FLAGS     "%d4"
+#define MVMEPROM_REG_CTRLADDR  "%a0"
+#define MVMEPROM_REG_ENTRY     "%a1"
+#define MVMEPROM_REG_CONFBLK   "%a2"
+#define MVMEPROM_REG_NBARGSTART        "%a3"
+#define MVMEPROM_REG_NBARGEND  "%a4"
+#define MVMEPROM_REG_ARGSTART  "%a5"
+#define MVMEPROM_REG_ARGEND    "%a6"
 
 #ifndef RB_NOSYM
 #define RB_NOSYM 0x400



Home | Main Index | Thread Index | Old Index