Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/amd64/conf Pull up revision 1.20 (requested by d...
details: https://anonhg.NetBSD.org/src/rev/408828e90b17
branches: netbsd-3
changeset: 575316:408828e90b17
user: tron <tron%NetBSD.org@localhost>
date: Sat Apr 09 21:27:52 2005 +0000
description:
Pull up revision 1.20 (requested by dsl in ticket #129):
Comment out some wscons(4) options which are only required to run a
X11 server.
diffstat:
sys/arch/amd64/conf/INSTALL_ACPI | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 1c51ac23fc93 -r 408828e90b17 sys/arch/amd64/conf/INSTALL_ACPI
--- a/sys/arch/amd64/conf/INSTALL_ACPI Fri Apr 08 15:41:44 2005 +0000
+++ b/sys/arch/amd64/conf/INSTALL_ACPI Sat Apr 09 21:27:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_ACPI,v 1.18 2005/02/18 21:05:50 dsl Exp $
+# $NetBSD: INSTALL_ACPI,v 1.18.4.1 2005/04/09 21:27:52 tron Exp $
#
# GENERIC machine description file
#
@@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
-#ident "INSTALL-$Revision: 1.18 $"
+#ident "INSTALL-$Revision: 1.18.4.1 $"
maxusers 32 # estimated number of users
@@ -132,10 +132,10 @@
options WS_KERNEL_FG=WSCOL_GREEN
#options WS_KERNEL_BG=WSCOL_BLACK
# compatibility to other console drivers
-options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
-options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-options WSDISPLAY_COMPAT_USL # VT handling
-options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
+#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
+#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
+#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
# allocate a number of virtual screens at autoconfiguration time
Home |
Main Index |
Thread Index |
Old Index