From owner-freebsd-amd64@FreeBSD.ORG Wed Jan 4 22:32:09 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD6E106564A for ; Wed, 4 Jan 2012 22:32:09 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id E42798FC19 for ; Wed, 4 Jan 2012 22:32:08 +0000 (UTC) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 59046A7174D for ; Wed, 4 Jan 2012 17:32:07 -0500 (EST) Received: (qmail 12433 invoked from network); 4 Jan 2012 22:32:07 -0000 Received: by simscan 1.4.0 ppid: 9776, pid: 24947, t: 0.4499s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from 24-113-112-30.wavecable.com (HELO [192.168.2.2]) (tomdean@[24.113.112.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Jan 2012 22:32:06 -0000 From: "Thomas D. Dean" To: freebsd-amd64@freebsd.org In-Reply-To: <201201041928.q04JSEjX070547@P9X79.tddhome> References: <201201041928.q04JSEjX070547@P9X79.tddhome> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Wed, 04 Jan 2012 14:32:06 -0800 Message-ID: <1325716326.30774.21.camel@asus> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2.sea5 X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=BAYES_50 autolearn=disabled version=3.0.4 Subject: Re: make kernel and buildworld both fail (SOLVED) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tomdean@speakeasy.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 22:32:09 -0000 On Wed, 2012-01-04 at 11:28 -0800, Thomas D. Dean wrote: I booted kernel.old. make buildworld success. I tried a patch to eliminate xhci timeouts. Maybe that did something strange. After the patch, I could not load the cpuctl module. So, I updated source and started from scratch. I think I may have cvsup'd some of the 9.0 release code????? Anyway, all is OK, now. I see lots of xchi timeouts on startup. tomdean