artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1081e8c
)
from netbsd: make sure master enable is set (Ezra Story)
author
niklas
<niklas@openbsd.org>
Wed, 31 Jan 1996 22:29:22 +0000
(22:29 +0000)
committer
niklas
<niklas@openbsd.org>
Wed, 31 Jan 1996 22:29:22 +0000
(22:29 +0000)
sys/arch/amiga/amiga/cc.c
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/amiga/cc.c
b/sys/arch/amiga/amiga/cc.c
index
1bf1b4c
..
a9871c0
100644
(file)
--- a/
sys/arch/amiga/amiga/cc.c
+++ b/
sys/arch/amiga/amiga/cc.c
@@
-461,7
+461,7
@@
play_sample(len, data, period, volume, channels, count)
* turn on interrupts and enable dma for channels and
*/
custom.intena = INTF_SETCLR | (dmabits << 7);
- custom.dmacon = DMAF_SETCLR | dmabits;
+ custom.dmacon = DMAF_SETCLR |
DMAF_MASTER |
dmabits;
}
/*