diff options
author | Jan Evert van Grootheest <j.e.van.grootheest@caiway.nl> | 2008-07-24 16:53:35 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-24 16:53:35 -0400 |
commit | 216f9a88feabf5ed574c3aa78447a6bd872910bc (patch) | |
tree | 66c199a09e8179b076248fbef8c613dc2936980e | |
parent | eb34b2d90e71380ad19695188934230b06a3668b (diff) |
ht6560b: remove old history
Remove the ancient version history. Git does a better job.
From: Jan Evert van Grootheest <j.e.van.grootheest@caiway.nl>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r-- | drivers/ide/legacy/ht6560b.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/ide/legacy/ht6560b.c b/drivers/ide/legacy/ht6560b.c index 7262b3ad45c6..98f7c95e39ed 100644 --- a/drivers/ide/legacy/ht6560b.c +++ b/drivers/ide/legacy/ht6560b.c | |||
@@ -3,28 +3,6 @@ | |||
3 | */ | 3 | */ |
4 | 4 | ||
5 | /* | 5 | /* |
6 | * | ||
7 | * Version 0.01 Initial version hacked out of ide.c | ||
8 | * | ||
9 | * Version 0.02 Added support for PIO modes, auto-tune | ||
10 | * | ||
11 | * Version 0.03 Some cleanups | ||
12 | * | ||
13 | * Version 0.05 PIO mode cycle timings auto-tune using bus-speed | ||
14 | * | ||
15 | * Version 0.06 Prefetch mode now defaults no OFF. To set | ||
16 | * prefetch mode OFF/ON use "hdparm -p8/-p9". | ||
17 | * Unmask irq is disabled when prefetch mode | ||
18 | * is enabled. | ||
19 | * | ||
20 | * Version 0.07 Trying to fix CD-ROM detection problem. | ||
21 | * "Prefetch" mode bit OFF for ide disks and | ||
22 | * ON for anything else. | ||
23 | * | ||
24 | * Version 0.08 Need to force prefetch for CDs and other non-disk | ||
25 | * devices. (not sure which devices exactly need | ||
26 | * prefetch) | ||
27 | * | ||
28 | * HT-6560B EIDE-controller support | 6 | * HT-6560B EIDE-controller support |
29 | * To activate controller support use kernel parameter "ide0=ht6560b". | 7 | * To activate controller support use kernel parameter "ide0=ht6560b". |
30 | * Use hdparm utility to enable PIO mode support. | 8 | * Use hdparm utility to enable PIO mode support. |