patch-2.1.125 linux/drivers/scsi/fastlane.c
Next file: linux/drivers/scsi/hosts.c
Previous file: linux/drivers/scsi/cyberstormII.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Oct 5 13:43:31 1998
- Orig file:
v2.1.124/linux/drivers/scsi/fastlane.c
- Orig date:
Mon Aug 3 12:45:46 1998
diff -u --recursive --new-file v2.1.124/linux/drivers/scsi/fastlane.c linux/drivers/scsi/fastlane.c
@@ -163,7 +163,7 @@
/* 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,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov