NetBSD/sys/arch
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
..
alpha History. INSTALL is now used on the floppy set and combo CD/HD/tape image. 1998-10-16 00:15:15 +00:00
amiga Remove unwanted reference to "_trap1" if !defined(COMPAT_13). 1998-10-18 04:42:17 +00:00
arm32 Add CAPS_IS_CTL option 1998-10-18 12:21:51 +00:00
atari Remove unwanted reference to "_trap1" if !defined(COMPAT_13). 1998-10-18 04:42:17 +00:00
bebox change handling of libkern: 1998-10-15 18:37:13 +00:00
hp300 change handling of libkern: 1998-10-15 18:37:13 +00:00
i386 dumpsize == 0 also indicates failure to figure out where to dump 1998-10-17 00:07:11 +00:00
m68k Activate cleandir (and distclean), as suggested in PR 6244 by 1998-10-14 20:45:43 +00:00
mac68k change handling of libkern: 1998-10-15 18:37:13 +00:00
macppc Make compilable without aed. 1998-10-18 09:52:16 +00:00
mips * Make cpu_identify() routine table-driven. 1998-10-05 05:26:00 +00:00
mvme68k Remove unwanted reference to "_trap1" if !defined(COMPAT_13). 1998-10-18 04:42:17 +00:00
newsmips change handling of libkern: 1998-10-15 18:37:13 +00:00
next68k change handling of libkern: 1998-10-15 18:37:13 +00:00
ofppc change handling of libkern: 1998-10-15 18:37:13 +00:00
pc532 change handling of libkern: 1998-10-15 18:37:13 +00:00
pica change handling of libkern: 1998-10-15 18:37:13 +00:00
pmax change handling of libkern: 1998-10-15 18:37:13 +00:00
powerpc Don't panic when pmap_remove_pv even if pa is not managed. 1998-10-13 11:30:47 +00:00
sparc PR/6311: By me... There was a bug unloading the dmamap: 1998-10-18 16:02:34 +00:00
sparc64 change handling of libkern: 1998-10-15 18:37:13 +00:00
sun3 change handling of libkern: 1998-10-15 18:37:13 +00:00
vax change handling of libkern: 1998-10-15 18:37:13 +00:00
x68k Remove unwanted reference to "_trap1" if !defined(COMPAT_13). 1998-10-18 04:42:17 +00:00
Makefile For the pc532 MACHINE (pc532) isn't equal to MACHINE_ARCH (ns32k) but there 1998-08-25 11:52:26 +00:00