Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750930AbXB1QHl (ORCPT ); Wed, 28 Feb 2007 11:07:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751025AbXB1QHl (ORCPT ); Wed, 28 Feb 2007 11:07:41 -0500 Received: from empbedex1.empirix.com ([12.38.203.54]:1647 "EHLO empbedex1.empirix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbXB1QHk convert rfc822-to-8bit (ORCPT ); Wed, 28 Feb 2007 11:07:40 -0500 X-Greylist: delayed 848 seconds by postgrey-1.27 at vger.kernel.org; Wed, 28 Feb 2007 11:07:40 EST X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Subject: [PATCH]Support for Marvell 7042 Chip Date: Wed, 28 Feb 2007 10:53:22 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH]Support for Marvell 7042 Chip Thread-Index: AcdbUJNBf5oksfFRTCWtlpu/lnEdqg== From: "Morrison, Tom" To: , Cc: , X-OriginalArrivalTime: 28 Feb 2007 15:53:29.0525 (UTC) FILETIME=[972E3E50:01C75B50] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 26 Added Support for Marvell 7042 Chip - 7042 has same capabilities & behavior as 6042. Patch based upon stable Linux 2.6.20.1 Kernel Tree... Signed-off-by: Thomas A. Morrison ---- --- drivers/ata/sata_mv.c.orig 2007-02-20 01:34:32.000000000 -0500 +++ drivers/ata/sata_mv.c 2007-02-28 10:22:03.000000000 -0500 @@ -546,6 +546,9 @@ static const struct pci_device_id mv_pci { PCI_VDEVICE(TTI, 0x2310), chip_7042 }, + /* add Marvell 7042 support */ + { PCI_VDEVICE(MARVELL, 0x7042), chip_7042 }, + { } /* terminate list */ }; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/