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 iso8859-1 and -2 kernel ...
details: https://anonhg.NetBSD.org/src/rev/8e188528d245
branches: trunk
changeset: 525887:8e188528d245
user: heinz <heinz%NetBSD.org@localhost>
date: Fri Apr 19 16:29:17 2002 +0000
description:
Add options for iso8859-1 and -2 kernel fonts and change the file selection
for kernel fonts (in agreement with is%netbsd.org@localhost)
diffstat:
sys/arch/amiga/conf/files.amiga | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 88baf4f6ad59 -r 8e188528d245 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga Fri Apr 19 16:14:01 2002 +0000
+++ b/sys/arch/amiga/conf/files.amiga Fri Apr 19 16:29:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amiga,v 1.119 2002/04/17 00:59:07 heinz Exp $
+# $NetBSD: files.amiga,v 1.120 2002/04/19 16:29:17 heinz Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@@ -18,6 +18,9 @@
defflag opt_amigacons.h CV3DONZORRO2
defflag opt_amigacons.h SERCONSOLE
+defflag opt_kfont.h KFONT_CONS_ISO8859_1
+defflag opt_kfont.h KFONT_CONS_ISO8859_2
+
defparam opt_retina.h RH_MEMCLK
defflag opt_retina.h RH_64BIT_SPRITE RH_HARDWARECURSOR
defflag opt_retina.h RETINA_SPEED_HACK
@@ -132,9 +135,15 @@
attach ite at grf
file arch/amiga/dev/ite.c ite needs-flag
file arch/amiga/dev/kbdmap.c ite
-file arch/amiga/dev/kf_iso8859_1_8x8.c ite | amidisplaycc
-file arch/amiga/dev/kf_iso8859_1_8x11.c kfont_8x11
file arch/amiga/dev/kf_custom.c kfont_custom
+file arch/amiga/dev/kf_iso8859_1_8x8.c kfont_cons_iso8859_1 &
+ ( ite | amidisplaycc )
+file arch/amiga/dev/kf_iso8859_1_8x11.c kfont_cons_iso8859_1 &
+ kfont_8x11
+file arch/amiga/dev/kf_iso8859_2_8x8.c kfont_cons_iso8859_2 &
+ ( ite | amidisplaycc )
+file arch/amiga/dev/kf_iso8859_2_8x11.c kfont_cons_iso8859_2 &
+ kfont_8x11
# custom chips grf (ite0 grf0)
device grfcc: grfbus
Home |
Main Index |
Thread Index |
Old Index