diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-03-22 16:40:21 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-03-22 16:40:21 +0100 |
commit | 15220d9b5a7e6f4ff251350b285674ed676e0d3d (patch) | |
tree | 19a61fd650ca2797647f8f098a4745146949c888 /Documentation/ide | |
parent | ad1c53bcdb831e14b1313ad694d5053ae0349393 (diff) | |
download | op-kernel-dev-15220d9b5a7e6f4ff251350b285674ed676e0d3d.zip op-kernel-dev-15220d9b5a7e6f4ff251350b285674ed676e0d3d.tar.gz |
ide: mark "hdx=[driver_name]" and "hdx=scsi" kernel parameters as obsoleted
Mark "hdx=[driver_name]" and "hdx=scsi" kernel parameters as obsoleted
(nowadays device-driver binding can be changed at runtime through sysfs
and it can also be dealt with using per device driver parameters).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation/ide')
-rw-r--r-- | Documentation/ide/ide.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/ide/ide.txt b/Documentation/ide/ide.txt index d4877a9..3f4db00 100644 --- a/Documentation/ide/ide.txt +++ b/Documentation/ide/ide.txt @@ -242,10 +242,6 @@ Summary of ide driver parameters for kernel command line "hdx=nodma" : disallow DMA - "hdx=scsi" : the return of the ide-scsi flag, this is useful for - allowing ide-floppy, ide-tape, and ide-cdrom|writers - to use ide-scsi emulation on a device specific option. - "idebus=xx" : inform IDE driver of VESA/PCI bus speed in MHz, where "xx" is between 20 and 66 inclusive, used when tuning chipset PIO modes. |