patch-2.1.14 linux/drivers/scsi/seagate.c
Next file: linux/drivers/scsi/sr_ioctl.c
Previous file: linux/drivers/scsi/sd_ioctl.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Nov 29 11:12:37 1996
- Orig file:
v2.1.13/linux/drivers/scsi/seagate.c
- Orig date:
Tue Oct 29 19:58:13 1996
diff -u --recursive --new-file v2.1.13/linux/drivers/scsi/seagate.c linux/drivers/scsi/seagate.c
@@ -345,7 +345,7 @@
if (base_address)
{
- st0x_cr_sr = base_address + (controller_type == SEAGATE ? 0x1a00 : 0x1c00));
+ st0x_cr_sr = base_address + (controller_type == SEAGATE ? 0x1a00 : 0x1c00);
st0x_dr = st0x_cr_sr + 0x200;
#ifdef DEBUG
printk("%s detected. Base address = %x, cr = %x, dr = %x\n", tpnt->name, base_address, st0x_cr_sr, st0x_dr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov