summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-11-20 14:34:18 +0000
committerlukem <lukem@NetBSD.org>2001-11-20 14:34:18 +0000
commit0fa231134cdbe7eab2dba628d9cfbd89117d243f (patch)
treed1f9a4e8440bbd196c4303fd208334c711948f6b /sys/dev/wscons
parent8366f16a8013e77f3de21f6769f73a034482c3ab (diff)
- replace "defopt" with "defparam" for options which must take a value,
as config(8) will warn for value-less defparam options - minor whitespace/formatting cleanup - consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/files.wscons22
1 files changed, 12 insertions, 10 deletions
diff --git a/sys/dev/wscons/files.wscons b/sys/dev/wscons/files.wscons
index 46d14d086c3..4622157446b 100644
--- a/sys/dev/wscons/files.wscons
+++ b/sys/dev/wscons/files.wscons
@@ -1,4 +1,4 @@
-# $NetBSD: files.wscons,v 1.23 2001/10/24 14:07:31 augustss Exp $
+# $NetBSD: files.wscons,v 1.24 2001/11/20 14:34:27 lukem Exp $
#
# "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
@@ -12,15 +12,17 @@
# trouble.
#
-defopt opt_wsemul.h WSEMUL_DEFAULT WSEMUL_NO_DUMB
- WSEMUL_SUN WSEMUL_VT100
-defopt opt_wskernattr.h WS_KERNEL_FG WS_KERNEL_BG
- WS_KERNEL_COLATTR WS_KERNEL_MONOATTR
-defopt opt_wsdisplay_compat.h WSDISPLAY_COMPAT_USL WSCOMPAT_USL_SYNCTIMEOUT
- WSDISPLAY_COMPAT_RAWKBD
- WSDISPLAY_COMPAT_PCVT WSDISPLAY_COMPAT_SYSCONS
- WSDISPLAY_DEFAULTSCREENS
- WSCONS_SUPPORT_PCVTFONTS WSCONS_SUPPORT_ISO7FONTS
+defparam opt_wsemul.h WSEMUL_DEFAULT
+defopt opt_wsemul.h WSEMUL_NO_DUMB WSEMUL_SUN WSEMUL_VT100
+defparam 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
+ WSCONS_SUPPORT_PCVTFONTS
+ WSCONS_SUPPORT_ISO7FONTS
+defparam opt_wsdisplay_compat.h WSCOMPAT_USL_SYNCTIMEOUT
+ WSDISPLAY_DEFAULTSCREENS
# this loses, but there's no way to define attributes which have attributes
device wsdisplay #tty?