From owner-freebsd-bugs Thu Nov 14 4: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2574537B401 for ; Thu, 14 Nov 2002 04:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D757243E3B for ; Thu, 14 Nov 2002 04:00:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEC0Bx3098210 for ; Thu, 14 Nov 2002 04:00:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAEC0B95098207; Thu, 14 Nov 2002 04:00:11 -0800 (PST) Date: Thu, 14 Nov 2002 04:00:11 -0800 (PST) Message-Id: <200211141200.gAEC0B95098207@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mitsuru IWASAKI Subject: Re: kern/45198: start of booting, fatal trap 12 Reply-To: Mitsuru IWASAKI Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/45198; it has been noted by GNATS. From: Mitsuru IWASAKI To: freebsd-gnats-submit@FreeBSD.org Cc: root@toi-1.wetteronline.de, roemer@wetteronline.de Subject: Re: kern/45198: start of booting, fatal trap 12 Date: Thu, 14 Nov 2002 20:52:39 +0900 (JST) The problem `Fatal trap 12: apge fault while in vm86 mode' in recent RELENG_4 was fixed by this commit. Could you try again with newer kernel? And timer_restore() is called only when the system is resumed from APM suspend, also not executed in vm86 mode, so this problem is not related with timer_restore(). Thanks From: Mitsuru IWASAKI Subject: cvs commit: src/sys/i386/i386 machdep.c Date: Sun, 10 Nov 2002 11:02:19 -0800 (PST) Message-ID: <200211101902.gAAJ2JnO056510@repoman.freebsd.org> > iwasaki 2002/11/10 11:02:19 PST > > Modified files: (Branch: RELENG_4) > sys/i386/i386 machdep.c > Log: > MFC: 1.549 > Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS > has broken int 12H. > This should fix kernel panic problem caused by 1.385.2.26 changes. > > Revision Changes Path > 1.385.2.27 +82 -48 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message