Re: bus_alloc_resource question

2004-07-27 Thread Jake Burkholder
Apparently, On Mon, Jul 26, 2004 at 06:59:24PM -0700, Chuck Tuffli said words to the effect of; I'm having some trouble adding a bus resource and am hoping someone can point out where I goofed. The host bus to a new x86 chipset has a memory mapped region in PCI space that provides

Re: bus_alloc_resource question

2004-07-27 Thread Chuck Tuffli
On Mon, Jul 26, 2004 at 09:54:53PM -0600, M. Warner Losh wrote: ... Generally, one doesn't need to set the resource value. Doing so usually indicates the presence of some bug in the system. Also, just I realize now that the original email wasn't clear. This is a bus driver for a new bus.

Re: bus_alloc_resource question

2004-07-27 Thread Jake Burkholder
Apparently, On Tue, Jul 27, 2004 at 09:51:25AM -0700, Chuck Tuffli said words to the effect of; On Mon, Jul 26, 2004 at 09:54:53PM -0600, M. Warner Losh wrote: ... Generally, one doesn't need to set the resource value. Doing so usually indicates the presence of some bug in the

bus_alloc_resource question

2004-07-26 Thread Chuck Tuffli
I'm having some trouble adding a bus resource and am hoping someone can point out where I goofed. The host bus to a new x86 chipset has a memory mapped region in PCI space that provides access to status and control registers. For a driver to get access to this region, I figured it should call

Re: bus_alloc_resource question

2004-07-26 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Chuck Tuffli [EMAIL PROTECTED] writes: : I'm having some trouble adding a bus resource and am hoping someone : can point out where I goofed. : : The host bus to a new x86 chipset has a memory mapped region in PCI : space that provides access to status and