Date: Mon, 1 Mar 2004 11:19:15 -0800 (PST) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Message-ID: <200403011919.i21JJF0W041894@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <at> videotron <dot> ca Root cause explained by: grehan (-current) Approved by: rwatson (mentor) Revision Changes Path 1.218 +18 -16 src/sys/alpha/alpha/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403011919.i21JJF0W041894>