diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 13:31:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 13:31:14 -0700 |
commit | 85ffdd28be04c324349dfc7c9de3d4342c885c3f (patch) | |
tree | ff89600f2661d7abd5be7802bdb33c9d8d3f1fa4 /drivers/ata/Makefile | |
parent | 43d39ae0cf8f891c35e8316948229c7cbffa3994 (diff) | |
parent | 77ec15cc265af2c165b7e39cadcaddb9e64aac3d (diff) | |
download | kernel-crypto-85ffdd28be04c324349dfc7c9de3d4342c885c3f.tar.gz kernel-crypto-85ffdd28be04c324349dfc7c9de3d4342c885c3f.tar.xz kernel-crypto-85ffdd28be04c324349dfc7c9de3d4342c885c3f.zip |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
[libata] pata_pcmcia: Add additional id string (corsair, 1GB)
libata: prevent devices with blank model names from being DMA blacklisted
ata_piix: SATA 2port controller port map fix
pata_cs5536: ATA driver for Geode companion chip
libata: add ST9160821AS / 3.CCD to NCQ blacklist
libata: fix revalidation issuing after configuration commands
[libata] sata_nv: add SW NCQ support for MCP51/MCP55/MCP61
[libata] pata_sil680: Add MMIO support
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 2a63645003e..6bdc307649e 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -28,6 +28,7 @@ obj-$(CONFIG_PATA_CMD64X) += pata_cmd64x.o obj-$(CONFIG_PATA_CS5520) += pata_cs5520.o obj-$(CONFIG_PATA_CS5530) += pata_cs5530.o obj-$(CONFIG_PATA_CS5535) += pata_cs5535.o +obj-$(CONFIG_PATA_CS5536) += pata_cs5536.o obj-$(CONFIG_PATA_CYPRESS) += pata_cypress.o obj-$(CONFIG_PATA_EFAR) += pata_efar.o obj-$(CONFIG_PATA_HPT366) += pata_hpt366.o |