From owner-cvs-all  Wed Aug 28 16:24: 8 2002
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5B0AB37B400; Wed, 28 Aug 2002 16:24:06 -0700 (PDT)
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 0E0CE43E65; Wed, 28 Aug 2002 16:24:06 -0700 (PDT)
	(envelope-from peter@FreeBSD.org)
Received: from freefall.freebsd.org (peter@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7SNO5JU020276;
	Wed, 28 Aug 2002 16:24:05 -0700 (PDT)
	(envelope-from peter@freefall.freebsd.org)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7SNO5q8020275;
	Wed, 28 Aug 2002 16:24:05 -0700 (PDT)
Message-Id: <200208282324.g7SNO5q8020275@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Wed, 28 Aug 2002 16:24:05 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/i386 mp_machdep.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
List-ID: <cvs-all.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all>
X-Loop: FreeBSD.ORG

peter       2002/08/28 16:24:05 PDT

  Modified files:
    sys/i386/i386        mp_machdep.c 
  Log:
  OK, I have had it with losing my console because the AP's print their "I am
  alive!" message right as the scsi probe messages happen.  This is a bit
  nasty, but it seems to work.  At the point that we unlock the AP's, briefly
  wait till they are all done while we hold the console on their behalf.
  
  Revision  Changes    Path
  1.189     +12 -5     src/sys/i386/i386/mp_machdep.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message