Add wscons devices and options.

This commit is contained in:
mark 1998-10-06 02:39:00 +00:00
parent 8a012b843b
commit edbbf502ab
1 changed files with 17 additions and 2 deletions

View File

@ -119,6 +119,18 @@ options USBVERBOSE # verbose USB device autoconfig messages
#options DDB_KEYCODE=0x40 #options DDB_KEYCODE=0x40
options PMAP_STATIC_L1S=128 options PMAP_STATIC_L1S=128
# wscons options
#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_GREEN
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/wscons/wskbdmap_mfii.h for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
# Development and Debugging options # Development and Debugging options
#options ARM700BUGTRACK # track the ARM700 swi bug #options ARM700BUGTRACK # track the ARM700 swi bug
@ -233,11 +245,11 @@ uhub* at uhub? port ?
# USB Mice # USB Mice
ums* at uhub? port ? ums* at uhub? port ?
#wsmouse* at ums? wsmouse* at ums?
# USB Keyboards # USB Keyboards
ukbd* at uhub? port ? ukbd* at uhub? port ?
#wskbd* at ukbd? console ? wskbd* at ukbd? console ?
# USB Generic HID devices # USB Generic HID devices
uhid* at uhub? port ? uhid* at uhub? port ?
@ -260,6 +272,9 @@ ulpt* at uhub? port ?
#audio* at eap? #audio* at eap?
#audio* at uaudio? #audio* at uaudio?
vga* at pci?
wsdisplay* at vga? console ?
# ISA bus bridging # ISA bus bridging
pcib* at pci? dev ? function ? # PCI-ISA bridge pcib* at pci? dev ? function ? # PCI-ISA bridge