Source-Changes-HG archive

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

[src/trunk]: src/sys Since everyone uses clock_subr.c (or should, if they don...



details:   https://anonhg.NetBSD.org/src/rev/df8d6f64bd55
branches:  trunk
changeset: 549967:df8d6f64bd55
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 27 01:17:37 2003 +0000

description:
Since everyone uses clock_subr.c (or should, if they don't currently),
list it in conf/files instead of in every port's files.*.

diffstat:

 sys/arch/acorn26/conf/files.acorn26           |  3 +--
 sys/arch/algor/conf/files.algor               |  3 +--
 sys/arch/alpha/conf/files.alpha               |  3 +--
 sys/arch/amd64/conf/files.amd64               |  3 +--
 sys/arch/amiga/conf/files.amiga               |  3 +--
 sys/arch/amigappc/conf/files.amigappc         |  3 +--
 sys/arch/arc/conf/files.arc                   |  3 +--
 sys/arch/atari/conf/files.atari               |  3 +--
 sys/arch/cobalt/conf/files.cobalt             |  3 +--
 sys/arch/evbmips/conf/files.evbmips           |  4 +---
 sys/arch/hp300/conf/files.hp300               |  3 +--
 sys/arch/hpcmips/conf/files.hpcmips           |  3 +--
 sys/arch/i386/conf/files.i386                 |  3 +--
 sys/arch/luna68k/conf/files.luna68k           |  3 +--
 sys/arch/mipsco/conf/files.mipsco             |  3 +--
 sys/arch/mvme68k/conf/files.mvme68k           |  3 +--
 sys/arch/mvmeppc/conf/files.mvmeppc           |  3 +--
 sys/arch/news68k/conf/files.news68k           |  3 +--
 sys/arch/newsmips/conf/files.newsmips         |  3 +--
 sys/arch/next68k/conf/files.next68k           |  4 +---
 sys/arch/pc532/conf/files.pc532               |  3 +--
 sys/arch/playstation2/conf/files.playstation2 |  3 +--
 sys/arch/pmax/conf/files.pmax                 |  3 +--
 sys/arch/prep/conf/files.prep                 |  3 +--
 sys/arch/sbmips/conf/files.sbmips             |  3 +--
 sys/arch/sgimips/conf/files.sgimips           |  3 +--
 sys/arch/sh3/conf/files.sh3                   |  3 +--
 sys/arch/sh5/conf/files.sh5                   |  3 +--
 sys/arch/sparc/conf/files.sparc               |  3 +--
 sys/arch/sparc64/conf/files.sparc64           |  3 +--
 sys/arch/sun2/conf/files.sun2                 |  3 +--
 sys/arch/sun3/conf/files.sun3                 |  3 +--
 sys/arch/vax/conf/files.vax                   |  5 +----
 sys/arch/x68k/conf/files.x68k                 |  3 +--
 sys/conf/files                                |  3 ++-
 35 files changed, 36 insertions(+), 73 deletions(-)

diffs (truncated from 601 to 300 lines):

diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/acorn26/conf/files.acorn26
--- a/sys/arch/acorn26/conf/files.acorn26       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/acorn26/conf/files.acorn26       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.acorn26,v 1.4 2003/05/05 22:43:38 bjh21 Exp $
+# $NetBSD: files.acorn26,v 1.5 2003/07/27 01:17:38 thorpej Exp $
 
 # Copyright (c) 1997, 1998, 2000 Ben Harris
 # All rights reserved.
@@ -76,7 +76,6 @@
 device rtc
 attach rtc at iic
 file   arch/acorn26/ioc/rtc.c                  rtc
-file   dev/clock_subr.c                        rtc
 
 # DS2401 Silicon Serial Number
 device ssn
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/algor/conf/files.algor
--- a/sys/arch/algor/conf/files.algor   Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/algor/conf/files.algor   Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.algor,v 1.15 2002/10/26 13:50:20 jdolecek Exp $
+#      $NetBSD: files.algor,v 1.16 2003/07/27 01:17:39 thorpej Exp $
 
 # Algorithmics evaluation board specific configuration info.
 
@@ -36,7 +36,6 @@
 file   arch/algor/algor/autoconf.c
 file   arch/algor/algor/bus_dma.c
 file   arch/algor/algor/clock.c
-file   dev/clock_subr.c
 file   arch/algor/algor/disksubr.c
 file   arch/algor/algor/interrupt.c
 file   arch/algor/algor/led.c
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha   Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/alpha/conf/files.alpha   Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.161 2003/02/05 12:16:42 nakayama Exp $
+# $NetBSD: files.alpha,v 1.162 2003/07/27 01:17:39 thorpej Exp $
 #
 # alpha-specific configuration info
 
@@ -469,7 +469,6 @@
 #
 file   arch/alpha/alpha/autoconf.c
 file   arch/alpha/alpha/clock.c
-file   dev/clock_subr.c
 file   arch/alpha/alpha/cpuconf.c
 file   arch/alpha/alpha/interrupt.c
 file   arch/alpha/alpha/ipifuncs.c             multiprocessor
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64   Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/amd64/conf/files.amd64   Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amd64,v 1.3 2003/05/11 21:39:01 fvdl Exp $
+#      $NetBSD: files.amd64,v 1.4 2003/07/27 01:19:25 thorpej Exp $
 #
 # new style config file for amd64 architecture
 #
@@ -139,7 +139,6 @@
 
 # PC clock
 file   arch/amd64/isa/clock.c                  isa
-file   dev/clock_subr.c                        isa
 
 # attribute used to represent the "keyboard controller"
 # XXX should be a real device
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga   Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/amiga/conf/files.amiga   Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amiga,v 1.130 2003/07/14 15:53:46 aymeric Exp $
+#      $NetBSD: files.amiga,v 1.131 2003/07/27 01:17:40 thorpej Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -69,7 +69,6 @@
 device clock
 attach clock at mainbus
 file   arch/amiga/dev/clock.c
-file   dev/clock_subr.c
 
 # A2000 internal hwc
 device a2kbbc
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc     Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc     Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amigappc,v 1.13 2002/10/30 06:26:42 manu Exp $
+#      $NetBSD: files.amigappc,v 1.14 2003/07/27 01:17:40 thorpej Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -43,7 +43,6 @@
 device clock
 attach clock at mainbus
 file   arch/amiga/dev/clock.c
-file   dev/clock_subr.c
 
 # A2000 internal hwc
 device a2kbbc
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/arc/conf/files.arc
--- a/sys/arch/arc/conf/files.arc       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/arc/conf/files.arc       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.arc,v 1.46 2003/06/14 19:14:52 tsutsui Exp $
+#      $NetBSD: files.arc,v 1.47 2003/07/27 01:17:40 thorpej Exp $
 #      $OpenBSD: files.arc,v 1.21 1999/09/11 10:20:20 niklas Exp $
 #
 # maxpartitions must be first item in files.${ARCH}
@@ -70,7 +70,6 @@
 #file  arch/arc/arc/minidebug.c
 file   arch/arc/arc/timer.c
 file   arch/arc/arc/todclock.c
-file   dev/clock_subr.c
 file   arch/arc/arc/arc_trap.c
 file   arch/arc/arc/bus_space.c
 file   arch/arc/arc/bus_space_sparse.c
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/atari/conf/files.atari
--- a/sys/arch/atari/conf/files.atari   Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/atari/conf/files.atari   Sun Jul 27 01:17:37 2003 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: files.atari,v 1.103 2003/06/28 14:18:30 he Exp $
+#      $NetBSD: files.atari,v 1.104 2003/07/27 01:19:24 thorpej Exp $
 
 maxpartitions 16
 
@@ -28,7 +28,6 @@
 
 device clock
 attach clock at mainbus
-file   dev/clock_subr.c
 file   arch/atari/dev/clock.c
 
 # keyboard
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/cobalt/conf/files.cobalt
--- a/sys/arch/cobalt/conf/files.cobalt Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/cobalt/conf/files.cobalt Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.cobalt,v 1.15 2003/01/20 01:26:14 soren Exp $
+#      $NetBSD: files.cobalt,v 1.16 2003/07/27 01:19:25 thorpej Exp $
 
 maxpartitions 16
 
@@ -32,7 +32,6 @@
 
 file dev/md_root.c                     memory_disk_hooks
 
-file dev/clock_subr.c
 file dev/cons.c
 
 include "dev/i2o/files.i2o"
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/evbmips/conf/files.evbmips
--- a/sys/arch/evbmips/conf/files.evbmips       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/evbmips/conf/files.evbmips       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.evbmips,v 1.3 2002/09/06 13:18:43 gehenna Exp $
+#      $NetBSD: files.evbmips,v 1.4 2003/07/27 01:19:27 thorpej Exp $
 
 # maxpartitions must be the first item in files.${ARCH}
 maxpartitions 16
@@ -16,8 +16,6 @@
 defparam       MEMSIZE
 defparam       ETHADDR
 
-file   dev/clock_subr.c
-
 # Console glue.
 file   dev/cons.c
 
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/hp300/conf/files.hp300
--- a/sys/arch/hp300/conf/files.hp300   Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/hp300/conf/files.hp300   Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hp300,v 1.66 2003/06/28 08:22:02 he Exp $
+#      $NetBSD: files.hp300,v 1.67 2003/07/27 01:19:25 thorpej Exp $
 #
 # hp300-specific configuration info
 
@@ -215,7 +215,6 @@
 file   arch/m68k/m68k/sys_machdep.c
 file   arch/m68k/m68k/vm_machdep.c
 
-file   dev/clock_subr.c
 file   dev/cons.c
 
 #
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcmips,v 1.90 2003/05/01 07:01:58 igy Exp $
+#      $NetBSD: files.hpcmips,v 1.91 2003/07/27 01:19:26 thorpej Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
 maxpartitions 8
@@ -365,7 +365,6 @@
 #      Real-time clock (not optional)
 #
 file   arch/hpcmips/hpcmips/clock.c
-file   dev/clock_subr.c
 
 # Floppy disk controller
 device fdc {drive = -1}
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/i386/conf/files.i386     Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.241 2003/07/07 13:34:08 dsl Exp $
+#      $NetBSD: files.i386,v 1.242 2003/07/27 01:19:26 thorpej Exp $
 #
 # new style config file for i386 architecture
 #
@@ -217,7 +217,6 @@
 
 # PC clock
 file   arch/i386/isa/clock.c           isa
-file   dev/clock_subr.c                isa
 
 # Numeric Processing Extension; Math Co-processor
 device npx
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/luna68k/conf/files.luna68k
--- a/sys/arch/luna68k/conf/files.luna68k       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/luna68k/conf/files.luna68k       Sun Jul 27 01:17:37 2003 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: files.luna68k,v 1.13 2003/06/27 21:43:03 he Exp $
+#      $NetBSD: files.luna68k,v 1.14 2003/07/27 01:19:27 thorpej Exp $
 #
 maxpartitions 8
 maxusers 2 8 64
@@ -21,7 +21,6 @@
 file arch/m68k/m68k/pmap_motorola.c
 file arch/m68k/m68k/sys_machdep.c
 file arch/m68k/m68k/vm_machdep.c
-file dev/clock_subr.c
 file dev/cons.c
 file arch/luna68k/dev/lcd.c
 
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/mipsco/conf/files.mipsco
--- a/sys/arch/mipsco/conf/files.mipsco Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/mipsco/conf/files.mipsco Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mipsco,v 1.10 2002/10/26 13:50:34 jdolecek Exp $
+#      $NetBSD: files.mipsco,v 1.11 2003/07/27 01:19:27 thorpej Exp $
 
 #  MIPS Computer Corp -specific configuration info
 
@@ -59,7 +59,6 @@
 file arch/mipsco/mipsco/bus_space.c
 file arch/mipsco/mipsco/bus_dma.c
 file arch/mipsco/mipsco/prom.c
-file dev/clock_subr.c
 file dev/cons.c
 
 # Memory Disk
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/mvme68k/conf/files.mvme68k
--- a/sys/arch/mvme68k/conf/files.mvme68k       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/mvme68k/conf/files.mvme68k       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mvme68k,v 1.57 2003/06/28 08:26:45 he Exp $
+#      $NetBSD: files.mvme68k,v 1.58 2003/07/27 01:19:28 thorpej Exp $
 
 # config file for mvme68k
 
@@ -103,7 +103,6 @@
 file arch/m68k/m68k/pmap_motorola.c
 file arch/m68k/m68k/sys_machdep.c
 file arch/m68k/m68k/vm_machdep.c
-file dev/clock_subr.c
 file dev/cons.c
 file dev/cninit.c
 
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/mvmeppc/conf/files.mvmeppc
--- a/sys/arch/mvmeppc/conf/files.mvmeppc       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/mvmeppc/conf/files.mvmeppc       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mvmeppc,v 1.7 2003/03/18 16:40:20 matt Exp $
+#      $NetBSD: files.mvmeppc,v 1.8 2003/07/27 01:19:33 thorpej Exp $
 #
 # Motorola's MVMEPPC boards specific configuration info
 #
@@ -24,7 +24,6 @@
 file   arch/powerpc/powerpc/procfs_machdep.c   procfs
 # General files
 file   dev/cons.c
-file   dev/clock_subr.c
 
 #
 # Machine-independent SCSI drivers
diff -r c5e1966cbc09 -r df8d6f64bd55 sys/arch/news68k/conf/files.news68k
--- a/sys/arch/news68k/conf/files.news68k       Sun Jul 27 01:16:10 2003 +0000
+++ b/sys/arch/news68k/conf/files.news68k       Sun Jul 27 01:17:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.news68k,v 1.23 2003/06/24 19:57:05 martin Exp $
+#      $NetBSD: files.news68k,v 1.24 2003/07/27 01:19:28 thorpej Exp $
 
 #      NEWS68K-specific configuration info



Home | Main Index | Thread Index | Old Index