summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ramdac.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2002-04-01 11:26:33 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2002-04-01 11:26:33 +0000
commitc3fd5528a1abca398822d38bc6ef4352bb134ecc (patch)
treefffe089f5d8d9473125f77529d541b456543e630 /sys/dev/ic/ramdac.h
parent973474b8d9c77520430b4705dcd8a3f786f84809 (diff)
Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka
32bit TGA) From NetBSD, ok deraadt@.
Diffstat (limited to 'sys/dev/ic/ramdac.h')
-rw-r--r--sys/dev/ic/ramdac.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ic/ramdac.h b/sys/dev/ic/ramdac.h
index af17750c9c7..be539c70230 100644
--- a/sys/dev/ic/ramdac.h
+++ b/sys/dev/ic/ramdac.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ramdac.h,v 1.4 2002/03/14 03:16:05 millert Exp $ */
+/* $OpenBSD: ramdac.h,v 1.5 2002/04/01 11:26:32 matthieu Exp $ */
/* $NetBSD: ramdac.h,v 1.1 2000/03/04 10:23:39 elric Exp $ */
/*-
@@ -76,6 +76,10 @@ struct ramdac_funcs {
struct wsdisplay_cursor *);
int (*ramdac_get_curcmap)(struct ramdac_cookie *,
struct wsdisplay_cursor *);
+
+ /* XXXrcd: new test code for setting the DOTCLOCK */
+ int (*ramdac_set_dotclock)(struct ramdac_cookie *,
+ unsigned);
};
#endif