mp_machdep.c (was Re: [Fwd: Re: Bug reports requested - acpi])

Roman Kurakin rik at cronyx.ru
Tue Sep 21 13:26:09 PDT 2004


John Baldwin:

> [...]
>
>-       pmap_kenter(boot_address + KERNBASE, boot_address);
>+       dst = pmap_mapdev(boot_address, size);
>        for (x = 0; x < size; ++x)
>                *dst++ = *src++;
>
>Though it's not really a device. :-P
>
I don't like its internals, it is not transparent. In some cases it may
have side effects.

rik






More information about the freebsd-current mailing list