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 Add (ws)console stuff.



details:   https://anonhg.NetBSD.org/src/rev/9f1aace8117a
branches:  trunk
changeset: 509840:9f1aace8117a
user:      leo <leo%NetBSD.org@localhost>
date:      Mon May 14 10:35:30 2001 +0000

description:
Add (ws)console stuff.

diffstat:

 sys/arch/atari/conf/MILAN.in |  37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r 10e1b37c78f0 -r 9f1aace8117a sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in      Mon May 14 09:28:49 2001 +0000
+++ b/sys/arch/atari/conf/MILAN.in      Mon May 14 10:35:30 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $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 $
 #
 # Milan
 #
@@ -9,6 +9,33 @@
 #include "GENERIC.in"
 
 #
+# 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.
 #
 
@@ -21,6 +48,14 @@
 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