diff options
| author | 2003-03-21 16:18:46 +0000 | |
|---|---|---|
| committer | 2003-03-21 16:18:46 +0000 | |
| commit | 3b2c324dce6e388e7fe899bc3d852265b3d46535 (patch) | |
| tree | 397d2cd3e1783bae742c54c532eb33049b1783df | |
| parent | its obwous``renassiance'' apeers too be a spelink mistaek. (diff) | |
| download | wireguard-openbsd-3b2c324dce6e388e7fe899bc3d852265b3d46535.tar.xz wireguard-openbsd-3b2c324dce6e388e7fe899bc3d852265b3d46535.zip | |
Regen
| -rw-r--r-- | sys/arch/hp300/dev/diodevs.h | 6 | ||||
| -rw-r--r-- | sys/arch/hp300/dev/diodevs_data.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hp300/dev/diodevs.h b/sys/arch/hp300/dev/diodevs.h index 1057324ecb6..f20c5fe0da6 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.2 1997/02/03 04:47:18 downsj Exp + * OpenBSD: diodevs,v 1.4 2003/03/21 16:18:29 miod Exp */ /*- @@ -104,8 +104,8 @@ #define DIO_DEVICE_SECID_TOPCAT 0x02 #define DIO_DEVICE_DESC_TOPCAT "98544/98545/98547 (\"topcat\") display" -#define DIO_DEVICE_SECID_RENASSIANCE 0x04 -#define DIO_DEVICE_DESC_RENASSIANCE "98720/98721 (\"renassiance\") display" +#define DIO_DEVICE_SECID_RENAISSANCE 0x04 +#define DIO_DEVICE_DESC_RENAISSANCE "98720/98721 (\"renaissance\") display" #define DIO_DEVICE_SECID_LRCATSEYE 0x05 #define DIO_DEVICE_DESC_LRCATSEYE "low-res catseye display" diff --git a/sys/arch/hp300/dev/diodevs_data.h b/sys/arch/hp300/dev/diodevs_data.h index a5eefb4a33c..bd9c10948fb 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.2 1997/02/03 04:47:18 downsj Exp + * OpenBSD: diodevs,v 1.4 2003/03/21 16:18:29 miod Exp */ /*- @@ -112,7 +112,7 @@ struct dio_devdesc dio_devdescs[] = { { 0x39, 0, DIO_DEVICE_DESC_FRAMEBUFFER }, { 0x39, 0x01, DIO_DEVICE_DESC_GATORBOX }, { 0x39, 0x02, DIO_DEVICE_DESC_TOPCAT }, - { 0x39, 0x04, DIO_DEVICE_DESC_RENASSIANCE }, + { 0x39, 0x04, DIO_DEVICE_DESC_RENAISSANCE }, { 0x39, 0x05, DIO_DEVICE_DESC_LRCATSEYE }, { 0x39, 0x06, DIO_DEVICE_DESC_HRCCATSEYE }, { 0x39, 0x07, DIO_DEVICE_DESC_HRMCATSEYE }, |
