Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc standard nomencature: bp -> bh



details:   https://anonhg.NetBSD.org/src/rev/0c8cedbf640c
branches:  trunk
changeset: 481415:0c8cedbf640c
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Jan 28 15:47:18 2000 +0000

description:
standard nomencature: bp -> bh

diffstat:

 sys/arch/sparc/sparc/auxreg.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e3b1c0c71645 -r 0c8cedbf640c sys/arch/sparc/sparc/auxreg.c
--- a/sys/arch/sparc/sparc/auxreg.c     Fri Jan 28 15:46:20 2000 +0000
+++ b/sys/arch/sparc/sparc/auxreg.c     Fri Jan 28 15:47:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auxreg.c,v 1.25 1999/03/11 06:44:40 fair Exp $ */
+/*     $NetBSD: auxreg.c,v 1.26 2000/01/28 15:47:18 pk Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -129,7 +129,7 @@
        void *aux;
 {
        struct mainbus_attach_args *ma = aux;
-       bus_space_handle_t hp;
+       bus_space_handle_t bh;
 
        if (bus_space_map2(ma->ma_bustag,
                          ma->ma_iospace,
@@ -137,7 +137,7 @@
                          sizeof(long),
                          BUS_SPACE_MAP_LINEAR,
                          AUXREG_VA,
-                         &hp) != 0) {
+                         &bh) != 0) {
                printf("auxregattach_mainbus: can't map register\n");
                return;
        }



Home | Main Index | Thread Index | Old Index