diff options
| author | John W. Linville <linville@tuxdriver.com> | 2006-08-02 14:15:39 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2006-08-02 14:15:39 -0400 |
| commit | 02b311bce9fc87987a123adc3e6a2d0a2caa70e2 (patch) | |
| tree | ba5c42ecf98de1a1a72f4bd5d94dc729ca8196c9 /drivers/ide/ide.c | |
| parent | 8f0f850e240df5bea027caeb1723142c50e37e57 (diff) | |
| parent | 49b1e3ea19b1c95c2f012b8331ffb3b169e4c042 (diff) | |
Merge branch 'from-linus' into upstream
Diffstat (limited to 'drivers/ide/ide.c')
| -rw-r--r-- | drivers/ide/ide.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index 05fbd9298db7..defd4b4bd374 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
| @@ -1539,7 +1539,7 @@ static int __init ide_setup(char *s) | |||
| 1539 | const char *hd_words[] = { | 1539 | const char *hd_words[] = { |
| 1540 | "none", "noprobe", "nowerr", "cdrom", "serialize", | 1540 | "none", "noprobe", "nowerr", "cdrom", "serialize", |
| 1541 | "autotune", "noautotune", "minus8", "swapdata", "bswap", | 1541 | "autotune", "noautotune", "minus8", "swapdata", "bswap", |
| 1542 | "minus11", "remap", "remap63", "scsi", NULL }; | 1542 | "noflush", "remap", "remap63", "scsi", NULL }; |
| 1543 | unit = s[2] - 'a'; | 1543 | unit = s[2] - 'a'; |
| 1544 | hw = unit / MAX_DRIVES; | 1544 | hw = unit / MAX_DRIVES; |
| 1545 | unit = unit % MAX_DRIVES; | 1545 | unit = unit % MAX_DRIVES; |
| @@ -1578,6 +1578,9 @@ static int __init ide_setup(char *s) | |||
| 1578 | case -10: /* "bswap" */ | 1578 | case -10: /* "bswap" */ |
| 1579 | drive->bswap = 1; | 1579 | drive->bswap = 1; |
| 1580 | goto done; | 1580 | goto done; |
| 1581 | case -11: /* noflush */ | ||
| 1582 | drive->noflush = 1; | ||
| 1583 | goto done; | ||
| 1581 | case -12: /* "remap" */ | 1584 | case -12: /* "remap" */ |
| 1582 | drive->remap_0_to_1 = 1; | 1585 | drive->remap_0_to_1 = 1; |
| 1583 | goto done; | 1586 | goto done; |
