From owner-freebsd-stable@FreeBSD.ORG Mon Nov 25 13:36:06 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id C58383E1 for ; Mon, 25 Nov 2013 13:36:06 +0000 (UTC) Received: from mail-ea0-x236.google.com (mail-ea0-x236.google.com [IPv6:2a00:1450:4013:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61FB629D8 for ; Mon, 25 Nov 2013 13:36:06 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id o10so3553902eaj.27 for ; Mon, 25 Nov 2013 05:36:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=F6VHKyW4jmVwwRgci90iREvg61huGt79xpo/5i+KxFo=; b=z8TQs9vhMGftRVi+ziMDTN3fWi7dGmFAgi2CmRhvLn69LnO+VN1a9a6CzIZN2JqmlG c1dS4DQ4xUbHULQi8ODvHmG+5py5ma5n2z5VS2fkg0Xq8L4TzOCQPiZ3DDKqTkztVvut pK1b57UOLCvaW1Jsw/qR0Eob3qJvoqxiidl1UaJpHXoND8Esk80Bbn33lm2xA5B6AnXe 2dZpY711tnC9pc1gNaMKxURQS8qShRHd+I0+ma2LNrltJtv7fp7LbjTI0wXw4L64eQBy iT/zQMwnFpbaj9aR37N2TThJUJ+8lFIY5yYugiOt48GuGtI397xSsPSNHaiF+djPAVvk 5kXw== X-Received: by 10.15.77.134 with SMTP id p6mr12085633eey.0.1385386564615; Mon, 25 Nov 2013 05:36:04 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id v45sm44578243eef.11.2013.11.25.05.36.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Nov 2013 05:36:04 -0800 (PST) Message-ID: <52935242.2050008@gmail.com> Date: Mon, 25 Nov 2013 14:36:02 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: freebsd-stable Subject: Lots of DMA messages on FreeBSD 10 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 13:36:06 -0000 Hello all. I just updated my machine from 9-STABLE to 10-Stable today. beasty ~ # uname -a FreeBSD beasty.schavemaker2.local 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258543: Mon Nov 25 13:23:31 CET 2013 root@beasty.schavemaker2.local:/usr/obj/usr/src/sys/KRNL amd64 After a reboot, the console gets cluttered with a lot of messages. ata2: FAILURE - zero length DMA transfer attempted ata2: setting up DMA failed These messages go on and on. ata2 is my cdrom drive! Is there something i can try? regards Johan