Henry Su wrote: > From: [EMAIL PROTECTED] > Adding the device ID for AMD/ATI SB700. > Signed-off-by:henry su <[EMAIL PROTECTED]>
Time to train new people... You need to split up your patches: * send I2C and PCI quirk patches to GregKH * send drivers/ide/* stuff to Bart * send drivers/ata/* patches to me > --- linux-2.6.21.1.orig/drivers/ide/pci/atiixp.c 2007-05-10 > 06:30:17.000000000 +0800 > +++ linux-2.6.21.1/drivers/ide/pci/atiixp.c 2007-05-10 07:18:39.000000000 > +0800 > @@ -353,6 +353,7 @@ static struct pci_device_id atiixp_pci_t > { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_IDE, PCI_ANY_ID, > PCI_ANY_ID, 0, 0, 0}, > { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_IDE, PCI_ANY_ID, > PCI_ANY_ID, 0, 0, 0}, > { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID, > PCI_ANY_ID, 0, 0, 1}, > + { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP700_IDE, PCI_ANY_ID, > +PCI_ANY_ID, 0, 0, 1}, > { 0, }, > }; > MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl); fix word wrap > --- linux-2.6.21.1.orig/drivers/ata/ahci.c 2007-05-10 06:30:14.000000000 > +0800 > +++ linux-2.6.21.1/drivers/ata/ahci.c 2007-05-10 07:41:41.000000000 +0800 > @@ -415,6 +415,7 @@ static const struct pci_device_id ahci_p > /* ATI */ > { PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 non-raid */ > { PCI_VDEVICE(ATI, 0x4381), board_ahci }, /* ATI SB600 raid */ > + { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 */ > > /* VIA */ > { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ > > --- linux-2.6.21.1.orig/drivers/pci/quirks.c 2007-05-10 06:30:17.000000000 > +0800 > +++ linux-2.6.21.1/drivers/pci/quirks.c 2007-05-10 07:49:33.000000000 > +0800 > @@ -875,6 +875,7 @@ static void __devinit quirk_sb600_sata(s > } > } > DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, > quirk_sb600_sata); > +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, > +PCI_DEVICE_ID_ATI_IXP700_SATA, quirk_sb600_sata); fix word wrap - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/