NetBSD/sys/arch/alpha
elric 99e8b114e0 So, the PowerStorm 4d20 a.k.a. 32bit TGA2 w/ IBM RGB561 RAMDAC was causing
the kernel to panic since it is recognised as a TGA and the TGA driver
doesn't [yet] know what to do with it.

This patch fixes that by:
	o  making tgamatch() try to actually figure out what kind
	   of TGA card is there, rather than simply relying on the
	   vendor/product ids.
	o  creating a tga_cnmatch() so that the console code in
	   arch/alpha/pci/pci_machdep.c can cause the same to occur.
	o  breaking up some of tga_getdevconfig() into a few different
	   functions to re-use code that would have been duplicated.
	o  changed arch/alpha/pci/pci_machdep.c so that it calls out
	   to tga_cnmatch() if DEVICE_IS_TGA() matches before it decides
	   to attach the console as a TGA.

Addresses PR: port-alpha/12923
2001-07-16 00:55:16 +00:00
..
a12 bcopy -> memcpy 2001-07-12 23:35:42 +00:00
alpha Defer sending shootdown IPIs a bit longer. Reduces traffic a fair 2001-07-15 21:57:01 +00:00
common bcopy -> memcpy 2001-07-12 23:35:42 +00:00
compile
conf ncr(8) is gone from the tree, so remove ^#ncr*. 2001-07-09 15:05:22 +00:00
eisa #if 0 out a debugging printf. 2000-08-11 01:02:39 +00:00
include Defer sending shootdown IPIs a bit longer. Reduces traffic a fair 2001-07-15 21:57:01 +00:00
isa This file is obsolsete. 2000-07-19 17:39:57 +00:00
jensenio bzero -> memset 2001-07-12 23:25:39 +00:00
mcbus Determine the size of the B-Cache earier, and initialize the 2001-05-02 01:24:29 +00:00
pci So, the PowerStorm 4d20 a.k.a. 32bit TGA2 w/ IBM RGB561 RAMDAC was causing 2001-07-16 00:55:16 +00:00
sableio bzero -> memset 2001-07-12 23:25:39 +00:00
stand Add Makefile snippets to install netboot in installation/netboot 2001-05-28 18:21:12 +00:00
tc bcopy -> memcpy 2001-07-12 23:35:42 +00:00
tlsb bzero -> memset 2001-07-12 23:25:39 +00:00
Makefile
STYLE