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.29 (requested by d...



details:   https://anonhg.NetBSD.org/src/rev/548172eb2004
branches:  netbsd-3
changeset: 575317:548172eb2004
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Apr 09 21:27:58 2005 +0000

description:
Pull up revision 1.29 (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 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 408828e90b17 -r 548172eb2004 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Sat Apr 09 21:27:52 2005 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Sat Apr 09 21:27:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.27 2005/02/27 12:38:42 dsl Exp $
+# $NetBSD: INSTALL,v 1.27.2.1 2005/04/09 21:27:58 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/amd64/conf/std.amd64"
 
-#ident                 "INSTALL-$Revision: 1.27 $"
+#ident                 "INSTALL-$Revision: 1.27.2.1 $"
 
 maxusers       32              # estimated number of users
 
@@ -134,8 +134,8 @@
 # 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_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