diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/scsi/aic7xxx_seq.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'drivers/scsi/aic7xxx_seq.h')
-rw-r--r-- | drivers/scsi/aic7xxx_seq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aic7xxx_seq.h b/drivers/scsi/aic7xxx_seq.h index 2721f6bcd..02ac060c9 100644 --- a/drivers/scsi/aic7xxx_seq.h +++ b/drivers/scsi/aic7xxx_seq.h @@ -496,12 +496,12 @@ static unsigned char seqprog[] = { #define SCB_PAGING 0x8 #define TWIN_CHANNEL 0x4 #define TARGET_MODE 0x2 -struct patch { +struct sequencer_patch { int options; int negative; int begin; int end; -} patches[] = { +} sequencer_patches[] = { { 0x00000002, 0, 0x001, 0x002 }, { 0x00000002, 1, 0x002, 0x003 }, { 0x00000004, 0, 0x009, 0x00d }, |