From owner-cvs-all@FreeBSD.ORG Tue May 2 01:08:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4E816A400; Tue, 2 May 2006 01:08:56 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06D943D48; Tue, 2 May 2006 01:08:55 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.255.17] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.4/8.13.4) with ESMTP id k4218m3J030597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 May 2006 18:08:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4456B11F.1020604@FreeBSD.org> Date: Mon, 01 May 2006 18:08:47 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Maxim Sobolev References: <200604280317.k3S3Hb3L017882@repoman.freebsd.org> <200605011124.09330.jhb@freebsd.org> <44565DC9.5020102@FreeBSD.org> <200605011529.07817.jhb@freebsd.org> <44568AC3.9020006@FreeBSD.org> In-Reply-To: <44568AC3.9020006@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin , Nate Lawson Subject: Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 01:08:56 -0000 Maxim Sobolev wrote: > John Baldwin wrote: > >>> BTW, I have noticed that we don't mark lapic page as noncacheable, >>> which seemingly required by the spec. I have made small change (3 >>> lines), but it doesn't help either. >> >> You can also try the PAT patch which would have the side effect of >> forcing the lapic to be mapped UC as well. > > Where can I get it? If it's the one which have been committed today then it doesn't help. :( -Maxim