From owner-freebsd-ppc@FreeBSD.ORG Tue Jan 22 14:00:12 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A3094F40 for ; Tue, 22 Jan 2013 14:00:12 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7C4B17F5 for ; Tue, 22 Jan 2013 14:00:12 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from wanderer.tachypleus.net (adsl-76-208-68-53.dsl.mdsnwi.sbcglobal.net [76.208.68.53]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0MH100HLE5K4BW00@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Tue, 22 Jan 2013 08:00:06 -0600 (CST) X-Spam-PmxInfo: Server=avs-1, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.1.22.135117, SenderIP=76.208.68.53 X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.208.68.53 X-Wisc-Sender: whitehorn@wisc.edu Message-id: <50FE9B64.9050904@freebsd.org> Date: Tue, 22 Jan 2013 08:00:04 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 To: freebsd-ppc@freebsd.org Subject: Re: Powerbook G4: cardbus slot w/ no interrupts References: In-reply-to: X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 14:00:12 -0000 On 01/21/13 23:29, Adrian Chadd wrote: > Hi, > > I have a powerbook G4 (Model A1095) which I've thrown FreeBSD-HEAD onto. > It works fine, but I'm not getting any interrupts from the cardbus slot. > > This means: > > * I'm not getting any attach/detach events; > * I'm not getting any interrupts from the device in the slot (which > shares the same interrupt as the cardbus slot itself.) > > I've put the dmesg and sysctl up: http://people.freebsd.org/~adrian/ppc/ > > I'd love to fix this - so I can move onto fixing bwi/bwn/ath on ppc. > > Thanks, > > > > adrian > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > Could you also put the output of ofwdump -rp /? -Nathan