From owner-freebsd-mobile Mon Jun 3 21:03:20 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA11887 for mobile-outgoing; Mon, 3 Jun 1996 21:03:20 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA11882; Mon, 3 Jun 1996 21:03:18 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id VAA03905 ; Mon, 3 Jun 1996 21:03:16 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id WAA16218; Mon, 3 Jun 1996 22:00:23 -0600 Date: Mon, 3 Jun 1996 22:00:23 -0600 From: Nate Williams Message-Id: <199606040400.WAA16218@rocky.sri.MT.net> To: Michael Smith Cc: nate@sri.MT.net (Nate Williams), hardware@FreeBSD.ORG, mobile@FreeBSD.ORG Subject: Re: Laptop hardware FOUND In-Reply-To: <199606040222.LAA03656@genesis.atrad.adelaide.edu.au> References: <199606031442.IAA12911@rocky.sri.MT.net> <199606040222.LAA03656@genesis.atrad.adelaide.edu.au> Sender: owner-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The hang _must_ be something in the pccard code; if I eject the card before > I close the lid, it suspends OK. I can reinsert it after I resume and > all is well again. > > It's not edsuspend : > > static void > edsuspend(struct pccard_dev *dp) > { > printf("ed%d: suspending\n", dp->isahd.id_unit); > } > > ... I'm guessing that it probably has to do with powering the slot down. I > need to spend some time with it when I'm not running a fever or being > pressured to do Real Work. I may get a chance tonight if I can find some > appropriate drugs to kill the pain. Someone just posted a patch on Usenet regarding the pccardd driver, but it causes a core dump, not a hang. If you could send me a traceback of the offending process it'd sure help me out. Unfortunately, my laptop hacking time has been NIL the past 2 months, which is why I haven't done any more of the integration. I've been on travel most of the time, and I'm leaving again this week after being away for 2 weeks or I'd have more time to look at this stuff. Nate