Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64 Remove bsd_openprom.h, which is only for co...



details:   https://anonhg.NetBSD.org/src/rev/33dcebc79eaa
branches:  trunk
changeset: 515838:33dcebc79eaa
user:      eeh <eeh%NetBSD.org@localhost>
date:      Fri Oct 05 21:53:56 2001 +0000

description:
Remove bsd_openprom.h, which is only for compatibility with the sparc port.

diffstat:

 sys/arch/sparc64/dev/pcons.c         |  3 +--
 sys/arch/sparc64/dev/zs.c            |  5 ++---
 sys/arch/sparc64/sparc64/genassym.c  |  3 +--
 sys/arch/sparc64/sparc64/genassym.cf |  4 +---
 4 files changed, 5 insertions(+), 10 deletions(-)

diffs (79 lines):

diff -r c506ac1b7348 -r 33dcebc79eaa sys/arch/sparc64/dev/pcons.c
--- a/sys/arch/sparc64/dev/pcons.c      Fri Oct 05 21:52:43 2001 +0000
+++ b/sys/arch/sparc64/dev/pcons.c      Fri Oct 05 21:53:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcons.c,v 1.7 2001/05/02 10:32:20 scw Exp $    */
+/*     $NetBSD: pcons.c,v 1.8 2001/10/05 21:53:56 eeh Exp $    */
 
 /*-
  * Copyright (c) 2000 Eduardo E. Horvath
@@ -49,7 +49,6 @@
 
 #include <machine/autoconf.h>
 #include <machine/openfirm.h>
-#include <machine/bsd_openprom.h>
 #include <machine/conf.h>
 #include <machine/cpu.h>
 #include <machine/eeprom.h>
diff -r c506ac1b7348 -r 33dcebc79eaa sys/arch/sparc64/dev/zs.c
--- a/sys/arch/sparc64/dev/zs.c Fri Oct 05 21:52:43 2001 +0000
+++ b/sys/arch/sparc64/dev/zs.c Fri Oct 05 21:53:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs.c,v 1.30 2001/09/26 20:53:12 eeh Exp $      */
+/*     $NetBSD: zs.c,v 1.31 2001/10/05 21:53:56 eeh Exp $      */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -61,7 +61,6 @@
 
 #include <machine/autoconf.h>
 #include <machine/openfirm.h>
-#include <machine/bsd_openprom.h>
 #include <machine/conf.h>
 #include <machine/cpu.h>
 #include <machine/eeprom.h>
@@ -321,8 +320,8 @@
                if ((zsc_args.hwflags & ZS_HWFLAG_CONSOLE_OUTPUT) != 0) {
                        zs_conschan_put = zc;
                }
-               /* Childs need to set cn_dev, etc */
 
+               /* Children need to set cn_dev, etc */
                cs->cs_reg_csr  = &zc->zc_csr;
                cs->cs_reg_data = &zc->zc_data;
 
diff -r c506ac1b7348 -r 33dcebc79eaa sys/arch/sparc64/sparc64/genassym.c
--- a/sys/arch/sparc64/sparc64/genassym.c       Fri Oct 05 21:52:43 2001 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.c       Fri Oct 05 21:53:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genassym.c,v 1.20 2001/08/08 00:09:30 eeh Exp $ */
+/*     $NetBSD: genassym.c,v 1.21 2001/10/05 21:53:56 eeh Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -63,7 +63,6 @@
 #include <machine/pmap.h>
 #include <machine/cpu.h>
 
-#include <machine/bsd_openprom.h>
 #include <machine/reg.h>
 
 #ifdef notyet
diff -r c506ac1b7348 -r 33dcebc79eaa sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf      Fri Oct 05 21:52:43 2001 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf      Fri Oct 05 21:53:56 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.23 2001/08/08 00:09:30 eeh Exp $
+#      $NetBSD: genassym.cf,v 1.24 2001/10/05 21:53:56 eeh Exp $
 
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -96,8 +96,6 @@
 include <machine/db_machdep.h>
 include <machine/pmap.h>
 include <machine/cpu.h>
-
-include <machine/bsd_openprom.h>
 include <machine/reg.h>
 
 #include <sparc64/sparc64/cpuvar.h>



Home | Main Index | Thread Index | Old Index