NetBSD/sys
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
..
adosfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
altq Fix typo. s/extention/extension/ 2001-07-05 08:38:24 +00:00
arch So, the PowerStorm 4d20 a.k.a. 32bit TGA2 w/ IBM RGB561 RAMDAC was causing 2001-07-16 00:55:16 +00:00
coda add coda_{get,put}pages so that mmap works. 2001-07-03 06:46:52 +00:00
compat execute signal handlers on separate signal stack, if it's been provided 2001-07-15 20:02:21 +00:00
conf add macho glue 2001-07-14 02:05:54 +00:00
crypto properl y check DES weak key. KAME PR 363 2001-07-03 14:29:45 +00:00
ddb allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. 2001-07-01 12:16:25 +00:00
dev So, the PowerStorm 4d20 a.k.a. 32bit TGA2 w/ IBM RGB561 RAMDAC was causing 2001-07-16 00:55:16 +00:00
filecorefs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
gdbscripts
ipkdb
isofs Call inittodr(0) on end of cd9660_mountroot(), so that system time is properly 2001-07-07 14:53:55 +00:00
kern Fix problem reported by Greg Woods, with ld -n generated binaries. 2001-07-15 20:52:35 +00:00
lib Back out previous. The booter will need to find the symbol table itself, 2001-07-13 17:43:23 +00:00
lkm Add -DINET6 to CPPFLAGS, so that the check for pre-RFC2553 sockaddr_in6 2001-07-04 10:29:16 +00:00
miscfs don't set PG_RDONLY on the lower layer's pages, 2001-07-04 21:38:00 +00:00
msdosfs retrieve, not retreive 2001-06-12 14:59:27 +00:00
net Fix slight glitch from rev. 1.70: bp is not adjusted for next loop after 2001-07-15 21:17:29 +00:00
netatalk Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netccitt Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netinet do not #ifdef in headers. usr.sbin/trpt needs it. 2001-07-09 07:53:20 +00:00
netinet6 have ovbcopy() macro, for cross-BSD compatibility only. 2001-07-07 14:45:46 +00:00
netisdn bcopy -> memcpy; Nuke bogus local compatibility defines for it. 2001-07-08 10:33:58 +00:00
netiso Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netkey avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. 2001-06-04 21:38:28 +00:00
netnatm Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netns Use SPPDEBUG not TCPDEBUG here 2001-07-08 16:14:22 +00:00
netsmb `response', not `responce' 2001-06-19 13:45:52 +00:00
nfs Introduce NFS_DEFAULT_NIOTHREADS to define the default number 2001-07-01 02:13:35 +00:00
ntfs update 2001-07-06 12:38:40 +00:00
smbfs replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
stand
sys Fix obvious typo in multiple-inclusion protection wrapper. 2001-07-14 12:05:53 +00:00
ufs Merge the short-lived perseant-lfsv2 branch into the trunk. 2001-07-13 20:30:18 +00:00
uvm Add support for kern.maxphys, vm.maxslp, vm.uspace (the later two for ps). 2001-07-14 06:36:01 +00:00
Makefile