Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf files.ofw is now mandatory, so use its...



details:   https://anonhg.NetBSD.org/src/rev/682b96dda344
branches:  trunk
changeset: 358266:682b96dda344
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Tue Dec 19 14:34:08 2017 +0000

description:
files.ofw is now mandatory, so use its dependency.

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 5eafb101e7aa -r 682b96dda344 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Tue Dec 19 09:15:23 2017 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Tue Dec 19 14:34:08 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.153 2017/07/06 11:09:00 martin Exp $
+#      $NetBSD: files.sparc64,v 1.154 2017/12/19 14:34:08 nakayama Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -11,7 +11,7 @@
 defflag        opt_sparc_arch.h        SUN4U SUN4V
 
 define mainbus {}
-device mainbus: mainbus
+device mainbus: mainbus, ofw_subr
 attach mainbus at root
 
 define upa {}
@@ -314,9 +314,6 @@
 
 include "arch/sparc64/conf/majors.sparc64"
 
-# OpenFirmware convenience stuff
-file  dev/ofw/ofw_subr.c
-
 # Virtual rtc
 device vrtc
 attach vrtc at vbus



Home | Main Index | Thread Index | Old Index