Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2004 00:14:27 +0400
From:      Roman Kurakin <rik@cronyx.ru>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        FreeBSD Current <freebsd-current@FreeBSD.org>
Subject:   Re: mp_machdep.c (was Re: [Fwd: Re: Bug reports requested - acpi])
Message-ID:  <41508BA3.10003@cronyx.ru>
In-Reply-To: <200409211505.59361.jhb@FreeBSD.org>
References:  <41421D6A.8070805@cronyx.ru> <200409201652.24457.jhb@FreeBSD.org> <41505663.40407@cronyx.ru> <200409211505.59361.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41508BA3.10003>