From owner-cvs-all Thu Sep 27 10: 0:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1707F37B41D; Thu, 27 Sep 2001 10:00:32 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RH0V263462; Thu, 27 Sep 2001 10:00:31 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109271700.f8RH0V263462@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 27 Sep 2001 10:00:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/27 10:00:25 PDT Modified files: sys/isa sio.c Log: Gate low level console output on mtx_lock_spin(&sio_lock), if the sio_lock has been initialized. This prevents the low level console output (kernel printf) from clobbering the sio settings if the system happens to be in the middle of comstart(). Revision Changes Path 1.346 +5 -1 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message