Source-Changes-HG archive

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

[src/trunk]: src/sys/arch regen for clockctl



details:   https://anonhg.NetBSD.org/src/rev/723d222b135d
branches:  trunk
changeset: 532869:723d222b135d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jun 17 05:25:18 2002 +0000

description:
regen for clockctl

diffstat:

 sys/arch/amiga/conf/AMIGA        |   7 ++++---
 sys/arch/amiga/conf/DRACO        |   7 ++++---
 sys/arch/amiga/conf/INSTALL      |   7 ++++---
 sys/arch/amiga/conf/WSCONS       |   7 ++++---
 sys/arch/atari/conf/ATARITT      |   5 +++--
 sys/arch/atari/conf/BOOT         |   4 ++--
 sys/arch/atari/conf/BOOTX        |   4 ++--
 sys/arch/atari/conf/FALCON       |   5 +++--
 sys/arch/atari/conf/HADES        |   5 +++--
 sys/arch/atari/conf/MILAN-ISAIDE |  11 ++++++-----
 sys/arch/atari/conf/MILAN-PCIIDE |  11 ++++++-----
 11 files changed, 41 insertions(+), 32 deletions(-)

diffs (truncated from 348 to 300 lines):

diff -r e90cfc6ab718 -r 723d222b135d sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/amiga/conf/AMIGA Mon Jun 17 05:25:18 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: AMIGA,v 1.51 2002/05/30 19:45:49 thorpej Exp $
+# $NetBSD: AMIGA,v 1.52 2002/06/17 05:27:59 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $
+# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
 
 #GENERIC machine description file
 
@@ -26,7 +26,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.51 $"
+#ident                 "GENERIC-$Revision: 1.52 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -422,6 +422,7 @@
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
+pseudo-device  clockctl                # user control of clock subsystem
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/amiga/conf/DRACO Mon Jun 17 05:25:18 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.67 2002/05/30 19:45:49 thorpej Exp $
+# $NetBSD: DRACO,v 1.68 2002/06/17 05:28:00 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $
+# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
 
 #GENERIC machine description file
 
@@ -26,7 +26,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.67 $"
+#ident                 "GENERIC-$Revision: 1.68 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -283,6 +283,7 @@
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
+pseudo-device  clockctl                # user control of clock subsystem
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Mon Jun 17 05:25:18 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.29 2002/05/30 19:45:49 thorpej Exp $
+# $NetBSD: INSTALL,v 1.30 2002/06/17 05:28:00 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $
+# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
 
 #GENERIC machine description file
 
@@ -26,7 +26,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.29 $"
+#ident                 "GENERIC-$Revision: 1.30 $"
 
 makeoptions    COPTS="-Os"
 
@@ -370,6 +370,7 @@
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty 2                   # pseudo-terminals
+pseudo-device  clockctl                # user control of clock subsystem
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Mon Jun 17 05:25:18 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: WSCONS,v 1.5 2002/05/30 19:45:49 thorpej Exp $
+# $NetBSD: WSCONS,v 1.6 2002/06/17 05:28:00 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $
+# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
 
 #GENERIC machine description file
 
@@ -26,7 +26,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.5 $"
+#ident                 "GENERIC-$Revision: 1.6 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -429,6 +429,7 @@
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
+pseudo-device  clockctl                # user control of clock subsystem
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/ATARITT       Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: ATARITT,v 1.47 2002/04/25 15:06:24 atatat Exp $
+# $NetBSD: ATARITT,v 1.48 2002/06/17 05:25:18 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-#              NetBSD: GENERIC.in,v 1.18 2002/04/16 22:42:55 bjh21 Exp $
+#              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
 
 #This configuration file is for a GENERIC ATARI-TT
 
@@ -194,6 +194,7 @@
 #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  ipfilter                # IP filtering device
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 
 #Hardware options for GENERIC are in the various machine type specific files
 
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT  Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/BOOT  Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: BOOT,v 1.46 2002/04/25 15:06:24 atatat Exp $
+# $NetBSD: BOOT,v 1.47 2002/06/17 05:25:18 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
-#              NetBSD: GENERIC.in,v 1.18 2002/04/16 22:42:55 bjh21 Exp $
+#              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
 
 #This configuration file is for a generic ATARI-Falcon
 
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/BOOTX
--- a/sys/arch/atari/conf/BOOTX Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/BOOTX Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: BOOTX,v 1.40 2002/04/25 15:06:24 atatat Exp $
+# $NetBSD: BOOTX,v 1.41 2002/06/17 05:25:18 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
-#              NetBSD: GENERIC.in,v 1.18 2002/04/16 22:42:55 bjh21 Exp $
+#              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
 
 #This configuration file is for a generic ATARI-Falcon
 
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/FALCON        Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: FALCON,v 1.47 2002/04/25 15:06:24 atatat Exp $
+# $NetBSD: FALCON,v 1.48 2002/06/17 05:25:18 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
-#              NetBSD: GENERIC.in,v 1.18 2002/04/16 22:42:55 bjh21 Exp $
+#              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
 
 #This configuration file is for a generic ATARI-Falcon
 
@@ -195,6 +195,7 @@
 #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  ipfilter                # IP filtering device
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 
 #Hardware options for GENERIC are in the various machine type specific files
 
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/HADES Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.38 2002/05/23 06:32:42 leo Exp $
+# $NetBSD: HADES,v 1.39 2002/06/17 05:25:18 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-#              NetBSD: GENERIC.in,v 1.20 2002/05/23 06:30:32 leo Exp $
+#              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
 
 #This configuration file is for a generic Medusa-Hades
 
@@ -197,6 +197,7 @@
 #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  ipfilter                # IP filtering device
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 
 #MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.14 2002/06/15 21:45:36 leo Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.15 2002/06/17 05:25:18 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.10 2002/06/15 21:44:07 leo Exp $
-#              NetBSD: GENERIC.in,v 1.20 2002/05/23 06:30:32 leo Exp $
+#              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
 
 #This configuration file is for a generic Milan
 
@@ -89,7 +89,7 @@
 options        SOFTDEP         # FFS soft updates support.
 options        NFSSERVER       # Network File System server side code
 #options       EXT2FS_SYSTEM_FLAGS     # makes ext2fs file flags (append and
-                               # immutable) behave as system flags.
+                               #immutable) behave as system flags.
 
 #Misc. debugging options
 
@@ -194,6 +194,7 @@
 #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  ipfilter                # IP filtering device
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 
 #MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
@@ -260,7 +261,7 @@
 #a little endian (ISA) bus, in PIO mode this is essentially the same as
 #swapping the bytelanes. The fun starts when you use the PCIIDE DMA mode
 #provided by the PCI_ISA bridge on the Milan. CDROM's are OK, but the data
-#on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
+# on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
 #developers have thought up a solution, you can make a byteswapped disk
 #during the partioning with HDDRIVER and TOS supports booting from it!
 #Ok, now you have to choose:
@@ -277,7 +278,7 @@
 
 #The Milan uses wscons
 #XXX without the __HAVE_NWSCONS option, the keyboard won't work...
-
+#
 options        __HAVE_NWSCONS
 vga0           at pci? dev ? function ?        # a PCI VGA card
 wsdisplay*     at vga? console ?               # as a wscons console
diff -r e90cfc6ab718 -r 723d222b135d sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Mon Jun 17 05:14:02 2002 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Mon Jun 17 05:25:18 2002 +0000
@@ -1,12 +1,12 @@
 #



Home | Main Index | Thread Index | Old Index