diff options
| author | rumble <rumble@NetBSD.org> | 2006-12-26 05:54:00 +0000 |
|---|---|---|
| committer | rumble <rumble@NetBSD.org> | 2006-12-26 05:54:00 +0000 |
| commit | 4bbcf8f2107febe68a9f4be85191a42e9af829f5 (patch) | |
| tree | 8f1dcb43f3e5dd8e29e11df3786997b52a115305 /sys/dev/wscons | |
| parent | a942babab163752ef8bdab101b0285652fefdf85 (diff) | |
Add type for sgimips/light(4).
Diffstat (limited to 'sys/dev/wscons')
| -rw-r--r-- | sys/dev/wscons/wsconsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 173ac00e8fb..f879fbabdb1 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsconsio.h,v 1.82 2006/12/17 16:08:44 peter Exp $ */ +/* $NetBSD: wsconsio.h,v 1.83 2006/12/26 05:54:00 rumble Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -305,6 +305,7 @@ struct wsmouse_repeat { #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) */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |
