atom feed16 messages in org.freebsd.freebsd-mobileRe: Laptop hardware FOUND
FromSent OnAttachments
Michael SmithJun 1, 1996 10:38 pm 
HOSOKAWA TatsumiJun 2, 1996 12:47 am 
Michael SmithJun 2, 1996 1:11 am 
HOSOKAWA TatsumiJun 2, 1996 2:09 am 
Michael SmithJun 2, 1996 2:17 am 
Michael SmithJun 2, 1996 3:10 am 
HOSOKAWA TatsumiJun 2, 1996 3:41 am 
Nate WilliamsJun 3, 1996 7:42 am 
Michael SmithJun 3, 1996 7:21 pm 
Nate WilliamsJun 3, 1996 9:00 pm 
Michael SmithJun 3, 1996 10:16 pm 
Nate WilliamsJun 4, 1996 8:08 am 
Nate WilliamsJun 4, 1996 8:23 am 
Michael SmithJun 4, 1996 8:38 am 
Nate WilliamsJun 4, 1996 8:54 am 
Michael SmithJun 4, 1996 9:02 am 
Subject:Re: Laptop hardware FOUND
From:Nate Williams (na@sri.MT.net)
Date:Jun 3, 1996 9:00:03 pm
List:org.freebsd.freebsd-mobile

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