Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11099
b: refs/heads/master
c: 15b6e09
h: refs/heads/master
i:
  11097: 183f0db
  11095: deb9151
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent 48d05be commit ebf9c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 68e4a86c8010d15ec844d06f45cd564631f2fa7e
refs/heads/master: 15b6e09b66b1e534377dbd6c4d6a5d097062315c
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dec_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static int dec_esp_detect(Scsi_Host_Template * tpnt)
mem_start = get_tc_base_addr(slot);

/* Store base addr into esp struct */
esp->slot = PHYSADDR(mem_start);
esp->slot = CPHYSADDR(mem_start);

esp->dregs = 0;
esp->eregs = (struct ESP_regs *) (mem_start + DEC_SCSI_SREG);
Expand Down

0 comments on commit ebf9c6e

Please sign in to comment.