From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 12:25:11 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 566DBC90 for ; Fri, 27 Sep 2013 12:25:11 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2701A2872 for ; Fri, 27 Sep 2013 12:25:11 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id ar20so3740669iec.4 for ; Fri, 27 Sep 2013 05:25:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bryU3LNjWaFw/jHxhNR9L6lPfuLjDsvwvlw1RWnuGl4=; b=uqdHsBV8rHPqli5HVV3aHi9EcIVaCt2SLVpyxlxOtOmDIemo6kiGQwTjJAPhWgwbkE LddfItfVYjzGcVLW4PsUfhrDe5RixcCn7u0wICE6oWTiwzJsYKpDv/djAt1+TVHPf1at oOgRUbPSr0ScifJ8G6WOg2v//Nm5mUkgNIMUb10SwWti71ht+fKbrOUBTpDuAWB6TOcx A0lejrOWtpEGxirF54qMJ8371VwXMFNiFBYdCjUVzqs+lGrhBYRmr6INyKo9epzekdhz nwmpnu04za1sDul4jxTtG59bKQBXa+0aCu4xaXdN8M+AUNcb96noIi2b3B9oUnUKQHBI 49Vw== X-Received: by 10.43.63.15 with SMTP id xc15mr543826icb.67.1380284710577; Fri, 27 Sep 2013 05:25:10 -0700 (PDT) Received: from jmobile.jimmy.local (71-81-196-43.dhcp.stls.mo.charter.com. [71.81.196.43]) by mx.google.com with ESMTPSA id x6sm4165858igb.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Sep 2013 05:25:09 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Fri, 27 Sep 2013 07:25:07 -0500 Date: Fri, 27 Sep 2013 07:25:07 -0500 From: Jimmy Kelley To: FreeBSD CURRENT Subject: Re: FreeBSD 10.0-ALPHA3 #0 r255878M annoying in console Message-ID: <20130927122507.GA1502@jmobile.jimmy.localnet> References: <52450CDC.7030806@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52450CDC.7030806@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 12:25:11 -0000 On Fri, Sep 27, 2013 at 07:43:08AM +0300, Alexander Panyushkin wrote: > Hi all. > > FreeBSD 10.0-ALPHA3 #0 r255878M: Thu Sep 26 18:14:08 EEST 2013 scorpion > kernel: root@scorpion.kiev.ua:/usr/obj/usr/src/sys/Kernel amd64 > clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 > > After rebuild world my box annoying in console > [...] > Sep 26 20:42:39 scorpion kernel: ata0: FAILURE - zero length DMA > transfer attempted > Sep 26 20:42:39 scorpion kernel: ata0: setting up DMA failed > Sep 26 20:42:39 scorpion kernel: ata0: FAILURE - zero length DMA > transfer attempted > Sep 26 20:42:39 scorpion kernel: ata0: setting up DMA failed > Sep 26 20:42:39 scorpion kernel: ata0: FAILURE - zero length DMA > transfer attempted > Sep 26 20:42:39 scorpion kernel: ata0: setting up DMA failed > Sep 26 20:42:39 scorpion kernel: ata0: FAILURE - zero length DMA > transfer attempted > Sep 26 20:42:39 scorpion kernel: ata0: setting up DMA failed > Sep 26 20:42:39 scorpion kernel: ata0: FAILURE - zero length DMA > transfer attempted > Sep 26 20:42:39 scorpion kernel: ata0: setting up DMA failed > If you have hald enabled, try rebuilding/reinstalling that port (sysutils/hal). That fixed it for me. Jimmy