From 25592d611883f4fd1ca38cf9765109201bd97974 Mon Sep 17 00:00:00 2001 From: Mikulas Patocka Date: Tue, 15 Jul 2008 17:16:38 -0400 Subject: [PATCH] --- yaml --- r: 101416 b: refs/heads/master c: 56d387ec210049be2fdb0fe26ba6d6de1b3c1b15 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/scsi/a100u2w.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1fc617ce5fca..4a9dc8c37494 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 987ff954cda2a206f5e694f267b0ccad869c257c +refs/heads/master: 56d387ec210049be2fdb0fe26ba6d6de1b3c1b15 diff --git a/trunk/drivers/scsi/a100u2w.c b/trunk/drivers/scsi/a100u2w.c index 1dd0fcfe1d70..1e8bdd457834 100644 --- a/trunk/drivers/scsi/a100u2w.c +++ b/trunk/drivers/scsi/a100u2w.c @@ -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 */