Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Enable WSDISPLAY_SCROLLSUPPORT by default.



details:   https://anonhg.NetBSD.org/src/rev/409d1e562237
branches:  trunk
changeset: 584110:409d1e562237
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Fri Sep 09 13:43:39 2005 +0000

description:
Enable WSDISPLAY_SCROLLSUPPORT by default.

diffstat:

 sys/arch/amd64/conf/GENERIC       |  6 ++++--
 sys/arch/i386/conf/GENERIC.MPACPI |  6 +++---
 sys/arch/i386/conf/GENERIC_LAPTOP |  6 ++++--
 sys/arch/i386/conf/XEN0           |  3 ++-
 4 files changed, 13 insertions(+), 8 deletions(-)

diffs (98 lines):

diff -r fa835a15cc35 -r 409d1e562237 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Sep 09 12:24:37 2005 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Sep 09 13:43:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.67 2005/09/06 02:03:53 dogcow Exp $
+# $NetBSD: GENERIC,v 1.68 2005/09/09 13:43:39 rpaulo Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.67 $"
+#ident                 "GENERIC-$Revision: 1.68 $"
 
 maxusers       32              # estimated number of users
 
@@ -211,6 +211,8 @@
 # if you want a really secure system, it may be better not to enable them,
 # see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
 #options       WSDISPLAY_CHARFUNCS             # mouse console support
+# console scrolling support.
+options        WSDISPLAY_SCROLLSUPPORT
 # enable VGA raster mode capable of displaying multilingual text on console
 #options       VGA_RASTERCONSOLE
 
diff -r fa835a15cc35 -r 409d1e562237 sys/arch/i386/conf/GENERIC.MPACPI
--- a/sys/arch/i386/conf/GENERIC.MPACPI Fri Sep 09 12:24:37 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC.MPACPI Fri Sep 09 13:43:39 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC.MPACPI,v 1.42 2005/08/19 05:19:50 christos Exp $
+#      $NetBSD: GENERIC.MPACPI,v 1.43 2005/09/09 13:43:40 rpaulo Exp $
 #
 #      GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
 #
@@ -8,7 +8,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.42 $"
+#ident                 "GENERIC-$Revision: 1.43 $"
 
 maxusers       32              # estimated number of users
 
@@ -246,7 +246,7 @@
 # see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
 #options       WSDISPLAY_CHARFUNCS             # mouse console support
 # console scrolling support.
-#options       WSDISPLAY_SCROLLSUPPORT
+options        WSDISPLAY_SCROLLSUPPORT
 # enable VGA raster mode capable of displaying multilingual text on console
 #options       VGA_RASTERCONSOLE
 
diff -r fa835a15cc35 -r 409d1e562237 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Fri Sep 09 12:24:37 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Fri Sep 09 13:43:39 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.153 2005/09/06 02:03:52 dogcow Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.154 2005/09/09 13:43:40 rpaulo Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.153 $"
+#ident                 "GENERIC-$Revision: 1.154 $"
 
 maxusers       32              # estimated number of users
 
@@ -222,6 +222,8 @@
 #options       WSDISPLAY_DEFAULTSCREENS=4
 # use a large software cursor that doesn't blink
 options        PCDISPLAY_SOFTCURSOR
+# console scrolling support.
+options        WSDISPLAY_SCROLLSUPPORT
 # modify the screen type of the console; defaults to "80x25"
 #options       VGA_CONSOLE_SCREENTYPE="\"80x24\""
 
diff -r fa835a15cc35 -r 409d1e562237 sys/arch/i386/conf/XEN0
--- a/sys/arch/i386/conf/XEN0   Fri Sep 09 12:24:37 2005 +0000
+++ b/sys/arch/i386/conf/XEN0   Fri Sep 09 13:43:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN0,v 1.11 2005/08/19 05:19:51 christos Exp $
+# $NetBSD: XEN0,v 1.12 2005/09/09 13:43:40 rpaulo Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -177,6 +177,7 @@
 options        WSDISPLAY_COMPAT_USL            # VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        WSDISPLAY_DEFAULTSCREENS=4
+options        WSDISPLAY_SCROLLSUPPORT
 options        PCDISPLAY_SOFTCURSOR
 
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index