Re: CVS commit: src

2013-07-31 Thread Soren Jorvang
On 31/07/2013, at 21.37, matthew green m...@eterna.com.au wrote: hmmm, this seems like a bad solution -- now we install these files twice as separate copies, yet man(1) is capable of reading other machine subdirs. ie, the right answer would be to move them into the x86/ subdir and make sure

Re: CVS commit: src/sys/dev/pci

2013-07-23 Thread Soren Jorvang
On 23/07/2013, at 09.28, Martin Husemann mar...@duskware.de wrote: This patch at least makes it compile - but I have no idea if I properly kept the semantics correct, and can't test it. It would probably work, at least on platforms with simple bus_space implementations, but taking a subregion

Re: CVS commit: src/sys/dev/pci

2013-07-23 Thread Soren Jorvang
On 23/07/2013, at 09.54, Martin Husemann mar...@duskware.de wrote: What are you doing here, and why can't you do a full new bus_space_map here? I guess resource handling would not matter a lot for the is_console case. (I haven't looked at the changes in details) puc.c currently first maps the

Re: CVS commit: src/sys/dev/pci

2013-07-23 Thread Soren Jorvang
On 23/07/2013, at 11.04, Martin Husemann mar...@duskware.de wrote: On Tue, Jul 23, 2013 at 10:09:28AM +0200, Soren Jorvang wrote: The pre-autoconf console code creates a bus_space handle (not a subregion of anything) for the console com, which conflicts with puc.c later trying to allocate