summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs
diff options
context:
space:
mode:
authorelric <elric@NetBSD.org>2001-07-16 00:55:16 +0000
committerelric <elric@NetBSD.org>2001-07-16 00:55:16 +0000
commit99e8b114e0c47067e84ebc73ce397f0e1cae0855 (patch)
tree7dc93cabe9e950f09669c14c06e98b5a3f4306b7 /sys/dev/usb/usbdevs
parent1d32ca9175bb56469f7f54bc00b961ffd4dc015d (diff)
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
Diffstat (limited to 'sys/dev/usb/usbdevs')
0 files changed, 0 insertions, 0 deletions