summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/aic7xxx
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-09-18 19:56:54 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-09-18 19:56:54 +0000
commit379efe054b7037b83749a3d20a1ebc1ae7ae0e80 (patch)
tree963d51003528120670c13ee6709ee23c37e48b65 /sys/dev/microcode/aic7xxx
parent96dcde5dad85352615176bd5817584fbcefe8ba4 (diff)
regen w/ proper rcsids and const
Diffstat (limited to 'sys/dev/microcode/aic7xxx')
-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[] = {