From owner-freebsd-stable@FreeBSD.ORG Mon Nov 25 14:14:42 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF5EEE21; Mon, 25 Nov 2013 14:14:42 +0000 (UTC) Received: from mail-ea0-x22d.google.com (mail-ea0-x22d.google.com [IPv6:2a00:1450:4013:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 352ED2C68; Mon, 25 Nov 2013 14:14:42 +0000 (UTC) Received: by mail-ea0-f173.google.com with SMTP id g15so2425378eak.4 for ; Mon, 25 Nov 2013 06:14:40 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=uZKaRbqTGJai2tqC41N8AMZVpMzm35n9Ld8fB/7QDz8=; b=DU/4skNXzapvN7rE5K6ipMHix97OBHRnQhwokLKKDqbzo1iZ+O4aap4v+ZQfh0dxNG dh+q2HXEaSNmL4vzLe0N4lOFQnJZXn011Qooz8o/0+PmFt2oywi0aT1N76k7sBmaa0JO NUTiL1u+K5ZKsc9OMYFhURJgo3pr3EEOg3LeGapR7/26EnenItsGC7wj128yoO/llprM SyGb/xKw6vioFjOWZZxr0H9DgijOBzuXpVdBeemWieRYq2sz5TDF4Xq+ofM/OOe+QHpS uUGjfpcVQI29JQnLV7PD6FXUy8YIH1ooio6F0d/qJPz5tceQJXRsHgJXzcoHePgRVQuc 8loQ== X-Received: by 10.14.107.3 with SMTP id n3mr546528eeg.67.1385388880571; Mon, 25 Nov 2013 06:14:40 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id 44sm94742838eek.5.2013.11.25.06.14.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Nov 2013 06:14:39 -0800 (PST) Message-ID: <52935B4E.1040207@gmail.com> Date: Mon, 25 Nov 2013 15:14:38 +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: Glen Barber Subject: Re: Lots of DMA messages on FreeBSD 10 References: <52935242.2050008@gmail.com> <20131125135656.GF2310@glenbarber.us> In-Reply-To: <20131125135656.GF2310@glenbarber.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable 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 14:14:42 -0000 Glen Barber schreef: > On Mon, Nov 25, 2013 at 02:36:02PM +0100, Johan Hendriks wrote: >> 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? >> > Is there a CD in the drive? > > Glen > No there is no disk in the drive! gr Johan