From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- drivers/scsi/aic7xxx_seq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/scsi/aic7xxx_seq.h') 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 }, -- cgit v1.2.3