Re: [PATCH 10/10] xfree86: remove PCI dependency from InitOutput

2010-05-07 Thread Vignatti Tiago (Nokia-D/Helsinki)
On Fri, May 07, 2010 at 04:39:40PM +0200, ext Adam Jackson wrote: > On Fri, 2010-05-07 at 15:44 +0300, Tiago Vignatti wrote: > > > +Bool > > +xf86CallDriverProbe( DriverPtr drv, Bool detect_only ) > > +{ > > +Bool foundScreen = FALSE; > > + > > +if ( drv->PciProbe != NULL ) { > > +

Re: [PATCH 10/10] xfree86: remove PCI dependency from InitOutput

2010-05-07 Thread Adam Jackson
On Fri, 2010-05-07 at 15:44 +0300, Tiago Vignatti wrote: > +Bool > +xf86CallDriverProbe( DriverPtr drv, Bool detect_only ) > +{ > +Bool foundScreen = FALSE; > + > +if ( drv->PciProbe != NULL ) { > +if ( xf86DoConfigure && xf86DoConfigurePass1 ) { > +assert( detect_only ); >

[PATCH 10/10] xfree86: remove PCI dependency from InitOutput

2010-05-07 Thread Tiago Vignatti
All functions that touch PCI and BUS were moved to their own files, organizing the mess inside the InitOutput. Now, inside InitOutput, mostly accesses to buses are coordinated by the new xf86BusConfig. Two PCI probe functions just changed the name and a procedure to receive the isolate devices par

[PATCH 10/10] xfree86: remove PCI dependency from InitOutput

2010-05-02 Thread Tiago Vignatti
All functions that touch PCI and BUS were moved to their own files, organizing the mess inside the InitOutput. Now, inside InitOutput, mostly accesses to buses are coordinated by the new xf86BusConfig. Two PCI probe functions just changed the name and a procedure to receive the isolate devices par