NetBSD/sys
scw 3f2adcb2b0 Checkpoint of code to add VMEbus slave support using vme_dmamap* and
vme_dmamem*.

This is still a work in progress, but seems to DTRT on mvme167 so far.

TODO:
	. Get VMEbus slave mode going on mvme147. This should be easy.
	. Fix up the A16 slave mappings.
	. Bounce buffer support. (Messy, but pretty much a `must have'.)
	. Figure out how to deal with `location monitor' interrupts
	  within the framework. (Useful for Busnet, among other things.)
	. It would be nice to make use of the VMEchip2's DMA facilities...
2000-08-20 17:07:41 +00:00
..
adosfs MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 00:54:23 +00:00
arch Checkpoint of code to add VMEbus slave support using vme_dmamap* and 2000-08-20 17:07:41 +00:00
coda Convert namei pathname buffer allocation to use the pool allocator. 2000-08-03 20:41:05 +00:00
compat Fix netbsd32_ioctls. 2000-08-19 14:38:18 +00:00
conf "upc" uses "wdc", so put the former after the latter. 2000-08-17 18:56:17 +00:00
crypto
ddb Missed change of parameter for %r->db_format_radix() change. 2000-08-11 22:50:47 +00:00
dev Use RF_WAIT_COND() to avoid locking errors. 2000-08-20 16:51:03 +00:00
filecorefs MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 03:38:39 +00:00
gdbscripts
ipkdb
isofs MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 03:39:52 +00:00
kern Lock debugging fix: Make sure a simplelock's lock_holder gets 2000-08-19 19:36:18 +00:00
lib
lkm
miscfs Only show the "exe" entry to Linux processes, suggested by christos. 2000-08-09 23:30:49 +00:00
msdosfs fix one of debug printfs to print dosfilename correctly, and include 2000-08-11 19:41:58 +00:00
net - icmp6 nodeinfo: remove possibility of unaligned pointer access. 2000-08-19 08:15:53 +00:00
netatalk Avoid recursion with traditional cpp. 2000-07-28 12:13:32 +00:00
netccitt
netinet net.inet.tcp.rstratelimit is deprecated. make it invalid and return 2000-08-15 22:13:02 +00:00
netinet6 - icmp6 nodeinfo: remove possibility of unaligned pointer access. 2000-08-19 08:15:53 +00:00
netiso Avoid recursion with traditional cpp. 2000-07-28 12:13:32 +00:00
netkey remove #ifdef notdef part. sync with kame. 2000-07-26 07:40:52 +00:00
netnatm
netns
nfs Convert namei pathname buffer allocation to use the pool allocator. 2000-08-03 20:41:05 +00:00
ntfs MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 03:39:52 +00:00
stand
sys Lock debugging fix: Make sure a simplelock's lock_holder gets 2000-08-19 19:36:18 +00:00
ufs Do not call MALLOC with M_WAITOK while holding the "lock". Thanks to 2000-08-15 14:25:08 +00:00
uvm Ensure that uvmexp.freemin is above the kernel reserved-page count. 2000-08-20 10:24:14 +00:00
Makefile