From owner-freebsd-mobile Sun May 21 11:59:39 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 8FBE237B574 for ; Sun, 21 May 2000 11:59:32 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn4.imasy.or.jp [202.227.24.196]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id DAA43534; Mon, 22 May 2000 03:59:28 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: nate@yogotech.com Cc: iwasaki@jp.FreeBSD.org, wietse@porcupine.org, dwhite@resnet.uoregon.edu, freebsd-mobile@FreeBSD.ORG Subject: Re: Thanks! In-Reply-To: <200005200120.TAA05714@nomad.yogotech.com> References: <20000519201058.BB6914563D@spike.porcupine.org> <20000520054857B.iwasaki@jp.FreeBSD.org> <200005200120.TAA05714@nomad.yogotech.com> 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: <20000522035927K.iwasaki@jp.FreeBSD.org> Date: Mon, 22 May 2000 03:59:27 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 47 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > 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. > > Nope. It's a FreeBSD bug in newer releases, since it works fine in > older releases (2.2.8), as Wietse already pointed out. Really? I don't have TP here, but I found this at http://home.jp.FreeBSD.ORG/cgi-bin/showmail/bsd-nomads/10522 but it's from TP manual in Japanese. I translate them in English for you. IBM support pages also say almost same thing such as http://www-1.ibm.com/servlet/support/manager?rt=0&rs=0&org=psg&doc=E2AB5DFBFCE082E685256512005C419B ---- Notes on power management features when PC cards are used Some of the PC cards might case problems on ThinkPad by combination of AC/DC and power management modes. PC card support software prevent this by doing special process when power state change. [snip] Type of PC card Suspend request(Fn+F4) Hibernation(Fn+F12) AC DC AC DC Modem, NIC OK (*) OK NG OK Others OK OK OK OK *: However the machine enters in standby, not suspend. ---- I wonder if older releases have a special hack for this... Do you remember it? > > 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. > > Actually, with the cli, it didn't work on my box (same hardware as > Weitse), so it was removed by me (and the call is probably gone on his > box as well I suspect, since it works fine. :) Yes, I know. This seems originally came from CONFIG_APM_ALLOW_INTS in linux. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message