diff options
Diffstat (limited to 'Documentation/ide.txt')
-rw-r--r-- | Documentation/ide.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Documentation/ide.txt b/Documentation/ide.txt index 82349f5cd3d7..3bb9f9c98611 100644 --- a/Documentation/ide.txt +++ b/Documentation/ide.txt | |||
@@ -294,13 +294,8 @@ The following are valid ONLY on ide0, which usually corresponds | |||
294 | to the first ATA interface found on the particular host, and the defaults for | 294 | to the first ATA interface found on the particular host, and the defaults for |
295 | the base,ctl ports must not be altered. | 295 | the base,ctl ports must not be altered. |
296 | 296 | ||
297 | "ide0=dtc2278" : probe/support DTC2278 interface | ||
298 | "ide0=ht6560b" : probe/support HT6560B interface | ||
299 | "ide0=cmd640_vlb" : *REQUIRED* for VLB cards with the CMD640 chip | 297 | "ide0=cmd640_vlb" : *REQUIRED* for VLB cards with the CMD640 chip |
300 | (not for PCI -- automatically detected) | 298 | (not for PCI -- automatically detected) |
301 | "ide0=qd65xx" : probe/support qd65xx interface | ||
302 | "ide0=ali14xx" : probe/support ali14xx chipsets (ALI M1439/M1443/M1445) | ||
303 | "ide0=umc8672" : probe/support umc8672 chipsets | ||
304 | 299 | ||
305 | "ide=doubler" : probe/support IDE doublers on Amiga | 300 | "ide=doubler" : probe/support IDE doublers on Amiga |
306 | 301 | ||
@@ -308,6 +303,15 @@ There may be more options than shown -- use the source, Luke! | |||
308 | 303 | ||
309 | Everything else is rejected with a "BAD OPTION" message. | 304 | Everything else is rejected with a "BAD OPTION" message. |
310 | 305 | ||
306 | For legacy IDE VLB host drivers (ali14xx/dtc2278/ht6560b/qd65xx/umc8672) | ||
307 | you need to explicitly enable probing by using "probe" kernel parameter, | ||
308 | i.e. to enable probing for ALI M14xx chipsets (ali14xx host driver) use: | ||
309 | |||
310 | * "ali14xx.probe" boot option when ali14xx driver is built-in the kernel | ||
311 | |||
312 | * "probe" module parameter when ali14xx driver is compiled as module | ||
313 | ("modprobe ali14xx probe") | ||
314 | |||
311 | ================================================================================ | 315 | ================================================================================ |
312 | 316 | ||
313 | IDE ATAPI streaming tape driver | 317 | IDE ATAPI streaming tape driver |