Re: [git patches] IDE fixes for 2.6.23-rc6

From: Jeff Garzik
Date: Tue Sep 11 2007 - 19:40:49 EST


Bartlomiej Zolnierkiewicz wrote:
Please pull from:

master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git/

to receive the following updates:

drivers/ata/pata_ali.c | 7 ++
drivers/ide/Kconfig | 4 +-
drivers/ide/ide-iops.c | 3 +-
drivers/ide/pci/alim15x3.c | 7 ++
drivers/ide/pci/hpt366.c | 138 +++++++++++++++++++++++-----------------
drivers/ide/pci/pdc202xx_new.c | 9 ++-
drivers/ide/pci/via82cxxx.c | 15 +++-
drivers/ide/ppc/mpc8xx.c | 1 -
drivers/ide/setup-pci.c | 41 +++++-------
include/linux/ide.h | 13 ++++
10 files changed, 141 insertions(+), 97 deletions(-)


Bartlomiej Zolnierkiewicz (1):
via82cxxx: add Arima W730-K8 and other rebadgings to short cables list

Daniel Exner (1):
pata_ali/alim15x3: override 80-wire cable detection for Toshiba S1800-814

Kumar Gala (1):
mpc8xx: Only build mpc8xx on arch/ppc

Mikael Pettersson (1):
pdc202xx_new: PLL detection fix

Sergei Shtylyov (5):
ide: fix PCI refcounting
pdc202xx_new: fix PCI refcounting
hpt366: fix PCI clock detection for HPT374 (take 4)
ide: add ide_dev_is_sata() helper (take 2)
hpt366: UltraDMA filter for SATA cards (take 2)

Tony Breeds (1):
pmac: build fix


diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c
index 94e5edc..71bdc3b 100644
--- a/drivers/ata/pata_ali.c
+++ b/drivers/ata/pata_ali.c
@@ -48,6 +48,13 @@ static struct dmi_system_id cable_dmi_table[] = {
DMI_MATCH(DMI_BOARD_VERSION, "OmniBook N32N-736"),
},
},
+ {
+ .ident = "Toshiba Satelite S1800-814",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "S1800-814"),
+ },
+ },
{ }
};

ACK


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/