Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 23:11:47 -0500
From:      Ken Smith <kensmith@cse.Buffalo.EDU>
To:        freebsd-alpha@freebsd.org, freebsd-current@freebsd.org
Subject:   Recent problems with -current on alpha...
Message-ID:  <20040227041147.GC26920@electra.cse.Buffalo.EDU>

next in thread | raw e-mail | index | archive | help

With lots of help from Andrew Gallatin and Marcel Moolenaar I think I've
located the problem with -current on alpha and I have a very rough
patch that gets the cluster's Alpha reference machine to the point
it boots and runs.  In a nutshell the promcons stuff used to allow
debugging info to be printed to the console from a very early point
in the boot doesn't work any more.  Things like make_dev() require
the machine to have progressed to the point that more of the VM
system is functional than before (this seems to have begun with the
device megapatches).

My patch moves the initialization of the promcons stuff until after
the VM system is initialzed and comments out all the printf()'s I
could find that might have happened before the console is initialized.

I DON'T KNOW THIS STUFF WELL ENOUGH TO BE THE ONE COMPLETELY RESPONSIBLE
FOR DEALING WITH THIS.  Drew and Marcel can look this stuff over for
me but ...  Are there any other folks out there who can take a look
at this and provide feedback?

Thanks...

-- 
						Ken Smith
- From there to here, from here to      |       kensmith@cse.buffalo.edu
  there, funny things are everywhere.   |
                      - Theodore Geisel |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040227041147.GC26920>