From owner-freebsd-mobile Fri Dec 10 14:29:39 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.wzrd.com (mail.wzrd.com [206.99.165.3]) by hub.freebsd.org (Postfix) with ESMTP id 5BC9714E09 for ; Fri, 10 Dec 1999 14:29:35 -0800 (PST) (envelope-from danh@wzrd.com) Received: by mail.wzrd.com (Postfix, from userid 91) id 548FC5D019; Fri, 10 Dec 1999 17:29:34 -0500 (EST) Subject: Re: APM woes In-Reply-To: <199912102211.OAA13031@mina.sr.hp.com> from Darryl Okahata at "Dec 10, 1999 2:11:30 pm" To: freebsd-mobile@freebsd.org Date: Fri, 10 Dec 1999 17:29:34 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 628 Message-Id: <19991210222934.548FC5D019@mail.wzrd.com> From: danh@wzrd.com (Dan Harnett) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I set a break point at apm_default_resume and stepped through it until it crashed: apm_default_resume+0xb: movl %eax, %esi apm_default_resume+0xd: call i8254_restore i8254_restore: subl $0x8, %esp i8254_restore+0x3: pushfl i8254_restore+0x4: popl %eax i8254_restore+0x5: movl %eax, 0x4(%esp) i8254_restore+0x9: cli i8254_restore+0xa: movb $0x34, %al i8254_restore+0xc: outb %al, $0x43 i8254_restore+0xe: movl timer0_max_count, %edx At that point it was completely frozen. Anyone have any ideas? If I provide more details will it help? I understand the above doesn't help much without examining the data. Dan Harnett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message