]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-ahci-sb600.patch
- backported security patches from 2.6.16.57-rc1 (resolves
[packages/kernel.git] / kernel-ahci-sb600.patch
1 From: Jeff Garzik <jeff@garzik.org>
2 Date: Thu, 30 Mar 2006 22:07:32 +0000 (-0500)
3 Subject: [libata] ahci: add ATI SB600 PCI IDs
4 X-Git-Tag: v2.6.17^0~955^2~5
5 X-Git-Url: http://www.kernel.org/git/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=8b316a3973f05e572b4edeeda9072987f6bbaa44;hp=55d8ca4f8094246da6e71889a4e04bfafaa78b10
6
7 [libata] ahci: add ATI SB600 PCI IDs
8
9 From: Anatoli Antonovitch <antonovi@ati.com>
10
11 Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
12 Signed-off-by: Jeff Garzik <jeff@garzik.org>
13 ---
14
15 diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
16 index ffba656..1bd82c4 100644
17 --- a/drivers/scsi/ahci.c
18 +++ b/drivers/scsi/ahci.c
19 @@ -293,6 +293,10 @@ static const struct pci_device_id ahci_pci_tbl[] = {
20           board_ahci }, /* JMicron JMB360 */
21         { 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
22           board_ahci }, /* JMicron JMB363 */
23 +       { PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
24 +         board_ahci }, /* ATI SB600 non-raid */
25 +       { PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
26 +         board_ahci }, /* ATI SB600 raid */
27         { }     /* terminate list */
28  };
29  
This page took 0.031065 seconds and 3 git commands to generate.