From owner-cvs-src@FreeBSD.ORG Thu Apr 14 17:17:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D0A16A4CE; Thu, 14 Apr 2005 17:17:00 +0000 (GMT) Received: from evilpete.dyndns.org (p181.n-lapop01.stsn.com [12.129.240.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id F103743D31; Thu, 14 Apr 2005 17:16:59 +0000 (GMT) (envelope-from peter@wemm.org) Received: from evilpete.dyndns.org (localhost [127.0.0.1]) by evilpete.dyndns.org (8.13.3/8.13.3) with ESMTP id j3EHGTeN001006; Thu, 14 Apr 2005 10:16:29 -0700 (PDT) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by evilpete.dyndns.org (8.13.3/8.13.3/Submit) id j3EHGSf8001005; Thu, 14 Apr 2005 10:16:28 -0700 (PDT) (envelope-from peter@wemm.org) X-Authentication-Warning: evilpete.dyndns.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: Ken Smith Date: Thu, 14 Apr 2005 10:16:27 -0700 User-Agent: KMail/1.8 References: <200504091700.j39H0H5X060998@repoman.freebsd.org> In-Reply-To: <200504091700.j39H0H5X060998@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504141016.27834.peter@wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: jhb@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 17:17:00 -0000 On Saturday 09 April 2005 10:00 am, Ken Smith wrote: > Modified files: (Branch: RELENG_5) > sys/amd64/conf GENERIC > Log: > Disable the NO_MIXED_MODE option by default but leave it as a commented > entry to make it easy to find. It causes some popular motherboards to > fail and the magic required to make them work isn't widely known. I'd rather that we merged this instead: local_apic.c: ---------------------------- revision 1.14 date: 2005/04/14 05:56:17; author: jhb; state: Exp; lines: +0 -4 Always use the local APIC timer, even on UP machines. ---------------------------- This makes mixed mode and the entire problem set disappear. -Peter