Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ide: Fix file references in drivers/ide/

Fix file references in drivers/ide/

There are a lot of file references to now moved or deleted files in the
whole tree, especially in documentation and Kconfig files. This patch
fixes the references in drivers/ide/.

Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Johann Felix Soden and committed by
Linus Torvalds
1d113601 b2f9452b

+12 -12
+12 -12
drivers/ide/Kconfig
··· 327 327 select BLK_DEV_IDEPCI 328 328 help 329 329 This is a driver for the OPTi 82C621 EIDE controller. 330 - Please read the comments at the top of <file:drivers/ide/pci/opti621.c>. 330 + Please read the comments at the top of <file:drivers/ide/opti621.c>. 331 331 332 332 config BLK_DEV_RZ1000 333 333 tristate "RZ1000 chipset bugfix/support" ··· 365 365 normal dual channel support. 366 366 367 367 Please read the comments at the top of 368 - <file:drivers/ide/pci/alim15x3.c>. 368 + <file:drivers/ide/alim15x3.c>. 369 369 370 370 If unsure, say N. 371 371 ··· 528 528 This driver adds detection and support for the NS87415 chip 529 529 (used mainly on SPARC64 and PA-RISC machines). 530 530 531 - Please read the comments at the top of <file:drivers/ide/pci/ns87415.c>. 531 + Please read the comments at the top of <file:drivers/ide/ns87415.c>. 532 532 533 533 config BLK_DEV_PDC202XX_OLD 534 534 tristate "PROMISE PDC202{46|62|65|67} support" ··· 547 547 for more than one card. 548 548 549 549 Please read the comments at the top of 550 - <file:drivers/ide/pci/pdc202xx_old.c>. 550 + <file:drivers/ide/pdc202xx_old.c>. 551 551 552 552 If unsure, say N. 553 553 ··· 593 593 ATA100: SiS635, SiS645, SiS650, SiS730, SiS735, SiS740, 594 594 SiS745, SiS750 595 595 596 - Please read the comments at the top of <file:drivers/ide/pci/sis5513.c>. 596 + Please read the comments at the top of <file:drivers/ide/sis5513.c>. 597 597 598 598 config BLK_DEV_SL82C105 599 599 tristate "Winbond SL82c105 support" ··· 616 616 look-a-like to the PIIX4 it should be a nice addition. 617 617 618 618 Please read the comments at the top of 619 - <file:drivers/ide/pci/slc90e66.c>. 619 + <file:drivers/ide/slc90e66.c>. 620 620 621 621 config BLK_DEV_TRM290 622 622 tristate "Tekram TRM290 chipset support" ··· 625 625 This driver adds support for bus master DMA transfers 626 626 using the Tekram TRM290 PCI IDE chip. Volunteers are 627 627 needed for further tweaking and development. 628 - Please read the comments at the top of <file:drivers/ide/pci/trm290.c>. 628 + Please read the comments at the top of <file:drivers/ide/trm290.c>. 629 629 630 630 config BLK_DEV_VIA82CXXX 631 631 tristate "VIA82CXXX chipset support" ··· 836 836 of the ALI M1439/1443/1445/1487/1489 chipsets, and permits faster 837 837 I/O speeds to be set as well. 838 838 See the files <file:Documentation/ide/ide.txt> and 839 - <file:drivers/ide/legacy/ali14xx.c> for more info. 839 + <file:drivers/ide/ali14xx.c> for more info. 840 840 841 841 config BLK_DEV_DTC2278 842 842 tristate "DTC-2278 support" ··· 847 847 boot parameter. It enables support for the secondary IDE interface 848 848 of the DTC-2278 card, and permits faster I/O speeds to be set as 849 849 well. See the <file:Documentation/ide/ide.txt> and 850 - <file:drivers/ide/legacy/dtc2278.c> files for more info. 850 + <file:drivers/ide/dtc2278.c> files for more info. 851 851 852 852 config BLK_DEV_HT6560B 853 853 tristate "Holtek HT6560B support" ··· 858 858 boot parameter. It enables support for the secondary IDE interface 859 859 of the Holtek card, and permits faster I/O speeds to be set as well. 860 860 See the <file:Documentation/ide/ide.txt> and 861 - <file:drivers/ide/legacy/ht6560b.c> files for more info. 861 + <file:drivers/ide/ht6560b.c> files for more info. 862 862 863 863 config BLK_DEV_QD65XX 864 864 tristate "QDI QD65xx support" ··· 867 867 help 868 868 This driver is enabled at runtime using the "qd65xx.probe" kernel 869 869 boot parameter. It permits faster I/O speeds to be set. See the 870 - <file:Documentation/ide/ide.txt> and <file:drivers/ide/legacy/qd65xx.c> 870 + <file:Documentation/ide/ide.txt> and <file:drivers/ide/qd65xx.c> 871 871 for more info. 872 872 873 873 config BLK_DEV_UMC8672 ··· 879 879 boot parameter. It enables support for the secondary IDE interface 880 880 of the UMC-8672, and permits faster I/O speeds to be set as well. 881 881 See the files <file:Documentation/ide/ide.txt> and 882 - <file:drivers/ide/legacy/umc8672.c> for more info. 882 + <file:drivers/ide/umc8672.c> for more info. 883 883 884 884 endif 885 885