summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorkhorben <khorben@NetBSD.org>2015-10-25 22:48:23 +0000
committerkhorben <khorben@NetBSD.org>2015-10-25 22:48:23 +0000
commitbf685fca6c8d2a0fed600ff16ca33c43838e3bbf (patch)
tree1d92b50dc96c315ff94f2ca2125aec7a971bc8ed /sys/dev
parent1e4f8b487cfd87752a3a0fb09f4a229cc7b6e94f (diff)
Remove references to SPLASHSCREEN_PROGRESS
To my knowledge this feature is no longer supported at the moment. The manual page for wsdisplay(4) should probably also be updated to reflect this situation.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/unichromefb.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/unichromefb.c b/sys/dev/pci/unichromefb.c
index 4c7e7b9fb4f..7de4aa8cc1c 100644
--- a/sys/dev/pci/unichromefb.c
+++ b/sys/dev/pci/unichromefb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unichromefb.c,v 1.18 2011/01/22 15:14:28 cegger Exp $ */
+/* $NetBSD: unichromefb.c,v 1.19 2015/10/25 22:48:23 khorben Exp $ */
/*-
* Copyright (c) 2006, 2008 Jared D. McNeill <jmcneill@invisible.ca>
@@ -51,7 +51,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: unichromefb.c,v 1.18 2011/01/22 15:14:28 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: unichromefb.c,v 1.19 2015/10/25 22:48:23 khorben Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -471,8 +471,6 @@ unichromefb_ioctl(void *v, void *vs, u_long cmd, void *data, int flag,
return 0;
case WSDISPLAYIO_SSPLASH:
return ENODEV;
- case WSDISPLAYIO_SPROGRESS:
- return ENODEV;
/* PCI config read/write passthrough. */
case PCI_IOC_CFGREAD: