From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 20:26:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D0816A4CE for ; Tue, 21 Sep 2004 20:26:08 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371E043D45 for ; Tue, 21 Sep 2004 20:26:08 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i8LKN7G3065855 for freebsd-current@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 22 Sep 2004 00:23:07 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru with ESMTP id i8LKMAUT065787; (8.12.8/vak/2.1) Wed, 22 Sep 2004 00:22:10 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <41508BA3.10003@cronyx.ru> Date: Wed, 22 Sep 2004 00:14:27 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: John Baldwin References: <41421D6A.8070805@cronyx.ru> <200409201652.24457.jhb@FreeBSD.org> <41505663.40407@cronyx.ru> <200409211505.59361.jhb@FreeBSD.org> In-Reply-To: <200409211505.59361.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Roman Kurakin cc: FreeBSD Current Subject: Re: mp_machdep.c (was Re: [Fwd: Re: Bug reports requested - acpi]) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 20:26:09 -0000 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