[PATCH]Support for Marvell 7042 Chip
- From: "Morrison, Tom" <tmorrison@xxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 10:53:22 -0500
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 <tmorrison@xxxxxxxxxxx>
----
--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Prev by Date: Re: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently
- Next by Date: Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
- Previous by thread: 2.6.21-rc1 and 2.6.21-rc2 kwin dies silently
- Next by thread: 2.6.21-rc2 radeon backlight
- Index(es):
Relevant Pages
- Re: Only one processor detected in 8-Way opteron in 32-bit mode
... > Can you point me to the thread in which you posted the patch so that I ...
I am limited to a 32-bit kernel as the library I want ... > More majordomo info
at http://vger.kernel.org/majordomo-info.html ... > Please read the FAQ at http://www.tux.org/lkml/
... (Linux-Kernel) - Re: 2.6.6 : bad PCI device ID for SiS ISA bridge => SiS900 eth0: Can not find ISA bridge
... sis900 didn't change in the past few kernel versions, ... But since that ID
is also valid, I'll make a patch for this issue also ... send the line "unsubscribe
linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... (Linux-Kernel) - Re: 2.6.4 on Alpha uninterruptible sleep of processes
... That patch just reverts new alpha semaphore stuff which went ... I couldn't
boot the kernel with enabled "semaphore debugging". ... send the line "unsubscribe linux-kernel"
in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... (Linux-Kernel) - [PATCH] mtd: add module license to mtdbdi
... This seems to be a known issue about Photron PNC-2000 module called ... The
patch attached at least ... makes the kernel to be not tainted when mtdbdi gets
loaded. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
(Linux-Kernel) - [2.6 patch] remove dm_create_error_table()
... dm_create_error_tablewas added in kernel 2.6.18 and never used... ... This patch
has been sent on: ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel)