NetBSD/sys/arch/sparc
christos 09285b1171 PR/6311: By me... There was a bug unloading the dmamap:
addr = map->dm_segs[0].ds_addr & ~PGOFSET;
	len = map->dm_segs[0].ds_len;
	len = ((addr & PGOFSET) + len + PGOFSET) & ~PGOFSET;
	addr &= ~PGOFSET;

Notice that the & ~PGOFSET in the first line should be gone. This fixes
the newfs large disk panic.
1998-10-18 16:02:34 +00:00
..
compile
conf change handling of libkern: 1998-10-15 18:37:13 +00:00
dev Garbage-collect the open_target_lu and close_target_lu entry points from 1998-10-10 00:28:28 +00:00
fpu Assign copyright to TNF. 1998-09-05 15:28:08 +00:00
include CLKF_INTR() needs to have a MULTIPROCESSOR version. 1998-10-13 20:53:02 +00:00
sparc PR/6311: By me... There was a bug unloading the dmamap: 1998-10-18 16:02:34 +00:00
stand Move around a few PTE-manipulating macros. 1998-10-12 21:17:28 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00