Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



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 the larger handle that the console is a
> subregion (but not a bus_space_subregion) of.

An alternative hack would be to unmap the original com console mapping
and update it with a subregion from the puc BAR mapping.

Martin


Home | Main Index | Thread Index | Old Index