Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons tab police



details:   https://anonhg.NetBSD.org/src/rev/f0404dd713ce
branches:  trunk
changeset: 805578:f0404dd713ce
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 06 19:18:21 2015 +0000

description:
tab police

diffstat:

 sys/dev/wscons/wsconsio.h |  38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diffs (52 lines):

diff -r 7760a61a024a -r f0404dd713ce sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Tue Jan 06 17:51:57 2015 +0000
+++ b/sys/dev/wscons/wsconsio.h Tue Jan 06 19:18:21 2015 +0000
@@ -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 @@
 #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 {



Home | Main Index | Thread Index | Old Index