From owner-cvs-src@FreeBSD.ORG Mon Mar 1 11:19:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1C016A4CE; Mon, 1 Mar 2004 11:19:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26CA043D31; Mon, 1 Mar 2004 11:19:16 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i21JJFGe041895; Mon, 1 Mar 2004 11:19:15 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i21JJF0W041894; Mon, 1 Mar 2004 11:19:15 -0800 (PST) (envelope-from kensmith) Message-Id: <200403011919.i21JJF0W041894@repoman.freebsd.org> From: Ken Smith Date: Mon, 1 Mar 2004 11:19:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 19:19:16 -0000 kensmith 2004/03/01 11:19:15 PST FreeBSD src repository Modified files: sys/alpha/alpha machdep.c Log: The previous commit fixed -current on alpha for machines with serial console connections but not graphical consoles. This fixes the graphical console machines. It leaves the initial promcons console driver in place until a bit later in the boot sequence, delaying the switch to the device drivers more appropriate for the machine's real console setup. Note we still need the delayed make_dev() for promcons, it does not have a proper bus interface so unlike other console drivers it will not be found later during normal device discovery. Tested by: sepotvin videotron ca Root cause explained by: grehan (-current) Approved by: rwatson (mentor) Revision Changes Path 1.218 +18 -16 src/sys/alpha/alpha/machdep.c