From owner-freebsd-mobile Wed Sep 5 8:37:37 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [133.11.205.11]) by hub.freebsd.org (Postfix) with ESMTP id EB92437B406 for ; Wed, 5 Sep 2001 08:37:27 -0700 (PDT) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is1.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id 07E332180C9 for ; Thu, 6 Sep 2001 00:37:22 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) by is1.mh.itc.u-tokyo.ac.jp (8.11.3/8.11.3) with ESMTP id f85FbL226794; Thu, 6 Sep 2001 00:37:21 +0900 Received: from ring.myn.rcast.u-tokyo.ac.jp (cognac.myn.rcast.u-tokyo.ac.jp [157.82.66.106]) by mailhosting.itc.u-tokyo.ac.jp (Mirapoint) with ESMTP id ADC03123; Thu, 6 Sep 2001 00:37:19 +0900 (JST) Date: Thu, 06 Sep 2001 00:39:14 +0900 Message-ID: From: Hiroharu Tamaru To: FreeBSD-mobile@FreeBSD.ORG Cc: Warner Losh Subject: Re: Toshiba Libretto M3 with Planex FNW-3600-T In-Reply-To: <200109050545.f855jsh41602@harmony.village.org> References: <200109042357.f84Nvgh39637@harmony.village.org> <200109050545.f855jsh41602@harmony.village.org> <20010905110216.AE6F637B403@hub.freebsd.org> User-Agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII 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 Hi Warner, I don't really know whether this helps, but I built a kernel with DDB. When the system stops after attaching the card, I dropped into the debugger. In fact, I don't really know how to use this thing, but I got a 'trace' output at that event. Hand copied, it looks like this: pcici0: power interrupt Debugger("manual escape to debuger") Stopped at Debugger+0x34 movb $0, in_Debugger.426 db> trace Debugger(c02e14e9) at Debugger+0x34 scgetc(c04a8c0,2,c06798c0,c03435c0,ffffffff) at scgetc+0x406 sckbdevent(c03435c0,0,c034a8c0,c06798c0,400008) at sckbdevent+0x1c9 atkbd_intr(c03435c0,0,c02efbec,c028eb5f,c03435c0) at atkbd_intr+0x22 atkbd_isa_intr(c03435c0,400008,10,10,10) at atkbd_isa_intr+0x18 Xresume1() at Xresume1+0x2b --- interrupt, eip=0xc028efd2, esp=0xc02efbc8, ebp=0xc02efbec --- below this line, there are a few versions as I try breaking into ddb several times. In the order of more probable case, it goes like this: ## version A edintr(...) intr_mux(...) Xresume3(...) --- interrupt ... default_halt() ... ## version B edintr(...) Xresume3(...) --- interrupt ... default_halt() ... ## version C doreti(...) ## version D splx(...) Xresume3(...) --- interrupt ... default_halt() ... ## version E doreti_unpend(...) I'm also not sure this info helps, but if I don't have pccardd running, the system runs normally even if I plugged this ethernet card in. Though, of course, the card won't be detected nor attached; I only see that "pcic0: power interrupt"s. Oh, by the way, I see this happen on my Libretto as well. It didn't happen on 4.3-RELEASE on me either, with or without apm. At Wed, 5 Sep 2001 04:00:01 +0000, Michael Collette wrote: > The only real problem I can still see has to do with shutting down or > rebooting. Whether I issue a 'halt' or 'reboot' command, the system hangs > immediately after the message about how much up time I had. This isn't that > big a deal as it seems the file system shuts down normally, and I'm not > fragmenting all over the place due to an improper shut down. Didn't have > this problem with 4.3 using GENERIC. I also didn't have apm support compiled > into GENERIC either, which may be what is going on. Either way, thought > you'd like to know. -- Hiroharu Tamaru. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message