diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-17 04:21:06 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-17 04:21:06 +0000 |
commit | 097d30e22e6a1a1080db09a211716c0634aed830 (patch) | |
tree | a28513a530fd0368b89e32fdd4027cd73b80eca0 /sbin/wsconsctl | |
parent | a516e99c37ba1c27e169c33635107cf91fbda519 (diff) |
PXALCD type.
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r-- | sbin/wsconsctl/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index 0f531e0a72c..781312d0fc4 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.27 2005/01/14 22:39:17 miod Exp $ */ +/* $OpenBSD: util.c,v 1.28 2005/01/17 04:21:05 drahn Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -136,7 +136,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_GBOX, "gatorbox" }, { WSDISPLAY_TYPE_RBOX, "renaissance" }, { WSDISPLAY_TYPE_HYPERION, "hyperion" }, - { WSDISPLAY_TYPE_TOPCAT, "topcat" } + { WSDISPLAY_TYPE_TOPCAT, "topcat" }, + { WSDISPLAY_TYPE_PXALCD, "pxalcd" } }; static const struct nameint kbdenc_tab[] = { |