[IA64-SGI] set altix preferred console
authorMark Maule <maule@sgi.com>
Fri, 11 Nov 2005 17:52:43 +0000 (11:52 -0600)
committerTony Luck <tony.luck@intel.com>
Fri, 11 Nov 2005 19:24:26 +0000 (11:24 -0800)
Fix default VGA console on SN platforms.  Since SN firmware does not pass
enough ACPI information to identify VGA cards and the associated legacy IO/MEM
addresses, we rely on the EFI PCDP table.  Since the linux pcdp driver is
optional (and overridden if console= directives are used) SN duplicates a
portion of the pcdp scan code to identify if there is a usable console VGA
adapter.  Additionally, dup necessary pcdp related structs to avoid dragging
drivers/pcdp.h into a more public location.

Signed-off-by: Mark Maule <maule@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found