[kernel] bug#37: STI console doesn't display early enough


None


X-PA-RISC Linux-PR-Message: report 37
X-PA-RISC Linux-PR-Package: kernel
X-Loop: daniel_frazier@hp.com
Received: via spool by bugs@bugs.parisc-linux.org id=B.9829460767115
          (code B ref -1); Fri, 23 Feb 2001 16:48:01 GMT
Date: Fri, 23 Feb 2001 09:34:35 -0700
To: submit@bugs.parisc-linux.org
Message-ID: <20010223093435.H18882@zumpano.fc.hp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: willy@ldl.fc.hp.com (Matthew Wilcox)

Package: kernel
Version: 2.4.0

The fix I put in to use a `boot' console for PDC until a real console is
registered works well for serial, but not so well for STI.  Two possible
solutions: (1) use a pdc_con instead of a pdc_console to take advantage
of the fb console.  (2) don't register a dummy_console, wait until STI
is really ready to go.

i currently favour (2).

btw, we also need to take out the `pdc_console_die()' call in the STI code.