summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2004-09-18 19:56:52 +0000
committermickey <mickey@openbsd.org>2004-09-18 19:56:52 +0000
commit72c33db3ed2e2f852bff05a5afdce37bc62400e7 (patch)
treeb78b113f7bff78c905468766afe4593ee20038d1
parentsupport microcode being const; krw@ ok (diff)
downloadwireguard-openbsd-72c33db3ed2e2f852bff05a5afdce37bc62400e7.tar.xz
wireguard-openbsd-72c33db3ed2e2f852bff05a5afdce37bc62400e7.zip
regen w/ proper rcsids and const
-rw-r--r--sys/dev/microcode/aic7xxx/aic79xx_reg.h6
-rw-r--r--sys/dev/microcode/aic7xxx/aic79xx_seq.h12
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx_reg.h6
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx_seq.h12
4 files changed, 18 insertions, 18 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx_reg.h b/sys/dev/microcode/aic7xxx/aic79xx_reg.h
index ffab1e8e29b..81191e394d2 100644
--- a/sys/dev/microcode/aic7xxx/aic79xx_reg.h
+++ b/sys/dev/microcode/aic7xxx/aic79xx_reg.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: aic79xx_reg.h,v 1.1 2004/05/19 00:35:18 krw Exp $ */
+/* $OpenBSD: aic79xx_reg.h,v 1.2 2004/09/18 19:56:52 mickey Exp $ */
/*
* DO NOT EDIT - This file is automatically generated
* from the following source files:
*
- * $Id: aic79xx_reg.h,v 1.1 2004/05/19 00:35:18 krw Exp $
- * $Id: aic79xx_reg.h,v 1.1 2004/05/19 00:35:18 krw Exp $
+ * Id: aic79xx.seq,v 1.4 2004/05/19 00:35:18 krw Exp
+ * Id: aic79xx.reg,v 1.3 2004/05/19 00:35:18 krw Exp
*/
typedef int (ahd_reg_print_t)(u_int, u_int *, u_int);
typedef struct ahd_reg_parse_entry {
diff --git a/sys/dev/microcode/aic7xxx/aic79xx_seq.h b/sys/dev/microcode/aic7xxx/aic79xx_seq.h
index a5f55fa0bef..18494a00a17 100644
--- a/sys/dev/microcode/aic7xxx/aic79xx_seq.h
+++ b/sys/dev/microcode/aic7xxx/aic79xx_seq.h
@@ -1,12 +1,12 @@
-/* $OpenBSD: aic79xx_seq.h,v 1.3 2004/05/19 00:35:18 krw Exp $ */
+/* $OpenBSD: aic79xx_seq.h,v 1.4 2004/09/18 19:56:52 mickey Exp $ */
/*
* DO NOT EDIT - This file is automatically generated
* from the following source files:
*
- * $Id: aic79xx_seq.h,v 1.3 2004/05/19 00:35:18 krw Exp $
- * $Id: aic79xx_seq.h,v 1.3 2004/05/19 00:35:18 krw Exp $
+ * Id: aic79xx.seq,v 1.4 2004/05/19 00:35:18 krw Exp
+ * Id: aic79xx.reg,v 1.3 2004/05/19 00:35:18 krw Exp
*/
-static uint8_t seqprog[] = {
+static const uint8_t seqprog[] = {
0xff, 0x02, 0x06, 0x78,
0x00, 0xea, 0x64, 0x59,
0x01, 0xea, 0x04, 0x30,
@@ -1015,7 +1015,7 @@ ahd_patch0_func(struct ahd_softc *ahd)
return (0);
}
-static struct patch {
+static const struct patch {
ahd_patch_func_t *patch_func;
uint32_t begin :10,
skip_instr :10,
@@ -1153,7 +1153,7 @@ static struct patch {
{ ahd_patch23_func, 802, 11, 1 }
};
-static struct cs {
+static const struct cs {
uint16_t begin;
uint16_t end;
} critical_sections[] = {
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx_reg.h b/sys/dev/microcode/aic7xxx/aic7xxx_reg.h
index fe4d446e6b6..9d606044d2f 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx_reg.h
+++ b/sys/dev/microcode/aic7xxx/aic7xxx_reg.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: aic7xxx_reg.h,v 1.8 2004/08/01 01:36:23 krw Exp $ */
+/* $OpenBSD: aic7xxx_reg.h,v 1.9 2004/09/18 19:56:53 mickey Exp $ */
/*
* DO NOT EDIT - This file is automatically generated
* from the following source files:
*
- * $Id: aic7xxx_reg.h,v 1.8 2004/08/01 01:36:23 krw Exp $
- * $Id: aic7xxx_reg.h,v 1.8 2004/08/01 01:36:23 krw Exp $
+ * Id: aic7xxx.seq,v 1.17 2004/08/01 01:36:23 krw Exp
+ * Id: aic7xxx.reg,v 1.10 2004/08/01 01:36:23 krw Exp
*/
typedef int (ahc_reg_print_t)(u_int, u_int *, u_int);
typedef struct ahc_reg_parse_entry {
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h
index 8a181309f56..58063c8333f 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h
+++ b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h
@@ -1,12 +1,12 @@
-/* $OpenBSD: aic7xxx_seq.h,v 1.15 2004/08/01 01:36:24 krw Exp $ */
+/* $OpenBSD: aic7xxx_seq.h,v 1.16 2004/09/18 19:56:53 mickey Exp $ */
/*
* DO NOT EDIT - This file is automatically generated
* from the following source files:
*
- * $Id: aic7xxx_seq.h,v 1.15 2004/08/01 01:36:24 krw Exp $
- * $Id: aic7xxx_seq.h,v 1.15 2004/08/01 01:36:24 krw Exp $
+ * Id: aic7xxx.seq,v 1.17 2004/08/01 01:36:23 krw Exp
+ * Id: aic7xxx.reg,v 1.10 2004/08/01 01:36:23 krw Exp
*/
-static uint8_t seqprog[] = {
+static const uint8_t seqprog[] = {
0xb2, 0x00, 0x00, 0x08,
0xf7, 0x11, 0x22, 0x08,
0x00, 0x65, 0xee, 0x59,
@@ -1082,7 +1082,7 @@ ahc_patch0_func(struct ahc_softc *ahc)
return (0);
}
-static struct patch {
+static const struct patch {
ahc_patch_func_t *patch_func;
uint32_t begin :10,
skip_instr :10,
@@ -1292,7 +1292,7 @@ static struct patch {
{ ahc_patch4_func, 865, 12, 1 }
};
-static struct cs {
+static const struct cs {
uint16_t begin;
uint16_t end;
} critical_sections[] = {