Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/i386/conf Pull up revision 1.31 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/a7372af9945b
branches: netbsd-1-6
changeset: 528078:a7372af9945b
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jun 24 17:38:53 2002 +0000
description:
Pull up revision 1.31 (requested by lukem in ticket #358):
Switch from pccons to wscons, so that USB keyboards have a chance of
working. From Grant Beattie <grant%netbsd.org@localhost>, with changes by me.
diffstat:
sys/arch/i386/conf/INSTALL_LAPTOP | 56 +++++++++++++++++++++++++++++---------
1 files changed, 42 insertions(+), 14 deletions(-)
diffs (97 lines):
diff -r 968a77b55d37 -r a7372af9945b sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Mon Jun 24 17:38:43 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Mon Jun 24 17:38:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_LAPTOP,v 1.30 2002/05/18 23:49:40 jmcneill Exp $
+# $NetBSD: INSTALL_LAPTOP,v 1.30.2.1 2002/06/24 17:38:53 lukem Exp $
#
# INSTALL - Installation kernel.
#
@@ -73,7 +73,7 @@
#options LKM # loadable kernel modules
#options USERCONF # userconf(4) support
-options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
# Diagnostic/debugging support options
#options DIAGNOSTIC # expensive kernel consistency checks
@@ -153,6 +153,29 @@
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
#options SCSIVERBOSE # human readable SCSI error messages
+#
+# 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
+options WS_KERNEL_FG=WSCOL_WHITE
+#options WS_KERNEL_BG=WSCOL_BLACK
+# compatibility to other console drivers
+#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
+#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
+#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="\"80x24\""
+
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#config netbsd root on ? type nfs
@@ -229,7 +252,7 @@
# Console Devices
# ISA console
-pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
+#pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
# Keyboard layout configuration for pccons
#options FRENCH_KBD
@@ -238,19 +261,19 @@
#options NORWEGIAN_KBD
# wscons
-#pckbc0 at isa? # pc keyboard controller
-#pckbd* at pckbc? # PC keyboard
+pckbc0 at isa? # pc keyboard controller
+pckbd* at pckbc? # PC keyboard
#pms* at pckbc? # PS/2 mouse for wsmouse
-#vga0 at isa?
-#vga* at pci?
-#pcdisplay0 at isa? # CGA, MDA, EGA, HGA
-#wsdisplay* at vga? console ?
-#wsdisplay* at pcdisplay? console ?
-#wskbd* at pckbd? console ?
-#wsmouse* at pms?
+vga0 at isa?
+vga* at pci? dev ? function ?
+pcdisplay0 at isa? # CGA, MDA, EGA, HGA
+wsdisplay* at vga? console ?
+wsdisplay* at pcdisplay? console ?
+wskbd* at pckbd? console ?
+#wsmouse* at pms? mux 0
-#pcppi0 at isa?
-#sysbeep0 at pcppi?
+pcppi0 at isa?
+sysbeep0 at pcppi?
# Serial Devices
@@ -493,3 +516,8 @@
# a pseudo device needed for Coda # also needs CODA (above)
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
+
+# wscons pseudo-devices
+pseudo-device wsmux # mouse & keyboard multiplexor
+#pseudo-device wsfont
+
Home |
Main Index |
Thread Index |
Old Index