[sata] libata-2.6 queue updated
From: Jeff Garzik <hidden>
Date: 2004-09-15 16:10:34
Also in:
lkml
This is the batch that was submitted to Andrew and Linus yesterday. BK users: bk pull bk://gkernel.bkbits.net/libata-2.4 or bk pull bk://gkernel.bkbits.net/libata-2.6 Patches: http://www.kernel.org/pub/linux/kernel/people/jgarzik/libata/2.4.28-pre3-libata2.patch.bz2 or http://www.kernel.org/pub/linux/kernel/people/jgarzik/libata/2.6.9-rc2-bk1-libata1.patch.bz2 This will update the following files: drivers/pci/quirks.c | 4 drivers/scsi/ata_piix.c | 24 +-- drivers/scsi/libata-core.c | 308 ++++++++++++++++++++++++++------------------ drivers/scsi/sata_nv.c | 66 +++------ drivers/scsi/sata_promise.c | 8 - drivers/scsi/sata_sil.c | 12 - drivers/scsi/sata_sis.c | 58 +++----- drivers/scsi/sata_svw.c | 74 ++++++++++ drivers/scsi/sata_sx4.c | 8 - drivers/scsi/sata_via.c | 53 ++----- drivers/scsi/sata_vsc.c | 8 - include/linux/libata.h | 22 +-- 12 files changed, 363 insertions(+), 282 deletions(-) through these ChangeSets: [off-list ref] (04/09/14 1.1867.6.5) [libata sata_svw] race condition fix, new device support * address race condition WRT order of DMA-start and ATA command issue (see code comment for more details) * Add support for Frodo 4/8 [off-list ref] (04/09/14 1.1867.6.4) [libata] minor comment updates, preparing for iomap merge [off-list ref] (04/09/13 1.1867.6.3) [libata] consolidate legacy/native mode init code into helpers Eliminates duplicate code in sata_nv, sata_sis, and sata_via. [off-list ref] (04/09/13 1.1867.6.2) [libata] remove distinction between MMIO/PIO helper functions Prepare for use of new generic iomap API. [off-list ref] (04/09/13 1.1867.6.1) [libata sata_nv] sync with 2.4 Driver should be using LIBATA_MAX_PRD not ATA_MAX_PRD, due to iommu layer splitting. [off-list ref] (04/08/23 1.1832.2.1) [ata piix] enable ICH5/6 combined mode quirk based on BLK_DEV_IDE_SATA