summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-01-14 22:39:11 +0000
committermiod <miod@openbsd.org>2005-01-14 22:39:11 +0000
commit40573650c2ef2ce1628516d2a9fefdef323609e1 (patch)
treea900afee7a9b0d41b527e14862bab4ffdbdc49ed /usr.sbin/wsconscfg
parentregen (diff)
downloadwireguard-openbsd-40573650c2ef2ce1628516d2a9fefdef323609e1.tar.xz
wireguard-openbsd-40573650c2ef2ce1628516d2a9fefdef323609e1.zip
Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression.
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index ead8e6c33cf..ed6084509b0 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.18 2005/01/13 19:21:04 drahn Exp $
+# $OpenBSD: Makefile,v 1.19 2005/01/14 22:39:40 miod Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \
- ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "zaurus"
+ ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \
+ ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "luna88k" || ${MACHINE} == "macppc" || \
+ ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -17,7 +17,7 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 sgi
-MANSUBDIR+= zaurus
+MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k macppc sgi
+MANSUBDIR+= sparc sparc64 zaurus
.include <bsd.prog.mk>