summaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/Makefile
diff options
context:
space:
mode:
authorAlan Cox2005-06-28 00:24:30 +0200
committerLinus Torvalds2005-06-28 02:36:41 +0200
commitda9091ee3b5f9808c64abb925cefe7b100018614 (patch)
treeab16a874b58cb1a0dbe3cc4ee9e1afb766b69c97 /drivers/ide/pci/Makefile
parent[PATCH] ide: fix crashes with hotplug serverworks (diff)
downloadkernel-qcow2-linux-da9091ee3b5f9808c64abb925cefe7b100018614.tar.gz
kernel-qcow2-linux-da9091ee3b5f9808c64abb925cefe7b100018614.tar.xz
kernel-qcow2-linux-da9091ee3b5f9808c64abb925cefe7b100018614.zip
[PATCH] ide: it8212 backport for Bartlomiej IDE
This lets you throw out the iteraid stuff that has ended up back in due to stupid goings on in the IDE world. Its the same heavily tested code shipped in Fedora/Red Hat products but without the other dependancies on the Bartlomiej IDE layer. Pre-requisite: the ide-disk patch I sent to handle pure LBA devices. Obviously you lose things like hot unplug with the Bartlomiej IDE layer at the moment but that won't matter to most users. The patch does the following - Add IT8211/12 to pci_ids.h - Add Makefile/Kconfig entry - Add it8212 driver No core IDE code is touched by this diff Embedded system testing and the ability to force raid mode off by David Howells Made possible by the ite reference code, documentation and also several clarifications and pieces of assistance provided by ITE themselves Signed-off-by: Alan Cox <alan@redhat.com> Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/ide/pci/Makefile')
-rw-r--r--drivers/ide/pci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/pci/Makefile b/drivers/ide/pci/Makefile
index 55e6e553e497..af46226c1796 100644
--- a/drivers/ide/pci/Makefile
+++ b/drivers/ide/pci/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_BLK_DEV_HPT34X) += hpt34x.o
obj-$(CONFIG_BLK_DEV_HPT366) += hpt366.o
#obj-$(CONFIG_BLK_DEV_HPT37X) += hpt37x.o
obj-$(CONFIG_BLK_DEV_IT8172) += it8172.o
+obj-$(CONFIG_BLK_DEV_IT821X) += it821x.o
obj-$(CONFIG_BLK_DEV_NS87415) += ns87415.o
obj-$(CONFIG_BLK_DEV_OPTI621) += opti621.o
obj-$(CONFIG_BLK_DEV_PDC202XX_OLD) += pdc202xx_old.o