From owner-cvs-all Mon Aug 3 02:19:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24418 for cvs-all-outgoing; Mon, 3 Aug 1998 02:19:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24413; Mon, 3 Aug 1998 02:19:04 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA24890; Mon, 3 Aug 1998 02:19:00 -0700 (PDT) Date: Mon, 3 Aug 1998 02:19:00 -0700 (PDT) Message-Id: <199808030919.CAA24890@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/08/03 02:19:00 PDT Modified files: sys/i386/isa syscons.c Log: - When the system is shut down, switch to the vty0 if possible. - Don't try to ring bell when system is going down. Beacuse the clock code is about to be stopped, the timeout routine won't be called anymore. Revision Changes Path 1.271 +17 -3 src/sys/i386/isa/syscons.c