From owner-cvs-all Thu Oct 1 13:42:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29998 for cvs-all-outgoing; Thu, 1 Oct 1998 13:42:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29869; Thu, 1 Oct 1998 13:41:54 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id PAA10035; Thu, 1 Oct 1998 15:41:22 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id PAA13968; Thu, 1 Oct 1998 15:40:49 -0500 Message-ID: <19981001154049.29400@right.PCS> Date: Thu, 1 Oct 1998 15:40:49 -0500 From: Jonathan Lemon To: sos@FreeBSD.ORG Cc: Mike Smith , adhir@worldbank.org, yokota@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c References: <199810012017.NAA01192@dingo.cdrom.com> <199810012032.WAA00464@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.61.1 In-Reply-To: =?iso-8859-1?Q?=3C199810012032=2EWAA00464=40sos=2Efreebsd=2Edk=3E=3B_fro?= =?iso-8859-1?Q?m_S=F8ren_Schmidt_on_Oct_10=2C_1998_at_10=3A32=3A33PM_+02?= =?iso-8859-1?Q?00?= Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1998 at 10:32:33PM +0200, Søren Schmidt wrote: > In reply to Mike Smith who wrote: > > It works here, but I still have a patch in kern_clock, but I dont think > its needed anymore... > > > There were some significant VM86-and-SMP fixes committed yesterday. > > I'd be inclined to try it again, certainly. > > > > > Any idea if this works in SMP now? I have one more patch to vm86bios.s, which I'll commit in a moment. The patch to kern_clock.c is needed if you are using the statistics clock. (Actually, Tor suggested patching machine/cpu.h, in order to make it dependent on opt_vm86.h, so there is no overhead on the alpha.) However, there doesn't really appear to be a clean way of doing this. -- Jonathan