Go to file
tsutsui e7496b5fd1 To abort DMA in dmac_abort_xfer(), set DMAC_CCR_SAB (software abort)
rather than DMAC_CCR_HLT (halt operation).

DMAC_CCR_HLT doesn't abort DMA xfers but only suspends DMA ops
(i.e. clearing HLT bit will resume DMA xfers), so previously
DMAC error always occurs on the next DMA xfer ops after
dmac_abort_xfer() is called.

Also suppress DMAC error messages in dmac_error() if it's caused
by software abort command because it can happen during normal
audio play/record DMA ops in vs(4) driver.
2012-10-14 16:36:31 +00:00
bin Remove a few unneeded Pp macros. 2012-10-13 14:18:16 +00:00
common Split out modsi3 and umodsi3 from the divsi3 file. This is so that 2012-10-10 02:16:54 +00:00
compat Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
crypto Take better care of closing file descriptors in the agent child and dealing 2012-09-18 15:18:01 +00:00
dist IPF 5.1.2 is in external/bsd/ipf and sys/external/bsd/ipf now; 2012-09-15 18:12:17 +00:00
distrib Add some files to complete "make release" for big endian. 2012-10-14 12:36:57 +00:00
doc Mention x68k new netboot. 2012-10-12 20:21:43 +00:00
etc Add the next three /dev/pci nodes. 2012-10-13 01:13:59 +00:00
external Remove OLD manunal to install correct manual. 2012-10-12 18:41:59 +00:00
extsrc
games Pass -Wstrict-overflow 2012-10-13 21:03:09 +00:00
gnu Don't link explicitly against libsupc++, just use the normal C++ 2012-08-10 12:12:18 +00:00
include add clock_nanosleep 2012-10-02 01:42:06 +00:00
lib typo 2012-10-14 08:49:28 +00:00
libexec Improve the diagnostic messages for invalid/non-ELF files. Proposed a 2012-10-13 21:13:07 +00:00
regress Use LIBISCXX. 2012-08-10 16:04:28 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin Revert my previous commit, I misunderstood the intention. 2012-10-06 09:11:34 +00:00
share Add a width argument to tag list, otherwise mandoc output is just 2012-10-14 10:05:55 +00:00
sys To abort DMA in dmac_abort_xfer(), set DMAC_CCR_SAB (software abort) 2012-10-14 16:36:31 +00:00
tests Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35: 2012-09-30 21:26:57 +00:00
tools At last on some linux distros, gmake is needed to build the cross-gdb. 2012-10-01 19:27:04 +00:00
usr.bin PR/47068: unifdef(1) with cpp directive on last line without newline 2012-10-13 18:26:03 +00:00
usr.sbin no trailing comma on enum 2012-10-14 08:35:45 +00:00
x11 Revert previous: tsutsui noted that this file is for X11R6. 2012-07-12 12:43:06 +00:00
build.sh Fix build.sh "modules" target build which has been broken since 2012-09-29 04:02:42 +00:00
BUILDING regen 2012-09-19 23:40:03 +00:00
Makefile Implement build_install in src/lib/Makefile, which traverses the 2012-08-17 16:22:27 +00:00
Makefile.inc
UPDATING - Capitalization fixes (`OpenSSL'', not `openssl''); 2012-10-03 19:17:00 +00:00