diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /drivers/block/xd.c | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'drivers/block/xd.c')
-rw-r--r-- | drivers/block/xd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xd.c b/drivers/block/xd.c index 2ea4bf393..8adc37fcb 100644 --- a/drivers/block/xd.c +++ b/drivers/block/xd.c @@ -894,7 +894,7 @@ __initfunc(static void xd_wd_init_drive (u_char drive)) xd_setparam(CMD_WDSETPARAM,drive,xd_info[drive].heads,xd_info[drive].cylinders, ((u_short *) (buf))[0xD8],((u_short *) (buf))[0xDA],buf[0x1B4]); } - /* 1002 based RLL controler requests converted adressing, but reports physical + /* 1002 based RLL controler requests converted addressing, but reports physical (physical 26 sec., logical 17 sec.) 1004 based ???? */ if (rll & wd_1002) { |