diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:30 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:30 -0500 |
commit | 2be564b03483e57dc0efbd91d91393665caa5aa4 (patch) | |
tree | c80e7854830cbc152a06fba312ac137ad643c9e3 /drivers/ide/pci/piix.c | |
parent | 4166c1993b9e7f87c4d08e2e27f83ada890c2599 (diff) |
piix: remove stale comments
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/pci/piix.c')
-rw-r--r-- | drivers/ide/pci/piix.c | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/drivers/ide/pci/piix.c b/drivers/ide/pci/piix.c index bd6d3f77d30c..70dc8792b44c 100644 --- a/drivers/ide/pci/piix.c +++ b/drivers/ide/pci/piix.c | |||
@@ -8,53 +8,8 @@ | |||
8 | * | 8 | * |
9 | * May be copied or modified under the terms of the GNU General Public License | 9 | * May be copied or modified under the terms of the GNU General Public License |
10 | * | 10 | * |
11 | * PIO mode setting function for Intel chipsets. | 11 | * Documentation: |
12 | * For use instead of BIOS settings. | ||
13 | * | 12 | * |
14 | * 40-41 | ||
15 | * 42-43 | ||
16 | * | ||
17 | * 41 | ||
18 | * 43 | ||
19 | * | ||
20 | * | PIO 0 | c0 | 80 | 0 | | ||
21 | * | PIO 2 | SW2 | d0 | 90 | 4 | | ||
22 | * | PIO 3 | MW1 | e1 | a1 | 9 | | ||
23 | * | PIO 4 | MW2 | e3 | a3 | b | | ||
24 | * | ||
25 | * sitre = word40 & 0x4000; primary | ||
26 | * sitre = word42 & 0x4000; secondary | ||
27 | * | ||
28 | * 44 8421|8421 hdd|hdb | ||
29 | * | ||
30 | * 48 8421 hdd|hdc|hdb|hda udma enabled | ||
31 | * | ||
32 | * 0001 hda | ||
33 | * 0010 hdb | ||
34 | * 0100 hdc | ||
35 | * 1000 hdd | ||
36 | * | ||
37 | * 4a 84|21 hdb|hda | ||
38 | * 4b 84|21 hdd|hdc | ||
39 | * | ||
40 | * ata-33/82371AB | ||
41 | * ata-33/82371EB | ||
42 | * ata-33/82801AB ata-66/82801AA | ||
43 | * 00|00 udma 0 00|00 reserved | ||
44 | * 01|01 udma 1 01|01 udma 3 | ||
45 | * 10|10 udma 2 10|10 udma 4 | ||
46 | * 11|11 reserved 11|11 reserved | ||
47 | * | ||
48 | * 54 8421|8421 ata66 drive|ata66 enable | ||
49 | * | ||
50 | * pci_read_config_word(HWIF(drive)->pci_dev, 0x40, ®40); | ||
51 | * pci_read_config_word(HWIF(drive)->pci_dev, 0x42, ®42); | ||
52 | * pci_read_config_word(HWIF(drive)->pci_dev, 0x44, ®44); | ||
53 | * pci_read_config_byte(HWIF(drive)->pci_dev, 0x48, ®48); | ||
54 | * pci_read_config_word(HWIF(drive)->pci_dev, 0x4a, ®4a); | ||
55 | * pci_read_config_byte(HWIF(drive)->pci_dev, 0x54, ®54); | ||
56 | * | ||
57 | * Documentation | ||
58 | * Publically available from Intel web site. Errata documentation | 13 | * Publically available from Intel web site. Errata documentation |
59 | * is also publically available. As an aide to anyone hacking on this | 14 | * is also publically available. As an aide to anyone hacking on this |
60 | * driver the list of errata that are relevant is below.going back to | 15 | * driver the list of errata that are relevant is below.going back to |