add WSDISPLAY_TYPE_PXALCD for PXA2x0 LCD controller.

This commit is contained in:
nonaka 2007-07-26 12:17:14 +00:00
parent dfb7eb763c
commit 2462aff88e

View File

@ -1,4 +1,4 @@
/* $NetBSD: wsconsio.h,v 1.86 2007/07/26 01:59:07 macallan Exp $ */
/* $NetBSD: wsconsio.h,v 1.87 2007/07/26 12:17:14 nonaka Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@ -310,6 +310,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_LIGHT 44 /* SGI Light (a.k.a. Entry/Starter) */
#define WSDISPLAY_TYPE_GENFB 45 /* generic nondescript framebuffer */
#define WSDISPLAY_TYPE_CRIME 46 /* SGI O2 */
#define WSDISPLAY_TYPE_PXALCD 47 /* PXA2x0 LCD controller */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {