Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/hpc Pull up revision 1.22 (requested by takemur...
details: https://anonhg.NetBSD.org/src/rev/cff65024e2a0
branches: netbsd-1-6
changeset: 529558:cff65024e2a0
user: he <he%NetBSD.org@localhost>
date: Sat Nov 30 13:02:15 2002 +0000
description:
Pull up revision 1.22 (requested by takemura in ticket #754):
Make WSDISPLAYIO_SVIDEO and WSDISPLAYIO_GVIDEO work.
diffstat:
sys/dev/hpc/hpcfb.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 29e015471075 -r cff65024e2a0 sys/dev/hpc/hpcfb.c
--- a/sys/dev/hpc/hpcfb.c Sat Nov 30 12:59:40 2002 +0000
+++ b/sys/dev/hpc/hpcfb.c Sat Nov 30 13:02:15 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.20 2002/05/10 22:01:13 uwe Exp $ */
+/* $NetBSD: hpcfb.c,v 1.20.4.1 2002/11/30 13:02:15 he Exp $ */
/*-
* Copyright (c) 1999
@@ -43,13 +43,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.20 2002/05/10 22:01:13 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.20.4.1 2002/11/30 13:02:15 he Exp $");
#define FBDEBUG
static const char _copyright[] __attribute__ ((unused)) =
"Copyright (c) 1999 Shin Takemura. All rights reserved.";
static const char _rcsid[] __attribute__ ((unused)) =
- "$NetBSD: hpcfb.c,v 1.20 2002/05/10 22:01:13 uwe Exp $";
+ "$NetBSD: hpcfb.c,v 1.20.4.1 2002/11/30 13:02:15 he Exp $";
#include <sys/param.h>
#include <sys/systm.h>
@@ -603,6 +603,8 @@
case WSDISPLAYIO_GETCMAP:
case WSDISPLAYIO_PUTCMAP:
+ case WSDISPLAYIO_SVIDEO:
+ case WSDISPLAYIO_GVIDEO:
case WSDISPLAYIO_GETPARAM:
case WSDISPLAYIO_SETPARAM:
case HPCFBIO_GCONF:
Home |
Main Index |
Thread Index |
Old Index