Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add VGA_CONSOLE_ATI_BROKEN_FONTSEL (disab...



details:   https://anonhg.NetBSD.org/src/rev/f111601b90f1
branches:  trunk
changeset: 533305:f111601b90f1
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Thu Jun 27 06:34:23 2002 +0000

description:
Add VGA_CONSOLE_ATI_BROKEN_FONTSEL (disabled by default).

diffstat:

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

diffs (27 lines):

diff -r edbb6807f0f2 -r f111601b90f1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jun 27 06:26:51 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jun 27 06:34:23 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.498 2002/06/25 03:12:06 lukem Exp $
+# $NetBSD: GENERIC,v 1.499 2002/06/27 06:34:23 junyoung Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.498 $"
+#ident                 "GENERIC-$Revision: 1.499 $"
 
 maxusers       32              # estimated number of users
 
@@ -202,6 +202,8 @@
 options        PCDISPLAY_SOFTCURSOR
 # modify the screen type of the console; defaults to "80x25"
 #options       VGA_CONSOLE_SCREENTYPE="\"80x24\""
+# work around a hardware bug that loaded fonts don't work; found on ATI cards
+#options       VGA_CONSOLE_ATI_BROKEN_FONTSEL
 
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index