From owner-cvs-all@FreeBSD.ORG Thu Sep 11 20:05:45 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBD651065673; Thu, 11 Sep 2008 20:05:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 567878FC18; Thu, 11 Sep 2008 20:05:45 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8BK5XoC036978; Thu, 11 Sep 2008 16:05:39 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Thu, 11 Sep 2008 14:41:46 -0400 User-Agent: KMail/1.9.7 References: <200809111834.m8BIYaqd085700@repoman.freebsd.org> In-Reply-To: <200809111834.m8BIYaqd085700@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809111441.47107.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Thu, 11 Sep 2008 16:05:39 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8219/Thu Sep 11 11:02:39 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_machdep.c 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: Thu, 11 Sep 2008 20:05:45 -0000 On Thursday 11 September 2008 02:33:57 pm John Baldwin wrote: > jhb 2008-09-11 18:33:57 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 vm_machdep.c > sys/i386/i386 vm_machdep.c > Log: > SVN rev 182936 on 2008-09-11 18:33:57Z by jhb > > Update the comments above the 0xcf9 register reset attempt to match the > code. We only attempt a single reset using this method (a "hard" reset), > and we use two writes to ensure there is a 0 -> 1 transition in bit 2 to > force a reset. > > MFC after: 1 week Someone pointed out the discrepancy in the comments in an e-mail a while back, but I can't find the e-mail. Otherwise, I would credited have the sender in commit message. -- John Baldwin