From 2ea667ff750c2eaec2e37ebea375a7ce30936902 Mon Sep 17 00:00:00 2001 From: macallan Date: Mon, 21 Jan 2013 14:15:03 +0000 Subject: add WSDISPLAY_TYPE_OMAP3 --- sys/dev/wscons/wsconsio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 1d2d54d5bd7..324515e2e4b 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsconsio.h,v 1.105 2013/01/08 23:49:56 jmcneill Exp $ */ +/* $NetBSD: wsconsio.h,v 1.106 2013/01/21 14:15:03 macallan Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -330,6 +330,7 @@ struct wsmouse_repeat { #define WSDISPLAY_TYPE_VALKYRIE 54 /* Apple onboard video 'valkyrie' */ #define WSDISPLAY_TYPE_IMXIPU 55 /* i.MX ipu */ #define WSDISPLAY_TYPE_VC4 56 /* Broadcom VideoCore 4 */ +#define WSDISPLAY_TYPE_OMAP3 57 /* OMAP 3530 */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { -- cgit