Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/clockport clockport_common does not need its ...



details:   https://anonhg.NetBSD.org/src/rev/3c234a28a1fc
branches:  trunk
changeset: 962030:3c234a28a1fc
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Apr 28 00:35:47 2021 +0000

description:
clockport_common does not need its own interface attribute.
All children are attached to clockportbus.

diffstat:

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

diffs (14 lines):

diff -r d7bd157ed299 -r 3c234a28a1fc sys/arch/amiga/clockport/files.clockport
--- a/sys/arch/amiga/clockport/files.clockport  Tue Apr 27 23:37:01 2021 +0000
+++ b/sys/arch/amiga/clockport/files.clockport  Wed Apr 28 00:35:47 2021 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.clockport,v 1.5 2013/12/22 23:02:38 rkujawa Exp $
+#      $NetBSD: files.clockport,v 1.6 2021/04/28 00:35:47 rin Exp $
 
 define clockportbus {}
 
-define clockport_common {}
+define clockport_common
 file   arch/amiga/clockport/clockport_common.c clockport_common
 
 # Generic clockport (can be attached on top of Zorro boards)



Home | Main Index | Thread Index | Old Index