]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The previous commit fixed -current on alpha for machines with
authorkensmith <kensmith@FreeBSD.org>
Mon, 1 Mar 2004 19:19:15 +0000 (19:19 +0000)
committerkensmith <kensmith@FreeBSD.org>
Mon, 1 Mar 2004 19:19:15 +0000 (19:19 +0000)
commit28883a514b0e19748a425de05ec75893c4486e30
treed8301a1579b79669437e93f28d399f6cb0274062
parent178eaf92b91d986635a6d854148d674b986994d9
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)
sys/alpha/alpha/machdep.c