diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:34 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:34 -0400 |
commit | ffd4f6f0eed0423652826f3775077d11918b4180 (patch) | |
tree | f574449a3fa0da029d42b401336adefa42bca06b /Documentation/ide | |
parent | 26d799b729003220c0f3e5d9e046e1588c011897 (diff) |
ide: add ide-4drives host driver (take 3)
CONFIG_BLK_DEV_4DRIVES deserves its own host driver:
* Add drivers/ide/legacy/ide-4drives.c and move "4drives" support there.
* Add ide-4drives.o in the link order after all other legacy host
drivers enabled by "ide0=" options (they all are mutually exclusive).
* Make ide-4drives host driver probe itself for IDE devices instead of
indirectly depending on ide_generic host driver.
* Add "probe" module parameter to ide-4drives and update documentation.
v2:
* s/paramater/parameter/ in ide.txt. (Noticed by Randy Dunlap)
v3:
* s/ide_4drives.probe/ide-4drives.probe/ in help entry.
(Noticed by Sergei Shtylyov)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation/ide')
-rw-r--r-- | Documentation/ide/ide.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/ide/ide.txt b/Documentation/ide/ide.txt index 18c02df2f78f..486c699f4aea 100644 --- a/Documentation/ide/ide.txt +++ b/Documentation/ide/ide.txt | |||
@@ -222,8 +222,6 @@ Summary of ide driver parameters for kernel command line | |||
222 | both the respective primary and secondary channel | 222 | both the respective primary and secondary channel |
223 | to take effect. | 223 | to take effect. |
224 | 224 | ||
225 | "idex=four" : four drives on idex and ide(x^1) share same ports | ||
226 | |||
227 | "idex=reset" : reset interface after probe | 225 | "idex=reset" : reset interface after probe |
228 | 226 | ||
229 | "idex=ata66" : informs the interface that it has an 80c cable | 227 | "idex=ata66" : informs the interface that it has an 80c cable |
@@ -250,6 +248,9 @@ Also for legacy CMD640 host driver (cmd640) you need to use "probe_vlb" | |||
250 | kernel paremeter to enable probing for VLB version of the chipset (PCI ones | 248 | kernel paremeter to enable probing for VLB version of the chipset (PCI ones |
251 | are detected automatically). | 249 | are detected automatically). |
252 | 250 | ||
251 | You also need to use "probe" kernel parameter for ide-4drives driver | ||
252 | (support for IDE generic chipset with four drives on one port). | ||
253 | |||
253 | ================================================================================ | 254 | ================================================================================ |
254 | 255 | ||
255 | Some Terminology | 256 | Some Terminology |