Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101416
b: refs/heads/master
c: 56d387e
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and Linus Torvalds committed Jul 15, 2008
1 parent 08cca81 commit 25592d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 987ff954cda2a206f5e694f267b0ccad869c257c
refs/heads/master: 56d387ec210049be2fdb0fe26ba6d6de1b3c1b15
1 change: 1 addition & 0 deletions trunk/drivers/scsi/a100u2w.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ static u8 orc_load_firmware(struct orc_host * host)

/* Copy the code from the BIOS to the SRAM */

udelay(500); /* Required on Sun Ultra 5 ... 350 -> failures */
bios_addr = (u16) le32_to_cpu(data32); /* FW code locate at BIOS address + ? */
for (i = 0, data32_ptr = (u8 *) & data32; /* Download the code */
i < 0x1000; /* Firmware code size = 4K */
Expand Down

0 comments on commit 25592d6

Please sign in to comment.