99e8b114e0
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 |
||
---|---|---|
.. | ||
a12 | ||
alpha | ||
common | ||
compile | ||
conf | ||
eisa | ||
include | ||
isa | ||
jensenio | ||
mcbus | ||
pci | ||
sableio | ||
stand | ||
tc | ||
tlsb | ||
Makefile | ||
STYLE |