* Re: [PATCH] PATA support for Intel ICH7 (intel 945G chipset) - 2.6.14.2 [not found] <4383DC5E.3050601@panoch.net> @ 2005-11-23 11:34 ` Daniel Drake 2005-11-24 15:09 ` Mark Lord 0 siblings, 1 reply; 3+ messages in thread From: Daniel Drake @ 2005-11-23 11:34 UTC (permalink / raw) To: Jan Panoch; +Cc: linux-kernel, linux-ide Jan Panoch wrote: > Hi, > > This patch adds additional Intel ICH7 DID's for Intel chipset 945G to > the piix driver. > I need to add PATA support for new intel 945G chipset on Asus > motherboard P5LD2-VM. > If acceptable, please apply. PCI_DEVICE_ID_INTEL_ICH7_2 has been removed in 2.6.15 as it was unused. Your patch is whitespace damaged (mailer ate the tabs?). You also need to send it to the linux-ide list and the IDE maintainer (see Documentation/SubmittingPatches). I don't think it will be accepted because this hardware is already supported by the ata_piix libata driver. > > --- piix.c.orig 2005-11-23 11:46:12.000000000 +0100 > +++ piix.c 2005-11-23 11:13:02.000000000 +0100 > @@ -134,6 +134,7 @@ > case PCI_DEVICE_ID_INTEL_ESB_2: > case PCI_DEVICE_ID_INTEL_ICH6_19: > case PCI_DEVICE_ID_INTEL_ICH7_21: > + case PCI_DEVICE_ID_INTEL_ICH7_2: > case PCI_DEVICE_ID_INTEL_ESB2_18: > mode = 3; > break; > @@ -448,6 +449,7 @@ > case PCI_DEVICE_ID_INTEL_ESB_2: > case PCI_DEVICE_ID_INTEL_ICH6_19: > case PCI_DEVICE_ID_INTEL_ICH7_21: > + case PCI_DEVICE_ID_INTEL_ICH7_2: > case PCI_DEVICE_ID_INTEL_ESB2_18: > { > unsigned int extra = 0; > @@ -575,6 +577,7 @@ > /* 21 */ DECLARE_PIIX_DEV("ICH7"), > /* 22 */ DECLARE_PIIX_DEV("ICH4"), > /* 23 */ DECLARE_PIIX_DEV("ESB2"), > + /* 24 */ DECLARE_PIIX_DEV("ICH7"), > }; > > /** > @@ -651,6 +654,7 @@ > { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_21, PCI_ANY_ID, > PCI_ANY_ID, 0, 0, 21}, > { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_1, > PCI_ANY_ID, PCI_ANY_ID, 0, 0, 22}, > { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB2_18, PCI_ANY_ID, > PCI_ANY_ID, 0, 0, 23}, > + { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_2, PCI_ANY_ID, > PCI_ANY_ID, 0, 0, 24}, > { 0, }, > }; > MODULE_DEVICE_TABLE(pci, piix_pci_tbl); > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PATA support for Intel ICH7 (intel 945G chipset) - 2.6.14.2 2005-11-23 11:34 ` [PATCH] PATA support for Intel ICH7 (intel 945G chipset) - 2.6.14.2 Daniel Drake @ 2005-11-24 15:09 ` Mark Lord 2005-11-24 16:46 ` Jeff Garzik 0 siblings, 1 reply; 3+ messages in thread From: Mark Lord @ 2005-11-24 15:09 UTC (permalink / raw) To: Daniel Drake; +Cc: Jan Panoch, linux-kernel, linux-ide Daniel Drake wrote: > > Documentation/SubmittingPatches). I don't think it will be accepted > because this hardware is already supported by the ata_piix libata driver. That is not a valid reason to reject -- libata is still considered very experimental for ATAPI devices, which are not enabled by default. Jeff has said that he prefers (at present) for people with ATAPI drives to use the IDE layer rather than libata, where possible. That will change soon, but it's still the case for now. Cheers ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] PATA support for Intel ICH7 (intel 945G chipset) - 2.6.14.2 2005-11-24 15:09 ` Mark Lord @ 2005-11-24 16:46 ` Jeff Garzik 0 siblings, 0 replies; 3+ messages in thread From: Jeff Garzik @ 2005-11-24 16:46 UTC (permalink / raw) To: Mark Lord; +Cc: Daniel Drake, Jan Panoch, linux-kernel, linux-ide Mark Lord wrote: > Daniel Drake wrote: > >> >> Documentation/SubmittingPatches). I don't think it will be accepted >> because this hardware is already supported by the ata_piix libata driver. > > > That is not a valid reason to reject -- libata is still considered > very experimental for ATAPI devices, which are not enabled by default. > > Jeff has said that he prefers (at present) for people with ATAPI drives > to use the IDE layer rather than libata, where possible. PATA ATAPI, not all ATAPI... Jeff ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-24 16:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4383DC5E.3050601@panoch.net>
2005-11-23 11:34 ` [PATCH] PATA support for Intel ICH7 (intel 945G chipset) - 2.6.14.2 Daniel Drake
2005-11-24 15:09 ` Mark Lord
2005-11-24 16:46 ` Jeff Garzik
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).