Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/arm/xscale/pxa2x0_lcd.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/xscale/pxa2x0_lcd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- src/sys/arch/arm/xscale/pxa2x0_lcd.c 2007/06/28 15:09:14 1.24 +++ src/sys/arch/arm/xscale/pxa2x0_lcd.c 2007/07/26 12:17:37 1.25 @@ -1,4 +1,4 @@ -/* $NetBSD: pxa2x0_lcd.c,v 1.24 2007/06/28 15:09:14 nonaka Exp $ */ +/* $NetBSD: pxa2x0_lcd.c,v 1.25 2007/07/26 12:17:37 nonaka Exp $ */ /* * Copyright (c) 2002 Genetec Corporation. All rights reserved. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pxa2x0_lcd.c,v 1.24 2007/06/28 15:09:14 nonaka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pxa2x0_lcd.c,v 1.25 2007/07/26 12:17:37 nonaka Exp $"); #include #include @@ -829,7 +829,7 @@ pxa2x0_lcd_ioctl(void *v, void *vs, u_lo switch (cmd) { case WSDISPLAYIO_GTYPE: - *(int *)data = WSDISPLAY_TYPE_UNKNOWN; /* XXX */ + *(int *)data = WSDISPLAY_TYPE_PXALCD; return 0; case WSDISPLAYIO_GINFO: