add options for new compatibility stuff, add wsdisplay_compat_usl.c
This commit is contained in:
parent
68891be537
commit
107df2472d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.wscons,v 1.5 1998/05/14 20:49:56 drochner Exp $
|
||||
# $NetBSD: files.wscons,v 1.6 1998/06/11 22:16:27 drochner Exp $
|
||||
|
||||
#
|
||||
# "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
|
||||
|
@ -15,6 +15,8 @@
|
|||
defopt opt_wsemul.h WSEMUL_DEFAULT WSEMUL_NO_DUMB WSEMUL_SUN
|
||||
defopt opt_wskernattr.h WS_KERNEL_FG WS_KERNEL_BG
|
||||
WS_KERNEL_COLATTR WS_KERNEL_MONOATTR
|
||||
defopt opt_wsdisplay_compat.h WSDISPLAY_COMPAT_USL WSDISPLAY_COMPAT_RAWKBD
|
||||
WSDISPLAY_COMPAT_PCVT WSDISPLAY_COMPAT_SYSCONS
|
||||
|
||||
# this loses, but there's no way to define attributes which have attributes
|
||||
device wsdisplay #tty?
|
||||
|
@ -30,6 +32,9 @@ file dev/wscons/wscons_glue.c
|
|||
file dev/wscons/wsdisplay.c
|
||||
wsdisplay | wsdisplaydev | wsemuldisplaydev | wskbddev
|
||||
needs-flag
|
||||
file dev/wscons/wsdisplay_compat_usl.c
|
||||
(wsdisplay | wsdisplaydev | wsemuldisplaydev | wskbddev) &
|
||||
wsdisplay_compat_usl
|
||||
file dev/wscons/wsemulconf.c
|
||||
wsdisplaydev | wsemuldisplaydev | wskbddev
|
||||
file dev/wscons/wsemul_dumb.c
|
||||
|
|
Loading…
Reference in New Issue