Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amigappc/conf add wscons support so that amiga/conf...
details: https://anonhg.NetBSD.org/src/rev/3e2d775411ef
branches: trunk
changeset: 518498:3e2d775411ef
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sat Dec 01 14:13:49 2001 +0000
description:
add wscons support so that amiga/conf.c compiles
diffstat:
sys/arch/amigappc/conf/files.amigappc | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r a6735c447885 -r 3e2d775411ef sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc Sat Dec 01 14:12:58 2001 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc Sat Dec 01 14:13:49 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amigappc,v 1.6 2001/11/28 10:21:11 lukem Exp $
+# $NetBSD: files.amigappc,v 1.7 2001/12/01 14:13:49 aymeric Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@@ -54,9 +54,10 @@
file arch/amiga/dev/a34kbbc.c a34kbbc
# keyboard
-device kbd: event
+device kbd: event,wskbddev
attach kbd at mainbus
file arch/amiga/dev/kbd.c kbd needs-flag
+file arch/amiga/dev/wskbdmap_amiga.c kbd
# serial port
device ser: tty
@@ -102,7 +103,7 @@
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_8x8.c ite
+file arch/amiga/dev/kf_8x8.c ite | amidisplaycc
file arch/amiga/dev/kf_8x11.c kfont_8x11
file arch/amiga/dev/kf_custom.c kfont_custom
@@ -112,11 +113,18 @@
file arch/amiga/dev/grf_cc.c grfcc needs-flag
file arch/amiga/dev/ite_cc.c grfcc & ite
+# wscons interface to custom chips
+device amidisplaycc: wsemuldisplaydev
+attach amidisplaycc at mainbus
+file arch/amiga/dev/amidisplaycc.c amidisplaycc needs-flag
+
+include "dev/wscons/files.wscons"
+
defpseudo view
file arch/amiga/dev/view.c view | grfcc needs-count
-file arch/amiga/dev/grfabs.c grfcc | view
-file arch/amiga/dev/grfabs_cc.c grfcc | view
-file arch/amiga/dev/grfabs_ccglb.c grfcc | view
+file arch/amiga/dev/grfabs.c grfcc | view | amidisplaycc
+file arch/amiga/dev/grfabs_cc.c grfcc | view | amidisplaycc
+file arch/amiga/dev/grfabs_ccglb.c grfcc | view | amidisplaycc
# retina ZII grf (ite1 grf1)
device grfrt: grfbus
Home |
Main Index |
Thread Index |
Old Index