diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-27 22:06:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-27 22:06:02 +0000 |
commit | 525236c6e2c1f6cf89cdc5b0670e3444d828399e (patch) | |
tree | 4333b918bde8b732f23f12be2fbd759d20258619 /sys/arch/hp300/dev | |
parent | 60cd9e8f462fac317e2f22b2d9e9feb0a083a922 (diff) |
Regen (3x2 frame buffer, 4 select codes).
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/diodevs.h | 5 | ||||
-rw-r--r-- | sys/arch/hp300/dev/diodevs_data.h | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/diodevs.h b/sys/arch/hp300/dev/diodevs.h index 857d2c94337..b5e3345680c 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.6 2005/01/15 21:45:23 miod Exp + * OpenBSD: diodevs,v 1.7 2005/09/27 22:05:36 miod Exp */ /* $NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp $ */ @@ -126,6 +126,9 @@ #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. */ diff --git a/sys/arch/hp300/dev/diodevs_data.h b/sys/arch/hp300/dev/diodevs_data.h index 15f39fd82b3..098e496cad7 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.6 2005/01/15 21:45:23 miod Exp + * OpenBSD: diodevs,v 1.7 2005/09/27 22:05:36 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 47 +#define DIO_NDEVICES 48 struct dio_devdata dio_devdatas[] = { { 0x02, 0, 1 }, @@ -70,6 +70,7 @@ 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 }, @@ -121,6 +122,7 @@ 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 }, |