Re: covering set of PCI kernels?

2011-04-01 Thread Manuel Bouyer
On Thu, Mar 31, 2011 at 04:09:04PM -0500, David Young wrote: Today I am trying to answer the question, what is the smallest set of kernel configurations to build, in order to compile all machine-dependent PCI code and all PCI drivers at least once? The answer I have come up with so far is,

Re: covering set of PCI kernels?

2011-04-01 Thread Eduardo Horvath
don't forget SPARC.

Re: covering set of PCI kernels?

2011-04-01 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Apr 1, 2011, at 12:54 PM, David Young wrote: On Thu, Mar 31, 2011 at 08:59:09PM -0400, Michael wrote: sgimips doesn't have a GENERIC but the IP2x and IP3x kernels have PCI - - IP3x has it natively, IP2x has some GIO ethernet cards that

Re: covering set of PCI kernels?

2011-04-01 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Apr 1, 2011, at 1:00 PM, Eduardo Horvath wrote: don't forget SPARC. True, KRUPS has PCI and then there are the sun4u 32bit kernels. have fun Michael -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Darwin)

Re: covering set of PCI kernels?

2011-04-01 Thread Manuel Bouyer
On Fri, Apr 01, 2011 at 11:54:12AM -0500, David Young wrote: I think you also need XEN kernels. amd64 XEN3_DOM0 will cover one part; but we don't have kernels with xpci* at xenbus enabeld by default ... Thanks, I'll add XEN3_DOM0 to my list. Why isn't xpci enabled by default anywhere?

covering set of PCI kernels?

2011-03-31 Thread David Young
Today I am trying to answer the question, what is the smallest set of kernel configurations to build, in order to compile all machine-dependent PCI code and all PCI drivers at least once? The answer I have come up with so far is, All GENERIC kernels for architectures having a pci/ directory, that

Re: covering set of PCI kernels?

2011-03-31 Thread Paul Goyette
I would be surprised if there are not some drivers in i386/conf/ALL that are not in GENERIC... On Thu, 31 Mar 2011, David Young wrote: Today I am trying to answer the question, what is the smallest set of kernel configurations to build, in order to compile all machine-dependent PCI code and

Re: covering set of PCI kernels?

2011-03-31 Thread Matt Thomas
On Mar 31, 2011, at 2:09 PM, David Young wrote: Today I am trying to answer the question, what is the smallest set of kernel configurations to build, in order to compile all machine-dependent PCI code and all PCI drivers at least once? The answer I have come up with so far is, All GENERIC

Re: covering set of PCI kernels?

2011-03-31 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 31, 2011, at 5:09 PM, David Young wrote: Today I am trying to answer the question, what is the smallest set of kernel configurations to build, in order to compile all machine-dependent PCI code and all PCI drivers at least once? The