Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14945
b: refs/heads/master
c: 8b2f813
h: refs/heads/master
i:
  14943: 6ea4db8
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Dec 1, 2005
1 parent 54f3eaf commit 66fa58e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: fb121b067be77a9927e9453e427cf5819eb8ef01
refs/heads/master: 8b2f81385aa02e9405990b7fe44462dfceb75ef7
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/sym53c8xx_2/sym_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,7 @@ static void sym2_set_dt(struct scsi_target *starget, int dt)
tp->tgoal.check_nego = 1;
}

#if 0
static void sym2_set_iu(struct scsi_target *starget, int iu)
{
struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
Expand All @@ -2111,7 +2112,7 @@ static void sym2_set_qas(struct scsi_target *starget, int qas)
tp->tgoal.qas = 0;
tp->tgoal.check_nego = 1;
}

#endif

static struct spi_function_template sym2_transport_functions = {
.set_offset = sym2_set_offset,
Expand All @@ -2122,10 +2123,12 @@ static struct spi_function_template sym2_transport_functions = {
.show_width = 1,
.set_dt = sym2_set_dt,
.show_dt = 1,
#if 0
.set_iu = sym2_set_iu,
.show_iu = 1,
.set_qas = sym2_set_qas,
.show_qas = 1,
#endif
.get_signalling = sym2_get_signalling,
};

Expand Down

0 comments on commit 66fa58e

Please sign in to comment.