Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Regenerate config. files from GENERIC.in...
details: https://anonhg.NetBSD.org/src/rev/1b1587fc22b5
branches: trunk
changeset: 538494:1b1587fc22b5
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Oct 21 16:18:34 2002 +0000
description:
Regenerate config. files from GENERIC.in rev. 1.28.
diffstat:
sys/arch/atari/conf/ATARITT | 8 ++++++--
sys/arch/atari/conf/BOOT | 8 ++++++--
sys/arch/atari/conf/BOOTX | 8 ++++++--
sys/arch/atari/conf/FALCON | 8 ++++++--
sys/arch/atari/conf/HADES | 8 ++++++--
sys/arch/atari/conf/MILAN-ISAIDE | 8 ++++++--
sys/arch/atari/conf/MILAN-PCIIDE | 8 ++++++--
7 files changed, 42 insertions(+), 14 deletions(-)
diffs (203 lines):
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/ATARITT Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: ATARITT,v 1.51 2002/10/14 18:39:27 elric Exp $
+# $NetBSD: ATARITT,v 1.52 2002/10/21 16:18:34 jdc 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.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a GENERIC ATARI-TT
@@ -31,6 +31,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68030 # support for 030
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/BOOT Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOT,v 1.49 2002/10/14 18:39:27 elric Exp $
+# $NetBSD: BOOT,v 1.50 2002/10/21 16:18:34 jdc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.6 2002/09/02 12:10:46 leo Exp $
-# NetBSD: GENERIC.in,v 1.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -33,6 +33,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68030 # support for 030
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/BOOTX
--- a/sys/arch/atari/conf/BOOTX Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/BOOTX Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOTX,v 1.43 2002/10/14 18:39:27 elric Exp $
+# $NetBSD: BOOTX,v 1.44 2002/10/21 16:18:34 jdc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.6 2002/09/02 12:10:46 leo Exp $
-# NetBSD: GENERIC.in,v 1.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -37,6 +37,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68030 # support for 030
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/FALCON Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: FALCON,v 1.52 2002/10/14 18:39:27 elric Exp $
+# $NetBSD: FALCON,v 1.53 2002/10/21 16:18:34 jdc Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
# NetBSD: FALCON.in,v 1.6 2002/09/02 12:10:46 leo Exp $
-# NetBSD: GENERIC.in,v 1.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -37,6 +37,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68030 # support for 030
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/HADES Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.42 2002/10/14 18:39:28 elric Exp $
+# $NetBSD: HADES,v 1.43 2002/10/21 16:18:34 jdc 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.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a generic Medusa-Hades
@@ -31,6 +31,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68040 # support for 040
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.18 2002/10/14 18:39:28 elric Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.19 2002/10/21 16:18:34 jdc 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.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a generic Milan
@@ -31,6 +31,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68040 # support for 040
diff -r 48c4308ca7a3 -r 1b1587fc22b5 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE Mon Oct 21 15:54:51 2002 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE Mon Oct 21 16:18:34 2002 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.18 2002/10/14 18:39:28 elric Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.19 2002/10/21 16:18:34 jdc 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.27 2002/10/14 18:24:33 elric Exp $
+# NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
#This configuration file is for a generic Milan
@@ -31,6 +31,10 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
+#Enable experimental buffer queue strategy for better responsiness under
+#high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
#(Co)processors this kernel should support
options M68040 # support for 040
Home |
Main Index |
Thread Index |
Old Index