diff options
author | Elias Oltmanns <eo@nebensachen.de> | 2008-07-16 14:33:48 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:48 -0400 |
commit | bb7ee9b1ec15358af870a81b0c6a03af29417f99 (patch) | |
tree | edb8df39fb0f8d73ec517c4573257fcfea528d7d /Documentation/ioctl | |
parent | 3ef5eb424ebf0cd981192a416358fd707a9f959b (diff) |
Update documentation of HDIO_DRIVE_RESET ioctl
Alter the entry for HDIO_DRIVE_RESET in Documentation/ioctl/hdio.txt to
reflect a functional change in the driver. Besides, the entry has been
inaccurate before.
Signed-off-by: Elias Oltmanns <eo@nebensachen.de>
Cc: "Alan Cox" <alan@lxorguk.ukuu.org.uk>
Cc: "Randy Dunlap" <randy.dunlap@oracle.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation/ioctl')
-rw-r--r-- | Documentation/ioctl/hdio.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/ioctl/hdio.txt b/Documentation/ioctl/hdio.txt index c19efdeace2c..44d283d6b136 100644 --- a/Documentation/ioctl/hdio.txt +++ b/Documentation/ioctl/hdio.txt | |||
@@ -511,9 +511,8 @@ HDIO_DRIVE_RESET execute a device reset | |||
511 | 511 | ||
512 | notes: | 512 | notes: |
513 | 513 | ||
514 | Abort any current command, prevent anything else from being | 514 | Execute a reset on the device as soon as the current IO |
515 | queued, execute a reset on the device, and issue BLKRRPART | 515 | operation has completed. |
516 | ioctl on the block device. | ||
517 | 516 | ||
518 | Executes an ATAPI soft reset if applicable, otherwise | 517 | Executes an ATAPI soft reset if applicable, otherwise |
519 | executes an ATA soft reset on the controller. | 518 | executes an ATA soft reset on the controller. |