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/sparc/dev Pull up revision 1.4 (requested by m...



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

description:
Pull up revision 1.4 (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/sparc/dev/cgfourteenvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b90494c31090 -r ccf42ad9bfed sys/arch/sparc/dev/cgfourteenvar.h
--- a/sys/arch/sparc/dev/cgfourteenvar.h        Fri Nov 22 17:37:26 2002 +0000
+++ b/sys/arch/sparc/dev/cgfourteenvar.h        Fri Nov 22 17:37:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cgfourteenvar.h,v 1.3 1998/07/29 18:36:08 pk Exp $ */
+/*     $NetBSD: cgfourteenvar.h,v 1.3.42.1 2002/11/22 17:37:36 tron Exp $ */
 
 /*
  * Copyright (c) 1996 
@@ -69,7 +69,7 @@
        struct device   sc_dev;         /* base device */
        struct fbdevice sc_fb;          /* frame buffer device */
        bus_space_tag_t sc_bustag;
-       struct sbus_reg sc_physadr[2];  /* phys addrs of h/w */
+       struct openprom_addr sc_physadr[2]; /* phys addrs of h/w */
 #define CG14_CTL_IDX   0
 #define CG14_PXL_IDX   1
 



Home | Main Index | Thread Index | Old Index