Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45554
b: refs/heads/master
c: 9ef3c10
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jan 3, 2007
1 parent 1dac2db commit 9a3314c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ed381ee559ebfab32d3b21896c204992c36179a
refs/heads/master: 9ef3c10e2009d8479b27e3ff39a7779fbca5711c
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ config SCSI_LPFC

config SCSI_SEAGATE
tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support"
depends on X86 && ISA && SCSI && BROKEN
depends on X86 && ISA && SCSI
---help---
These are 8-bit SCSI controllers; the ST-01 is also supported by
this driver. It is explained in section 3.9 of the SCSI-HOWTO,
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/seagate.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
#define DPRINTK( when, msg... ) do { if ( (DEBUG & (when)) == (when) ) printk( msg ); } while (0)
#else
#define DPRINTK( when, msg... ) do { } while (0)
#define DEBUG 0
#endif
#define DANY( msg... ) DPRINTK( 0xffff, msg );

Expand Down Expand Up @@ -523,7 +524,7 @@ int __init seagate_st0x_detect (struct scsi_host_template * tpnt)
#ifdef ARBITRATE
" ARBITRATE"
#endif
#ifdef DEBUG
#if DEBUG
" DEBUG"
#endif
#ifdef FAST
Expand Down Expand Up @@ -733,7 +734,7 @@ static int internal_command (unsigned char target, unsigned char lun,
unsigned char *data = NULL;
struct scatterlist *buffer = NULL;
int clock, temp, nobuffs = 0, done = 0, len = 0;
#ifdef DEBUG
#if DEBUG
int transfered = 0, phase = 0, newphase;
#endif
register unsigned char status_read;
Expand Down

0 comments on commit 9a3314c

Please sign in to comment.