Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/sandpoint/conf eumb does not need to carry...



details:   https://anonhg.NetBSD.org/src/rev/ea677d427230
branches:  thorpej-cfargs
changeset: 953831:ea677d427230
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 21 16:32:00 2021 +0000

description:
eumb does not need to carry the "mainbus" interface attribute.

diffstat:

 sys/arch/sandpoint/conf/files.sandpoint |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 25f463ae80e4 -r ea677d427230 sys/arch/sandpoint/conf/files.sandpoint
--- a/sys/arch/sandpoint/conf/files.sandpoint   Sat Mar 20 23:50:16 2021 +0000
+++ b/sys/arch/sandpoint/conf/files.sandpoint   Sun Mar 21 16:32:00 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sandpoint,v 1.31 2012/01/14 19:39:25 phx Exp $
+#      $NetBSD: files.sandpoint,v 1.31.62.1 2021/03/21 16:32:00 thorpej Exp $
 #
 # Motorola's "SandPoint" evaluation board and multiplied descendents.
 #
@@ -52,7 +52,7 @@
 attach nhpow at mainbus
 file   arch/sandpoint/sandpoint/nhpow.c        nhpow
 
-device eumb { [ unit = -1 ] }: mainbus
+device eumb { [ unit = -1 ] }
 attach eumb at mainbus
 file   arch/sandpoint/sandpoint/eumb.c         eumb
 



Home | Main Index | Thread Index | Old Index