Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Regen.
details: https://anonhg.NetBSD.org/src/rev/f141f8e41679
branches: trunk
changeset: 509841:f141f8e41679
user: leo <leo%NetBSD.org@localhost>
date: Mon May 14 10:41:03 2001 +0000
description:
Regen.
diffstat:
sys/arch/atari/conf/MILAN | 39 ++++++++++++++++++++++++++++++++++++---
1 files changed, 36 insertions(+), 3 deletions(-)
diffs (73 lines):
diff -r 9f1aace8117a -r f141f8e41679 sys/arch/atari/conf/MILAN
--- a/sys/arch/atari/conf/MILAN Mon May 14 10:35:30 2001 +0000
+++ b/sys/arch/atari/conf/MILAN Mon May 14 10:41:03 2001 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: MILAN,v 1.2 2001/04/10 07:03:49 leo Exp $
+# $NetBSD: MILAN,v 1.3 2001/05/14 10:41:03 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: MILAN.in,v 1.1 2001/04/10 05:56:25 leo Exp $
+# NetBSD: MILAN.in,v 1.2 2001/05/14 10:35:30 leo Exp $
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
#This configuration file is for a generic Milan
@@ -14,7 +14,7 @@
include "arch/atari/conf/std.milan"
-#ident "GENERIC-$Revision: 1.2 $"
+#ident "GENERIC-$Revision: 1.3 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -174,6 +174,32 @@
#Hardware options for GENERIC are in the various machine type specific files
+#For the moment, the MILAN will be the only one to use wscons, so define
+#the wscons options here too for the moment.
+#wscons options
+
+#builtin terminal emulations
+#options WSEMUL_SUN # sun terminal emulation
+options WSEMUL_VT100 # VT100 / VT220 emulation
+#different kernel output - see dev/wscons/wsdisplayvar.h
+#XXX: Since the Milan VGA works in monochrome for the moment, _only_
+#use black and white here!
+options WS_KERNEL_FG=WSCOL_WHITE
+options WS_KERNEL_BG=WSCOL_BLACK
+
+#compatibility to other console drivers
+#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
+
+#see dev/pckbc/wskbdmap_mfii.c for implemented layouts
+#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
+#allocate a number of virtual screens at autoconfiguration time
+options WSDISPLAY_DEFAULTSCREENS=4
+#use a large software cursor that doesn't blink
+options PCDISPLAY_SOFTCURSOR
+#modify the screen type of the console; defaults to "80x25"
+#options VGA_CONSOLE_SCREENTYPE="\"80x25\""
+
#The following sections describe various hardware options.
isabus0 at mainbus0 # ISA-bus
@@ -185,6 +211,13 @@
wdcisa1 at isa? port 0x170 irq 15 # 2nd IDE controller
wd* at wdcisa? channel ? drive ?
+#The Milan uses wscons
+
+vga0 at pci? dev ? function ? # a PCI VGA card
+wsdisplay* at vga? console ? # as a wscons console
+pckbc0 at isa? # PC keyboard controller
+wskbd* at pckbd? console ? # PC keyboard
+
#ATAPI bus support
atapibus* at wdcisa? channel ?
Home |
Main Index |
Thread Index |
Old Index