From owner-cvs-all@FreeBSD.ORG Mon May 1 22:25:12 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 7386616A407; Mon, 1 May 2006 22:25:12 +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 D556643D49; Mon, 1 May 2006 22:25:11 +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 k41MP8L6028828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 May 2006 15:25:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44568AC3.9020006@FreeBSD.org> Date: Mon, 01 May 2006 15:25:07 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: John Baldwin References: <200604280317.k3S3Hb3L017882@repoman.freebsd.org> <200605011124.09330.jhb@freebsd.org> <44565DC9.5020102@FreeBSD.org> <200605011529.07817.jhb@freebsd.org> In-Reply-To: <200605011529.07817.jhb@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, 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: Mon, 01 May 2006 22:25:12 -0000 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? -Maxim