diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-01 14:29:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-01 14:29:21 +0000 |
commit | 424bcc2b3d19dd572f3ddb7504193ed8b617dee4 (patch) | |
tree | 63b645b0155d4410b84db8428a6e5b32ac41728d /sys/arch/hp300 | |
parent | 6f134f204a45add0c85ab0606b3862eb879cc238 (diff) |
regen
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/diodevs.h | 11 | ||||
-rw-r--r-- | sys/arch/hp300/dev/diodevs_data.h | 10 |
2 files changed, 13 insertions, 8 deletions
diff --git a/sys/arch/hp300/dev/diodevs.h b/sys/arch/hp300/dev/diodevs.h index b5e3345680c..359cba01797 100644 --- a/sys/arch/hp300/dev/diodevs.h +++ b/sys/arch/hp300/dev/diodevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: diodevs,v 1.7 2005/09/27 22:05:36 miod Exp + * OpenBSD: diodevs,v 1.8 2008/05/01 14:29:01 miod Exp */ /* $NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp $ */ @@ -126,9 +126,6 @@ #define DIO_DEVICE_SECID_HYPERION 0x0e #define DIO_DEVICE_DESC_HYPERION "A1096A (\"hyperion\") display" -#define DIO_DEVICE_SECID_FB3x2 0x11 -#define DIO_DEVICE_DESC_FB3x2 "362/382 internal display" - /* Unsupported framebuffers. */ @@ -141,6 +138,12 @@ #define DIO_DEVICE_SECID_YGENESIS 0x0d #define DIO_DEVICE_DESC_YGENESIS "y-genesis display" +#define DIO_DEVICE_SECID_FB3X2_A 0x10 +#define DIO_DEVICE_DESC_FB3X2_A "362/382 internal display #1" + +#define DIO_DEVICE_SECID_FB3X2_B 0x11 +#define DIO_DEVICE_DESC_FB3X2_B "362/382 internal display #2" + /* Devices not yet supported. Descriptions are lacking. */ diff --git a/sys/arch/hp300/dev/diodevs_data.h b/sys/arch/hp300/dev/diodevs_data.h index 098e496cad7..f170049bf83 100644 --- a/sys/arch/hp300/dev/diodevs_data.h +++ b/sys/arch/hp300/dev/diodevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: diodevs,v 1.7 2005/09/27 22:05:36 miod Exp + * OpenBSD: diodevs,v 1.8 2008/05/01 14:29:01 miod Exp */ /* $NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp $ */ @@ -42,7 +42,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define DIO_NDEVICES 48 +#define DIO_NDEVICES 49 struct dio_devdata dio_devdatas[] = { { 0x02, 0, 1 }, @@ -70,10 +70,11 @@ struct dio_devdata dio_devdatas[] = { { 0x39, 0x08, 2 }, { 0x39, 0x09, 1 }, { 0x39, 0x0e, 1 }, - { 0x39, 0x11, 4 }, { 0x39, 0x0b, 1 }, { 0x39, 0x0c, 3 }, { 0x39, 0x0d, 1 }, + { 0x39, 0x10, 4 }, + { 0x39, 0x11, 4 }, { 0x03, 0, 1 }, { 0x04, 0, 1 }, { 0x06, 0, 1 }, @@ -122,10 +123,11 @@ struct dio_devdesc dio_devdescs[] = { { 0x39, 0x08, DIO_DEVICE_DESC_DAVINCI }, { 0x39, 0x09, DIO_DEVICE_DESC_XXXCATSEYE }, { 0x39, 0x0e, DIO_DEVICE_DESC_HYPERION }, - { 0x39, 0x11, DIO_DEVICE_DESC_FB3x2 }, { 0x39, 0x0b, DIO_DEVICE_DESC_XGENESIS }, { 0x39, 0x0c, DIO_DEVICE_DESC_TIGERSHARK }, { 0x39, 0x0d, DIO_DEVICE_DESC_YGENESIS }, + { 0x39, 0x10, DIO_DEVICE_DESC_FB3X2_A }, + { 0x39, 0x11, DIO_DEVICE_DESC_FB3X2_B }, { 0x03, 0, DIO_DEVICE_DESC_MISC0 }, { 0x04, 0, DIO_DEVICE_DESC_MISC1 }, { 0x06, 0, DIO_DEVICE_DESC_PARALLEL }, |