From owner-freebsd-mobile Sun Nov 25 4:22:22 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by hub.freebsd.org (Postfix) with ESMTP id D427237B416 for ; Sun, 25 Nov 2001 04:22:14 -0800 (PST) Received: by gvr.gvr.org (Postfix, from userid 657) id 825975809; Sun, 25 Nov 2001 13:22:13 +0100 (CET) Date: Sun, 25 Nov 2001 13:22:13 +0100 From: Guido van Rooij To: Warner Losh Cc: najib_ninaba@yahoo.com, Brooks Davis , freebsd-mobile@FreeBSD.ORG Subject: Re: pccard kernel config for OmniBook 500 Message-ID: <20011125132213.A5323@gvr.gvr.org> References: <20011122183533.A2909@srikandi.spriggan.int> <20011119224721.A1348@srikandi.spriggan.int> <20011119104634.B12037@Odin.AC.HMC.Edu> <20011122183533.A2909@srikandi.spriggan.int> <200111222013.fAMKDi718295@harmony.village.org> <20011125125648.A4925@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011125125648.A4925@gvr.gvr.org>; from guido@gvr.org on Sun, Nov 25, 2001 at 12:56:48PM +0100 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It gets weirder: If the machine hangs and I go to DDB and press 'n' a number of times, the system 'unhangs' itsself and card insertion and removal are working correctly. Looking at vmstat -i aftrewards, I see a ridiculous amount of interrupts on irq 10 (assigned to the builtin xl0). If I set hw.pcic.irq=10 the booting failes with a panic (cant route ISA CSC interrupt followed by panic: resource_list_release: can't find resource). I tried again rebooting with hw.pcic.init_routing=1 and hw.pcic.intr_path=2 It hangs as before. The funny thing is the if I go to the debugger, I see all input I typed. It thus looks like the screen is no longer updated. Yet that is not the complete story. What I tried next was to press return to get a single user /bin/sh and type echo ctrl-G. I got a beep but the beep never stopped. Using ddb again to use the 'n' trick resulted after a couple of time in a crash of the sh !? -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message