From owner-freebsd-mobile Fri May 19 13:49: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 2A37937BAA5 for ; Fri, 19 May 2000 13:49:04 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn3.imasy.or.jp [202.227.24.195]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id FAA88038; Sat, 20 May 2000 05:48:57 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: wietse@porcupine.org Cc: iwasaki@jp.FreeBSD.org, dwhite@resnet.uoregon.edu, freebsd-mobile@FreeBSD.ORG Subject: Re: Thanks! In-Reply-To: <20000519201058.BB6914563D@spike.porcupine.org> References: <20000520040145C.iwasaki@jp.FreeBSD.org> <20000519201058.BB6914563D@spike.porcupine.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000520054857B.iwasaki@jp.FreeBSD.org> Date: Sat, 20 May 2000 05:48:57 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 29 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I thought the machine will pick up the key release event, > > When logged in over the network? When closing the display? When typed 'zzz' and release the key... > As I wrote in earlier email, the bug goes away when I remove the > modem and ethernet card. However, doing so was not necessary with > FreeBSD 2.2.8. > Can anyone explain why FreeBSD must wake up prematurely when cards > are present, even without cables attached? It seems the features of some ThinkPad machines. I've heard that NIC and Modem pccards cause problems on some TP. I think you can find the descriptions about this from TP manuals. These cards put the machine in standby state instead of suspend, so the machine wakes up by any interrupt in few seconds, IIRC. Maybe hibernation will get the same kind of problems. We had cli asm (disable interrupts) before calling APM BIOS call in FreeBSD 2.2.8, but this also seems to cause other problems and cli was deleted. > Having to plug in and unplug cards all the time is inconvenient > and this interferes with testing of my network software. How about using apmd? If pccardc power command can replace [un]plugging cards manualy then you can specify the procedures in /etc/apmd.conf. This is for apm events like lid closing, not for zzz/apm -z though... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message