summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fastlane.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /drivers/scsi/fastlane.c
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'drivers/scsi/fastlane.c')
-rw-r--r--drivers/scsi/fastlane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/fastlane.c b/drivers/scsi/fastlane.c
index 45af25328..d6de03cd7 100644
--- a/drivers/scsi/fastlane.c
+++ b/drivers/scsi/fastlane.c
@@ -72,7 +72,7 @@ static unsigned char ctrl_data = 0; /* Keep backup of the stuff written
volatile unsigned char cmd_buffer[16];
/* This is where all commands are put
- * before they are trasfered to the ESP chip
+ * before they are transfered to the ESP chip
* via PIO.
*/
@@ -163,7 +163,7 @@ int fastlane_esp_detect(Scsi_Host_Template *tpnt)
/* Set the command buffer */
esp->esp_command = (volatile unsigned char*) cmd_buffer;
- esp->esp_command_dvma = VTOP((unsigned long) cmd_buffer);
+ esp->esp_command_dvma = virt_to_bus((unsigned long) cmd_buffer);
esp->irq = IRQ_AMIGA_PORTS;
request_irq(IRQ_AMIGA_PORTS, esp_intr, 0,