Module Name: src Committed By: christos Date: Tue Jan 6 19:18:21 UTC 2015
Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: tab police To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev/wscons/wsconsio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/wscons/wsconsio.h diff -u src/sys/dev/wscons/wsconsio.h:1.109 src/sys/dev/wscons/wsconsio.h:1.110 --- src/sys/dev/wscons/wsconsio.h:1.109 Sun Nov 9 09:33:21 2014 +++ src/sys/dev/wscons/wsconsio.h Tue Jan 6 14:18:21 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: wsconsio.h,v 1.109 2014/11/09 14:33:21 jmcneill Exp $ */ +/* $NetBSD: wsconsio.h,v 1.110 2015/01/06 19:18:21 christos Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -317,24 +317,24 @@ struct wsmouse_repeat { #define WSDISPLAY_TYPE_STI 40 /* HP STI framebuffers */ #define WSDISPLAY_TYPE_HDLCD 41 /* Hitachi HD44780 based LCDs */ #define WSDISPLAY_TYPE_VESA 42 /* VESA BIOS framebuffer */ -#define WSDISPLAY_TYPE_XILFB 43 /* Xilinx TFT cores */ -#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 */ -#define WSDISPLAY_TYPE_AG10 48 /* Fujitsu AG-10e */ -#define WSDISPLAY_TYPE_DL 49 /* DisplayLink DL-1x0/DL-1x5 */ -#define WSDISPLAY_TYPE_XVR1000 50 /* Sun XVR-1000 */ -#define WSDISPLAY_TYPE_LUNA 51 /* OMRON SX-9100 LUNA */ -#define WSDISPLAY_TYPE_GRF 52 /* wsdisplay on top of grf(4) */ -#define WSDISPLAY_TYPE_VNC 53 /* Usermode vnc framebuffer */ -#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 */ -#define WSDISPLAY_TYPE_WINDERMERE 58 /* SoC for EPOC32 Series 5mx */ -#define WSDISPLAY_TYPE_CLPS711X 59 /* CL PS-711x */ -#define WSDISPLAY_TYPE_ALLWINNER 60 /* Allwinner ARM SoC */ +#define WSDISPLAY_TYPE_XILFB 43 /* Xilinx TFT cores */ +#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 */ +#define WSDISPLAY_TYPE_AG10 48 /* Fujitsu AG-10e */ +#define WSDISPLAY_TYPE_DL 49 /* DisplayLink DL-1x0/DL-1x5 */ +#define WSDISPLAY_TYPE_XVR1000 50 /* Sun XVR-1000 */ +#define WSDISPLAY_TYPE_LUNA 51 /* OMRON SX-9100 LUNA */ +#define WSDISPLAY_TYPE_GRF 52 /* wsdisplay on top of grf(4) */ +#define WSDISPLAY_TYPE_VNC 53 /* Usermode vnc framebuffer */ +#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 */ +#define WSDISPLAY_TYPE_WINDERMERE 58 /* SoC for EPOC32 Series 5mx */ +#define WSDISPLAY_TYPE_CLPS711X 59 /* CL PS-711x */ +#define WSDISPLAY_TYPE_ALLWINNER 60 /* Allwinner ARM SoC */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo {