diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-12 20:32:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-12 20:32:34 +0000 |
commit | 3cb1cadbb2a19c6c23ba921c3eb92b1df03f12bd (patch) | |
tree | 593f6985d027f79ccbd8986c966d7ce4891de536 | |
parent | 3684616ad5f85436be352275d00c73ac53712324 (diff) |
regen
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx_seq.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx_seq.h b/sys/dev/microcode/aic7xxx/aic7xxx_seq.h index 9362e42b28c..2f159fc2053 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.10 2002/07/05 05:41:03 smurph Exp $ */ +/* $OpenBSD: aic7xxx_seq.h,v 1.11 2003/08/12 20:32:33 mickey Exp $ */ /* * DO NOT EDIT - This file is automatically generated * from the following source files: * - * $Id: aic7xxx_seq.h,v 1.10 2002/07/05 05:41:03 smurph Exp $ - * $Id: aic7xxx_seq.h,v 1.10 2002/07/05 05:41:03 smurph Exp $ + * $Id: aic7xxx_seq.h,v 1.11 2003/08/12 20:32:33 mickey Exp $ + * $Id: aic7xxx_seq.h,v 1.11 2003/08/12 20:32:33 mickey Exp $ */ -static u_int8_t seqprog[] = { +static const u_int8_t seqprog[] = { 0xb2, 0x00, 0x00, 0x08, 0xf7, 0x11, 0x22, 0x08, 0x00, 0x65, 0xe0, 0x59, @@ -1075,7 +1075,7 @@ static struct patch { uint32_t begin :10, skip_instr :10, skip_patch :12; -} patches[] = { +} const patches[] = { { aic_patch1_func, 4, 1, 1 }, { aic_patch2_func, 6, 2, 1 }, { aic_patch2_func, 9, 1, 1 }, @@ -1284,7 +1284,7 @@ static struct patch { static struct cs { u_int16_t begin; u_int16_t end; -} critical_sections[] = { +} const critical_sections[] = { { 11, 18 }, { 21, 30 }, { 700, 716 }, |