index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
dev
/
cs4231.c
Age
Commit message (
Expand
)
Author
2005-07-17
Do not claim this driver uses a soft interrupt in dmesg since it is not true.
Miod Vallat
2005-07-09
Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,
Miod Vallat
2005-04-16
do not provide round_buffer if not needed unless explained why in comments
Michael Shalayeff
2005-04-15
make sure aligment does not return zero block size
Michael Shalayeff
2004-09-29
Switch sparc to evcount; ok deraadt@
Miod Vallat
2003-12-20
Pass -Wformat.
Miod Vallat
2003-06-02
nuke my clause 3 & 4 (and a couple jointly (c) with Theo).
Jason Wright
2003-05-11
string cleaning; krw ok
Theo de Raadt
2002-09-11
update from sparc64 version:
Jason Wright
2002-08-16
remove debugging code
Jason Wright
2002-04-30
Fix an ancient problem in how sparc interrupts are handled.
Artur Grabowski
2002-04-28
Rename all PIL_* constants to IPL_* to match other archs and make them
Artur Grabowski
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-20
move a few more arch specific drivers to use new allocm and round_buffersize.
Eric Jackson
2002-01-18
Move CS_TIMEOUT decl
Jason Wright
2002-01-11
Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg
Jason Wright
2002-01-11
Oops, that's -disable- interrupt enable in cs4231_close()...
Jason Wright
2002-01-11
Remove last nights interrupt handling hack and do it right:
Jason Wright
2002-01-11
Only check for playback interrupts if we're actually expecting them.
Jason Wright
2000-09-18
fix reversed muting; patch from: jason@
Brad Smith
2000-07-04
Missing splx.
Artur Grabowski
1999-08-06
reformat and simplify a little
Jason Wright
1999-06-07
Better support for changing volume levels, muting, and switching output
Jason Wright
1999-06-06
First cut at SUNW,CS4231 audio driver (ss4/ss5). This driver is output-only
Jason Wright