From owner-freebsd-current@FreeBSD.ORG Sun Dec 15 15:51:44 2013 Return-Path: Delivered-To: freebsd-current@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 7A27F142 for ; Sun, 15 Dec 2013 15:51:44 +0000 (UTC) Received: from smtpauth3.wiscmail.wisc.edu (wmauth3.doit.wisc.edu [144.92.197.226]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48AF41D9F for ; Sun, 15 Dec 2013 15:51:43 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MXU00200U756A00@smtpauth3.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sun, 15 Dec 2013 09:51:43 -0600 (CST) X-Spam-PmxInfo: Server=avs-3, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.15.154214, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth3.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MXU00GDVUQ6JO10@smtpauth3.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sun, 15 Dec 2013 09:51:42 -0600 (CST) Message-id: <52ADD00E.80905@freebsd.org> Date: Sun, 15 Dec 2013 09:51:42 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: freebsd-current@freebsd.org Subject: Re: CAM ABI change requires recompile of hald and smartmontools References: <52ADB01F.8000200@freebsd.org> In-reply-to: <52ADB01F.8000200@freebsd.org> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 15 Dec 2013 15:51:44 -0000 On 12/15/13 07:35, Stefan Esser wrote: > A kernel built today shows the following messages: > > ata2: FAILURE - zero length DMA transfer attempted > ata2: setting up DMA failed > cam_periph_mapmem: attempt to map 4294954816 bytes, which is greater > than 65536 > cam_periph_mapmem: attempt to map 4294954832 bytes, which is greater > than 65536 > ata2: FAILURE - zero length DMA transfer attempted > ata2: setting up DMA failed > ata2: FAILURE - zero length DMA transfer attempted > ata2: setting up DMA failed > cam_periph_mapmem: attempt to map 4294954832 bytes, which is greater > than 65536 > > I found that stopping hald was causing this. A freshly compiled > hald solves this problem. > > This ABI breakage deserves a heads-up, IMHO, since the messages > look quite frightening. I did not observe any damage on my system > with 5 SATA drives in a ZRAID1, but I'm going to perform a scrub, > just to be sure. > > Regards, STefan > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Sorry about this -- I forgot to bump the libcam version. r259416 should fix it for people just upgrading now. -Nathan