From owner-freebsd-arm@FreeBSD.ORG Thu May 1 23:40:05 2014 Return-Path: Delivered-To: freebsd-arm@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 78AB8AB0 for ; Thu, 1 May 2014 23:40:05 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D41D1A70 for ; Thu, 1 May 2014 23:40:04 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Wg0aB-000K0s-MK; Thu, 01 May 2014 23:40:03 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s41Ne1kb019339; Thu, 1 May 2014 17:40:01 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+jak8aeK1qgjT8fVmBtluY Subject: Re: BBB/I2C: Using ioctl(I2CRDWR) warns: interrupt storm detected on "intr70:" From: Ian Lepore To: Winston Smith In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Thu, 01 May 2014 17:40:01 -0600 Message-ID: <1398987601.22079.140.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD ARM X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 23:40:05 -0000 On Thu, 2014-05-01 at 13:12 -0400, Winston Smith wrote: > Continuing on with working with the I2C interface on the BBB I wrote a > utility to read the BBB's 28 byte system EEPROM on iic0, address 0x50 > which contains the model and serial numbers. See pastebin here: > > http://pastebin.com/p7XwKUGZ > > However, when I run the utility: > > root@beaglebone:~ # ./bbb_eeprom > Read from slave 50 on /dev/iic0, signature=AA:55:33:EE > Model: A335BNLT0A6A > Serial: 0214BBBK4321 > > > I see the following warning on the console: > > interrupt storm detected on "intr70:"; throttling interrupt source > > > Does this mean anything, or is it just a spurious warning. > Nope, that's not spurious, that's a real problem, usually it's a driver bug. -- Ian