Go to file
thorpej 756aa08443 Since the RFA is allocated in a normal mbuf, as opposed to DMA-safe
memory that is explicitly mapped in a DMA-coherent manner, we must
make sure to PREREAD sync the RFA after noticing a clear "complete"
bit.  Without this, the clear bit will linger in the cache, and the
CPU will not notice when the chip updates the bit via DMA later.

From Izumi Tsutsui on port-arm32@netbsd.org.
2000-06-29 16:53:48 +00:00
bin remove include of <vm/vm.h> 2000-06-29 06:26:33 +00:00
crypto Dt -> Dd for date, otherwise this manpage looked unlike a manpage. 2000-06-26 23:28:46 +00:00
dist pull up christos's amd patches that didn't make it into 6.0.3 2000-06-16 02:10:12 +00:00
distrib leave curses before rebooting (as seen in menus.mi.fr) 2000-06-29 16:47:09 +00:00
etc GENERIC should run on any environment. 2000-06-28 15:27:19 +00:00
games Make this produce local objects with .lo suffix. 2000-06-20 16:07:04 +00:00
gnu Change tot_written from u_quad_t to unsigned long long for portability's 2000-06-26 08:25:34 +00:00
include Implement FNM_CASEFOLD, for matching the pattern in a case-insensitive 2000-06-28 01:13:35 +00:00
lib The declaration lives in <unistd.h>, actually; from Patrick Welche in PR 2000-06-29 07:17:04 +00:00
libexec remove include of <vm/vm.h> 2000-06-29 06:26:33 +00:00
regress Another `last boundary' test taking a different code path. This time 2000-06-27 21:30:03 +00:00
sbin User-level changes for filling the disk. 2000-06-27 21:06:24 +00:00
share <vm/vm.h> is gone. fix a few minor errors. 2000-06-29 06:08:44 +00:00
sys Since the RFA is allocated in a normal mbuf, as opposed to DMA-safe 2000-06-29 16:53:48 +00:00
usr.bin remove include of <vm/vm.h> 2000-06-29 06:26:33 +00:00
usr.sbin use %s with syslog, to prevent abuse. from: deraadt (sync with kame) 2000-06-29 01:24:11 +00:00
Makefile Merge a bunch of things from crypto-us and crypto-intl into basesrc, 2000-06-20 06:00:24 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00