Regen from diodevs rev 1.14:

> Move recently supported framebuffers out of the "unsupported" list.
This commit is contained in:
tsutsui 2011-02-19 05:41:38 +00:00
parent b4bb90433e
commit 03dc8ab333
2 changed files with 19 additions and 19 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: diodevs.h,v 1.16 2011/02/06 04:06:58 tsutsui Exp $ */
/* $NetBSD: diodevs.h,v 1.17 2011/02/19 05:41:38 tsutsui Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: diodevs,v 1.13 2011/02/06 04:06:11 tsutsui Exp
* NetBSD: diodevs,v 1.14 2011/02/19 05:40:58 tsutsui Exp
*/
/*-
@ -114,26 +114,26 @@
#define DIO_DEVICE_SECID_XXXCATSEYE 0x09
#define DIO_DEVICE_DESC_XXXCATSEYE "catseye display"
#define DIO_DEVICE_SECID_TIGERSHARK 0x0c
#define DIO_DEVICE_DESC_TIGERSHARK "TurboVRX (\"tigershark\") display"
#define DIO_DEVICE_SECID_HYPERION 0x0e
#define DIO_DEVICE_DESC_HYPERION "A1096A (\"hyperion\") display"
#define DIO_DEVICE_SECID_A1474MID 0x10
#define DIO_DEVICE_DESC_A1474MID "A1474-69511 on-board mid-res graphics"
#define DIO_DEVICE_SECID_A147xVGA 0x11
#define DIO_DEVICE_DESC_A147xVGA "A147x-69510 on-board VGA graphics"
/* Unsupported framebuffers. */
#define DIO_DEVICE_SECID_XGENESIS 0x0b
#define DIO_DEVICE_DESC_XGENESIS "x-genesis display"
#define DIO_DEVICE_SECID_TIGERSHARK 0x0c
#define DIO_DEVICE_DESC_TIGERSHARK "TurboVRX (\"tigershark\") display"
#define DIO_DEVICE_SECID_YGENESIS 0x0d
#define DIO_DEVICE_DESC_YGENESIS "y-genesis display"
#define DIO_DEVICE_SECID_A1474MID 0x10
#define DIO_DEVICE_DESC_A1474MID "A1474-69511 on-board mid-res graphics"
#define DIO_DEVICE_SECID_A147xVGA 0x11
#define DIO_DEVICE_DESC_A147xVGA "A147x-69510 on-board VGA graphics"
/* No ID info about A1474-69515 on-board high-res graphics */
/* Devices not yet supported. Descriptions are lacking. */

View File

@ -1,10 +1,10 @@
/* $NetBSD: diodevs_data.h,v 1.16 2011/02/06 04:06:58 tsutsui Exp $ */
/* $NetBSD: diodevs_data.h,v 1.17 2011/02/19 05:41:38 tsutsui Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: diodevs,v 1.13 2011/02/06 04:06:11 tsutsui Exp
* NetBSD: diodevs,v 1.14 2011/02/19 05:40:58 tsutsui Exp
*/
/*-
@ -62,12 +62,12 @@ struct dio_devdata dio_devdatas[] = {
{ 0x39, 0x07, 1 },
{ 0x39, 0x08, 2 },
{ 0x39, 0x09, 1 },
{ 0x39, 0x0e, 1 },
{ 0x39, 0x0b, 1 },
{ 0x39, 0x0c, 3 },
{ 0x39, 0x0d, 1 },
{ 0x39, 0x0e, 1 },
{ 0x39, 0x10, 4 },
{ 0x39, 0x11, 4 },
{ 0x39, 0x0b, 1 },
{ 0x39, 0x0d, 1 },
{ 0x03, 0, 1 },
{ 0x04, 0, 1 },
{ 0x06, 0, 1 },
@ -114,12 +114,12 @@ struct dio_devdesc dio_devdescs[] = {
{ 0x39, 0x07, DIO_DEVICE_DESC_HRMCATSEYE },
{ 0x39, 0x08, DIO_DEVICE_DESC_DAVINCI },
{ 0x39, 0x09, DIO_DEVICE_DESC_XXXCATSEYE },
{ 0x39, 0x0e, DIO_DEVICE_DESC_HYPERION },
{ 0x39, 0x0b, DIO_DEVICE_DESC_XGENESIS },
{ 0x39, 0x0c, DIO_DEVICE_DESC_TIGERSHARK },
{ 0x39, 0x0d, DIO_DEVICE_DESC_YGENESIS },
{ 0x39, 0x0e, DIO_DEVICE_DESC_HYPERION },
{ 0x39, 0x10, DIO_DEVICE_DESC_A1474MID },
{ 0x39, 0x11, DIO_DEVICE_DESC_A147xVGA },
{ 0x39, 0x0b, DIO_DEVICE_DESC_XGENESIS },
{ 0x39, 0x0d, DIO_DEVICE_DESC_YGENESIS },
{ 0x03, 0, DIO_DEVICE_DESC_MISC0 },
{ 0x04, 0, DIO_DEVICE_DESC_MISC1 },
{ 0x06, 0, DIO_DEVICE_DESC_PARALLEL },