Re: [Fwd: Re: [PATCH 1/5]PCI: x86 MMCONFIG: introduce PCI_USING_MMCONF]

2007-12-20 Thread Greg KH
On Thu, Dec 20, 2007 at 09:19:00AM -0500, Tony Camuso wrote: > Tony Camuso wrote: > >> Greg KH wrote: >>> On Wed, Dec 19, 2007 at 05:17:51PM -0500, [EMAIL PROTECTED] wrote: +extern struct pci_ops pci_legacy_ops; /* direct.c */ >>> >>> This isn't needed in this patch at all, and might make

Re: [Fwd: Re: [PATCH 1/5]PCI: x86 MMCONFIG: introduce PCI_USING_MMCONF]

2007-12-20 Thread Tony Camuso
Greg KH wrote: Sure, but you do not reference it in this patch, right? So it's not needed until you actually use it, so just include it in the patch that you are needing it in. thanks, greg k-h Will do. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: [Fwd: Re: [PATCH 1/5]PCI: x86 MMCONFIG: introduce PCI_USING_MMCONF]

2007-12-20 Thread Tony Camuso
Tony Camuso wrote: Greg KH wrote: On Wed, Dec 19, 2007 at 05:17:51PM -0500, [EMAIL PROTECTED] wrote: +extern struct pci_ops pci_legacy_ops; /* direct.c */ This isn't needed in this patch at all, and might make the compiler confused if you were to build with only this patch present :(

[Fwd: Re: [PATCH 1/5]PCI: x86 MMCONFIG: introduce PCI_USING_MMCONF]

2007-12-20 Thread Tony Camuso
To all, The next few forwarded messages comprise my responses to Greg's questions about the patch I submitted to deal with pci devices that do not respond correctly to x86 mmconf accesses. Please accept my apologies for not having including the community in my original responses. Orig