From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] libata, ata_piix, add notebook to short cable list Date: Wed, 26 Sep 2007 12:39:13 +0100 Message-ID: <20070926123913.0e5b87af@the-village.bc.nu> References: <20070926125207.5cd489ef@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:52756 "EHLO the-village.bc.nu" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751376AbXIZLeP (ORCPT ); Wed, 26 Sep 2007 07:34:15 -0400 In-Reply-To: <20070926125207.5cd489ef@localhost> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Andreas Messer Cc: linux-ide@vger.kernel.org On Wed, 26 Sep 2007 12:52:07 +0200 Andreas Messer wrote: > Hello, > > hopefully the right place for this small patch. My new notebook uses > a short 40 pin ide-cable, ata_piix therefore disabled UDMA>33. I added > the chipset ids to the short-cable list and now everything working fine > with UDMA100. > > regards > --- > --- linux-2.6.22/drivers/ata/ata_piix.c 2007-07-09 01:32:17.000000000 +0200 > +++ linux/drivers/ata/ata_piix.c 2007-09-13 21:08:07.000000000 +0200 > @@ -578,6 +578,7 @@ > { 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */ > { 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */ > { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */ > + { 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */ > { 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */ > /* end marker */ > { 0, } > - Acked-by: Alan Cox