Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Add options for console fonts



details:   https://anonhg.NetBSD.org/src/rev/1adaf01a0807
branches:  trunk
changeset: 525885:1adaf01a0807
user:      heinz <heinz%NetBSD.org@localhost>
date:      Fri Apr 19 16:11:26 2002 +0000

description:
Add options for console fonts

diffstat:

 sys/arch/amiga/conf/GENERIC |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r a2c8c918badf -r 1adaf01a0807 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Apr 19 10:55:46 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Apr 19 16:11:26 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.177 2002/04/12 08:10:49 gmcgarry Exp $
+# $NetBSD: GENERIC,v 1.178 2002/04/19 16:11:26 heinz Exp $
 #
 # GENERIC machine description file
 #
@@ -34,7 +34,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.177 $"
+#ident                 "GENERIC-$Revision: 1.178 $"
 
 #ifdef INSTALL_CONFIGURATION
 makeoptions    COPTS="-Os"
@@ -245,6 +245,11 @@
 #endif
 #options       KFONT_8X11      # 8x11 font
 
+# select a font for the console according to the character set and keymap
+# you want to use
+options        KFONT_CONS_ISO8859_1
+#options         KFONT_CONS_ISO8859_2
+
 # This is how you would tell the kernel the A2410 oscillator frequencies:
 # The used frequencies are the defaults, and do not need option setting
 #options       ULOWELL_OSC1=36000000
@@ -280,7 +285,7 @@
 #endif
 grfrh0         at zbus0                # retina III
 #ifdef AMIGA_CONFIGURATION
-grfcl*         at zbus0                # Picasso II/Piccalo/Spectrum
+grfcl*         at zbus0                # Picasso II/Piccolo/Spectrum
 grful0         at zbus0                # A2410
 grfcv0         at zbus0                # CyberVision 64
 grfet*         at zbus0                # Tseng (oMniBus, Domino, Merlin)



Home | Main Index | Thread Index | Old Index