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.
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%