From owner-freebsd-current Mon Aug 2 12: 8:15 1999 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id F26C514CCD for ; Mon, 2 Aug 1999 12:08:00 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from altavista.net (dialup3-60.iptelecom.net.ua [212.42.69.251]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id WAA08052; Mon, 2 Aug 1999 22:14:07 +0300 (EEST) Message-ID: <37A5ED08.F2441B45@altavista.net> Date: Mon, 02 Aug 1999 22:10:00 +0300 From: Maxim Sobolev X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Mitsuru IWASAKI Cc: Mike Smith , FreeBSD-current@FreeBSD.ORG Subject: Re: APM related panic Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Thanks, seems your patch did the trick (panic gone). Following is dmesd: apm_probe: APM bios gave zero len code16, pegged to 64K apm_probe: APM bios gave zero len data, tentative 64K apm0: on motherboard apm: APM BIOS version 0102 apm: Code16 0xc00f0000, Data 0xc00fdfa0 apm: Code entry 0x00008010, Idling CPU enabled, Management enabled apm: CS_limit=0xffff, DS_limit=0xffff apm: Engaged control enabled apm: found APM BIOS v1.2, connected at v1.2 apm: Slow Idling CPU enabled Add hook "default suspend" Add hook "default resume" Sincerely, Maxim > # sorry to break the thread, I'm a digest reader... > > Hi, > > > > apm0: on motherboard > > > apm: APM BIOS version 0102 > > > apm: Code16 0xc00f0000, Data 0xc00fdfa0 > > > apm: Code entry 0x00008010, Idling CPU enabled, Management enabled > > > apm: CS_limit=0x0, DS_limit=0x0 > > > These limits look pretty suspect, although the code segment below looks > > OK. > > I suspect too, especially ds limit. > I've seen such bogus 1.2 APM BIOSes before. I hope attached patch > help you (for /sys/i386/apm/apm.c). > > P.S. > Thank you for enhanced APM code, mike. I had enjoy last week end to > study the new code. Some of my concerns about APM gone :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message