Re: [PATCH] sata_sil24: Add Adaptec 1220SA PCI ID

2007-03-19 Thread Jeff Garzik

Jamie Clark wrote:

Add Adaptec 1220SA (SIL3132) to devices claimed by sata_sil24
Patch generated against 2.6.20.2

Signed-off-by: Jamie Clark <[EMAIL PROTECTED]>

--- drivers/ata/sata_sil24.c.orig2007-03-10 02:58:04.0 +0800
+++ drivers/ata/sata_sil24.c2007-03-12 20:41:02.0 +0800
@@ -352,6 +352,7 @@
{ PCI_VDEVICE(CMD, 0x3124), BID_SIL3124 },
{ PCI_VDEVICE(INTEL, 0x3124), BID_SIL3124 },
{ PCI_VDEVICE(CMD, 0x3132), BID_SIL3132 },
+{ PCI_VDEVICE(CMD, 0x0242), BID_SIL3132 },
{ PCI_VDEVICE(CMD, 0x3131), BID_SIL3131 },
{ PCI_VDEVICE(CMD, 0x3531), BID_SIL3131 },


applied


-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] sata_sil24: Add Adaptec 1220SA PCI ID

2007-03-12 Thread Tejun Heo
Jamie Clark wrote:
> Add Adaptec 1220SA (SIL3132) to devices claimed by sata_sil24
> Patch generated against 2.6.20.2
> 
> Signed-off-by: Jamie Clark <[EMAIL PROTECTED]>

Acked-by: Tejun Heo <[EMAIL PROTECTED]>

-- 
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html