From owner-freebsd-mobile Sun Sep 19 9:45:56 1999 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 2C6AE15277 for ; Sun, 19 Sep 1999 09:45:52 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn30.imasy.or.jp [202.227.24.222]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id BAA04590; Mon, 20 Sep 1999 01:45:45 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <199909191645.BAA04590@tasogare.imasy.or.jp> To: Robert.Eckardt@rhein-main.netsurf.de, roberte@rhein-main.netsurf.de Cc: freebsd-mobile@freebsd.org Subject: Re: ThinkPad390E: {APM,Xircom Ethernet card} hangs machine In-Reply-To: Your message of "Sun, 19 Sep 1999 18:25:24 +0200 (CEST)" <199909191625.SAA05885@rhein-main.netsurf.de> References: <199909191625.SAA05885@rhein-main.netsurf.de> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 20 Sep 1999 01:48:41 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 29 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > a few weeks ago I got a ThinkPad 390 E (Type 2626-E0G) laptop with a > Xircom PCMCIA 10/100MBit ethernet card (model CE3B-100BTX) and an > AVM Fritz!Card (PCMCIA ISDN card -- more on that in another mail). > It has an 330MHz Celeron processor and a 6GB IDE-HDD, floppy, CDROM. > > I started with 3.2-RELEASE, tried 3.2-STABLE around 10.Sep., 3.3-RC > and now 3.3-STABLE (all cvsup'd). > > The problems, however, persist: > Closing the LCD cover will shut down the display but the disk > continues to run (that was different in 3.2-R, where it would > suspend too). Upon opening the cover everything works fine again. > > When I use `zzz' to go to suspend-mode, the computer will wake up > on re-opening the cover but hang thereafter. I enabled APM_DEBUG and (snip) > apm0 flags 0x11 on isa > apm: APM BIOS version 0102 > apm: Code32 0xc00f0000, Code16 0xc00f0000, Data 0xc0000400 > apm: Code entry 0x0000627f, Idling CPU disabled, Management enabled > apm: CS32_limit=0xffff, CS16_limit=0xffff, DS_limit=0xffff ^^^^^^ ^^^^^^ ^^^^^^ Hmmm... I suspect my change on these segment limits. 64K segment limits is default setting now, but it can be changed by giving 0x40 to flags. Could you try following line in your config file? device apm0 at isa? flags 0x40 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message