Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/isa Re-uppercase x86_bus_space_io.



details:   https://anonhg.NetBSD.org/src/rev/382ed79f7f1d
branches:  trunk
changeset: 754115:382ed79f7f1d
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Apr 20 22:37:25 2010 +0000

description:
Re-uppercase x86_bus_space_io.

diffstat:

 sys/arch/i386/isa/isapnp_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8fbca26f47b6 -r 382ed79f7f1d sys/arch/i386/isa/isapnp_machdep.c
--- a/sys/arch/i386/isa/isapnp_machdep.c        Tue Apr 20 21:25:25 2010 +0000
+++ b/sys/arch/i386/isa/isapnp_machdep.c        Tue Apr 20 22:37:25 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isapnp_machdep.c,v 1.14 2010/04/19 18:24:26 dyoung Exp $       */
+/*     $NetBSD: isapnp_machdep.c,v 1.15 2010/04/20 22:37:25 dyoung Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.14 2010/04/19 18:24:26 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isapnp_machdep.c,v 1.15 2010/04/20 22:37:25 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -67,7 +67,7 @@
 {
 
 #ifdef DIAGNOSTIC
-       if (!bus_space_is_equal(sc->sc_iot, x86_bus_space_io))
+       if (!bus_space_is_equal(sc->sc_iot, X86_BUS_SPACE_IO))
                panic("isapnp_map: bogus bus space tag");
 #endif
 
@@ -100,7 +100,7 @@
 #endif
 
 #ifdef DIAGNOSTIC
-       if (!bus_space_is_equal(sc->sc_iot, x86_bus_space_io))
+       if (!bus_space_is_equal(sc->sc_iot, X86_BUS_SPACE_IO))
                panic("isapnp_map_readport: bogus bus space tag");
 #endif
 



Home | Main Index | Thread Index | Old Index