Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add PCVT compat (for X console switchi...



details:   https://anonhg.NetBSD.org/src/rev/f09ea8b9b803
branches:  trunk
changeset: 785080:f09ea8b9b803
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 21 08:07:24 2013 +0000

description:
Add PCVT compat (for X console switching) and another font (purely
esthetical). From maccalan@.

diffstat:

 sys/arch/sparc64/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 4bce01b9ea51 -r f09ea8b9b803 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Thu Feb 21 01:39:54 2013 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Thu Feb 21 08:07:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.158 2013/02/20 19:35:46 macallan Exp $
+# $NetBSD: GENERIC,v 1.159 2013/02/21 08:07:24 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.158 $"
+#ident                 "GENERIC-$Revision: 1.159 $"
 
 maxusers       64
 
@@ -929,9 +929,11 @@
 options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
 options        WSDISPLAY_COMPAT_SYSCONS        # emulate some more ioctls
 options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
+options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        WSDISPLAY_DEFAULTSCREENS=4
 options        FONT_GALLANT12x22               # PROM font look-alike
+options        FONT_DROID_SANS_MONO12x22       # antialiased font
 
 #### Other device configuration
 



Home | Main Index | Thread Index | Old Index