Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc64/dev Pull up revision 1.11 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/b90494c31090
branches:  netbsd-1-6
changeset: 529449:b90494c31090
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Nov 22 17:37:26 2002 +0000

description:
Pull up revision 1.11 (requested by martin in ticket #948):
Use the structures defined in bsd_openprom.h for "reg", "range",
and "intr" properties, rather than having identical-except-for-names
sbus_* and iommu_* versions.

diffstat:

 sys/arch/sparc64/dev/sbusvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15843cd0b977 -r b90494c31090 sys/arch/sparc64/dev/sbusvar.h
--- a/sys/arch/sparc64/dev/sbusvar.h    Fri Nov 22 17:37:14 2002 +0000
+++ b/sys/arch/sparc64/dev/sbusvar.h    Fri Nov 22 17:37:26 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sbusvar.h,v 1.9.6.1 2002/06/21 06:26:55 lukem Exp $ */
+/*     $NetBSD: sbusvar.h,v 1.9.6.2 2002/11/22 17:37:26 tron Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -112,7 +112,7 @@
        bus_dma_tag_t           sc_dmatag;
        int                     sc_clockfreq;   /* clock frequency (in Hz) */
        struct sbusdev          *sc_sbdev;      /* list of all children */
-       struct sbus_range       *sc_range;
+       struct openprom_range   *sc_range;
        int                     sc_nrange;
        int                     sc_burst;       /* burst transfer sizes supported */
        int                     *sc_intr2ipl;   /* Interrupt level translation */



Home | Main Index | Thread Index | Old Index