Commit d10c2e46 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by James Bottomley

[SCSI] aic7xxx: Update _shipped files

Update the precompiled sequencer code to match the latest
aicasm changes.
Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 3dbd10f3
This diff is collapsed.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $ * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
* $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $ * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
*/ */
static uint8_t seqprog[] = { static const uint8_t seqprog[] = {
0xff, 0x02, 0x06, 0x78, 0xff, 0x02, 0x06, 0x78,
0x00, 0xea, 0x6e, 0x59, 0x00, 0xea, 0x6e, 0x59,
0x01, 0xea, 0x04, 0x30, 0x01, 0xea, 0x04, 0x30,
...@@ -1027,7 +1027,7 @@ ahd_patch0_func(struct ahd_softc *ahd) ...@@ -1027,7 +1027,7 @@ ahd_patch0_func(struct ahd_softc *ahd)
return (0); return (0);
} }
static struct patch { static const struct patch {
ahd_patch_func_t *patch_func; ahd_patch_func_t *patch_func;
uint32_t begin :10, uint32_t begin :10,
skip_instr :10, skip_instr :10,
...@@ -1166,7 +1166,7 @@ static struct patch { ...@@ -1166,7 +1166,7 @@ static struct patch {
{ ahd_patch23_func, 815, 11, 1 } { ahd_patch23_func, 815, 11, 1 }
}; };
static struct cs { static const struct cs {
uint16_t begin; uint16_t begin;
uint16_t end; uint16_t end;
} critical_sections[] = { } critical_sections[] = {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $ * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $
* $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $ * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
*/ */
static uint8_t seqprog[] = { static const uint8_t seqprog[] = {
0xb2, 0x00, 0x00, 0x08, 0xb2, 0x00, 0x00, 0x08,
0xf7, 0x11, 0x22, 0x08, 0xf7, 0x11, 0x22, 0x08,
0x00, 0x65, 0xee, 0x59, 0x00, 0x65, 0xee, 0x59,
...@@ -1081,7 +1081,7 @@ ahc_patch0_func(struct ahc_softc *ahc) ...@@ -1081,7 +1081,7 @@ ahc_patch0_func(struct ahc_softc *ahc)
return (0); return (0);
} }
static struct patch { static const struct patch {
ahc_patch_func_t *patch_func; ahc_patch_func_t *patch_func;
uint32_t begin :10, uint32_t begin :10,
skip_instr :10, skip_instr :10,
...@@ -1291,7 +1291,7 @@ static struct patch { ...@@ -1291,7 +1291,7 @@ static struct patch {
{ ahc_patch4_func, 865, 12, 1 } { ahc_patch4_func, 865, 12, 1 }
}; };
static struct cs { static const struct cs {
uint16_t begin; uint16_t begin;
uint16_t end; uint16_t end;
} critical_sections[] = { } critical_sections[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment