NetBSD/sys
is 721e767ea2 Deal with two bugs in the bounce buffer memory reserve code:
If z2 memory is used for bounce buffers, it used to be stolen in
amiga_init.c, but would not be removed from the memory list there, but
in pmap.c the memory list would just be corrected.

a) the sizes subtracted got out of sync.
b) the memory segment to subtract from was guessed in pmap_init, and not
necessarily right. (e.g. consider a graphics board whose fraem buffer gets
mapped in by the RO at 0x200000, and a memory board which maps at 0x400000)

The new code subtracts the stolen aount of memory from the memlist parameter
given to the kernel by the loader, and pmap_init just doesn't see it anymore.
1996-07-29 20:53:35 +00:00
..
adosfs Finish adosfs' support for International FFS (we not only have to use an 1996-05-24 20:16:02 +00:00
arch Deal with two bugs in the bounce buffer memory reserve code: 1996-07-29 20:53:35 +00:00
compat Fix PR/2599; include <sys/dirent.h> instead of <sys/dir.h> 1996-07-05 16:31:00 +00:00
conf Add compile-time and run-time control over automatic niceing 1996-07-17 21:43:22 +00:00
ddb
dev Add PCI_MAPREG_{IO,MEM}_SIZE(), and use them. 1996-07-26 07:13:52 +00:00
isofs/cd9660 Allow newer IEEE version of Rock Ridge CDs 1996-07-12 13:15:29 +00:00
kern Fix unititialized variable warning. Pointed out by Aaron Brown. 1996-07-25 20:41:48 +00:00
lib frob the mask so that only the low set bit is set, to avoid lossage. 1996-07-15 05:20:19 +00:00
miscfs use VATTR_NULL macro. 1996-06-14 09:27:23 +00:00
msdosfs Allow renaming when destination exists. 1996-07-15 19:12:13 +00:00
net #ifdef the declaration of 'ac' in fddi_input on ISO, since it's only 1996-07-10 18:54:23 +00:00
netccitt Mostly minor changes. 1996-05-23 23:35:22 +00:00
netinet print result of ntohl/htonl as a long. (makes -Wformat work on the 1996-07-10 18:13:35 +00:00
netiso avoid unnecessary checks of m_get/MGET/etc.'s return values. When 1996-06-14 22:21:12 +00:00
netnatm new native mode ATM protocol layer. experimental code for playing 1996-07-04 03:20:11 +00:00
netns Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and 1996-05-22 13:54:55 +00:00
nfs print result of ntohl/htonl as a long. 1996-07-10 18:43:23 +00:00
scsi Match any Maxtor XT-8760S for the SDEV_NOLUNS quirk. Some of these 1996-07-24 20:50:23 +00:00
stand
sys revert to 1.26 1996-07-18 20:01:43 +00:00
ufs
vm allow kmem_malloc to return NULL if canwait is set and there's no map space 1996-06-13 16:52:06 +00:00
Makefile