Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Remove unnecessary interface attributes...



details:   https://anonhg.NetBSD.org/src/rev/bb406fe835ac
branches:  trunk
changeset: 1020997:bb406fe835ac
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat May 01 15:12:25 2021 +0000

description:
Remove unnecessary interface attributes from "smu".

diffstat:

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

diffs (19 lines):

diff -r f36fc8f76f1c -r bb406fe835ac sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Sat May 01 15:08:14 2021 +0000
+++ b/sys/arch/macppc/conf/files.macppc Sat May 01 15:12:25 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.116 2021/04/24 23:36:41 thorpej Exp $
+#      $NetBSD: files.macppc,v 1.117 2021/05/01 15:12:25 thorpej Exp $
 #
 # macppc-specific configuration info
 
@@ -175,8 +175,7 @@
 attach zstty at zsc
 file dev/ic/z8530tty.c                         zstty needs-flag
 
-define smu {}
-device smu: smu, obio
+device smu { }
 attach smu at mainbus
 file arch/macppc/dev/smu.c                     smu needs-flag
 defflag        opt_smu.h       SMU_DEBUG



Home | Main Index | Thread Index | Old Index