Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Regen.



details:   https://anonhg.NetBSD.org/src/rev/0444c5a2809f
branches:  trunk
changeset: 455782:0444c5a2809f
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Apr 13 08:26:14 2019 +0000

description:
Regen.
> Add drvctl to kernel which has audio device.
> audiocfg(1) requires drvctl(4).

diffstat:

 sys/arch/amiga/conf/DRACO        |  7 ++++---
 sys/arch/amiga/conf/GENERIC      |  7 ++++---
 sys/arch/atari/conf/ATARITT      |  5 +++--
 sys/arch/atari/conf/FALCON       |  5 +++--
 sys/arch/atari/conf/HADES        |  5 +++--
 sys/arch/atari/conf/MILAN-ISAIDE |  5 +++--
 sys/arch/atari/conf/MILAN-PCIIDE |  5 +++--
 7 files changed, 23 insertions(+), 16 deletions(-)

diffs (192 lines):

diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/amiga/conf/DRACO Sat Apr 13 08:26:14 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.188 2018/12/19 13:57:45 maxv Exp $
+# $NetBSD: DRACO,v 1.189 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.135 2017/09/13 22:24:42 sevan Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.141 2019/04/13 08:22:58 isaki Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.188 $"
+#ident                 "GENERIC-$Revision: 1.189 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -321,6 +321,7 @@
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of drive subsystem
 
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
 #pseudo-device wsmux                   # mouse & keyboard multiplexor
diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sat Apr 13 08:26:14 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.322 2018/12/19 13:57:45 maxv Exp $
+# $NetBSD: GENERIC,v 1.323 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.135 2017/09/13 22:24:42 sevan Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.141 2019/04/13 08:22:58 isaki Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.322 $"
+#ident                 "GENERIC-$Revision: 1.323 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -567,6 +567,7 @@
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of drive subsystem
 
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
 #pseudo-device wsmux                   # mouse & keyboard multiplexor
diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/atari/conf/ATARITT       Sat Apr 13 08:26:14 2019 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: ATARITT,v 1.119 2018/03/31 04:17:27 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.120 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $
+#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -64,6 +64,7 @@
 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device clockctl # user control of clock subsystem
+pseudo-device drvctl # user control of drive subsystem
 pseudo-device ksyms # /dev/ksyms
 pseudo-device view 4 # View (graphics mapping)
 pseudo-device mouse 1 # mouse
diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/atari/conf/FALCON        Sat Apr 13 08:26:14 2019 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: FALCON,v 1.116 2018/03/31 04:17:27 tsutsui Exp $
+# $NetBSD: FALCON,v 1.117 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $
+#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -69,6 +69,7 @@
 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device clockctl # user control of clock subsystem
+pseudo-device drvctl # user control of drive subsystem
 pseudo-device ksyms # /dev/ksyms
 pseudo-device view 4 # View (graphics mapping)
 pseudo-device mouse 1 # mouse
diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/atari/conf/HADES Sat Apr 13 08:26:14 2019 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.114 2018/03/31 04:23:33 tsutsui Exp $
+# $NetBSD: HADES,v 1.115 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.16 2018/03/31 04:19:41 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $
+#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.hades"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -68,6 +68,7 @@
 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device clockctl # user control of clock subsystem
+pseudo-device drvctl # user control of drive subsystem
 pseudo-device ksyms # /dev/ksyms
 exphy* at mii? phy ? # 3Com internal PHYs
 inphy* at mii? phy ? # Intel 82555 PHYs
diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sat Apr 13 08:26:14 2019 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.91 2018/03/31 04:17:27 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.92 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.28 2018/01/20 19:24:27 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $
+#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -66,6 +66,7 @@
 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device clockctl # user control of clock subsystem
+pseudo-device drvctl # user control of drive subsystem
 pseudo-device ksyms # /dev/ksyms
 exphy* at mii? phy ? # 3Com internal PHYs
 inphy* at mii? phy ? # Intel 82555 PHYs
diff -r b2f11fcb57d0 -r 0444c5a2809f sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Sat Apr 13 08:22:58 2019 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Sat Apr 13 08:26:14 2019 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.95 2018/03/31 04:17:27 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.96 2019/04/13 08:26:14 isaki Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.28 2018/01/20 19:24:27 tsutsui Exp $
-#              NetBSD: GENERIC.in,v 1.115 2018/01/23 14:47:54 sevan Exp $
+#              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -66,6 +66,7 @@
 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device clockctl # user control of clock subsystem
+pseudo-device drvctl # user control of drive subsystem
 pseudo-device ksyms # /dev/ksyms
 exphy* at mii? phy ? # 3Com internal PHYs
 inphy* at mii? phy ? # Intel 82555 PHYs



Home | Main Index | Thread Index | Old Index