Re: switching to sys/bus.h: the non-trivial patches

2011-07-08 Thread Matt Thomas
On Jul 8, 2011, at 12:21 PM, David Young wrote: For review, here are the remainder of the patches that switch the architectures with PCI support from machine/bus.h to a common sys/bus.h that includes MD machine/bus_defs.h and machine/bus_funcs.h. Please review, test, comment. Thanks.

Re: switching to sys/bus.h: the non-trivial patches

2011-07-08 Thread David Young
On Fri, Jul 08, 2011 at 08:22:25PM -0700, Matt Thomas wrote: On Jul 8, 2011, at 12:21 PM, David Young wrote: For review, here are the remainder of the patches that switch the architectures with PCI support from machine/bus.h to a common sys/bus.h that includes MD machine/bus_defs.h and

re: switching to sys/bus.h: the non-trivial patches

2011-07-08 Thread matthew green
I painstakingly got each PCI release to build, and that's what it took for alpha. *shrug* i really appreciate that you did all this work. it is the right way. I can just let alpha break until somebody figures out why it wanted machine/bus.h in userland to begin with. i also think this is

Re: switching to sys/bus.h: the non-trivial patches

2011-07-08 Thread Masao Uebayashi
On Sat, Jul 9, 2011 at 12:45 PM, David Young dyo...@pobox.com wrote: On Fri, Jul 08, 2011 at 08:22:25PM -0700, Matt Thomas wrote: On Jul 8, 2011, at 12:21 PM, David Young wrote: For review, here are the remainder of the patches that switch the architectures with PCI support from