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
/
dev
/
pci
/
maestro.c
Age
Commit message (
Expand
)
Author
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-05-29
use ac97 default parameters for these ac97 based drivers.
Jacob Meuser
2008-04-21
allow low level audio drivers to specify a default sample format,
Jacob Meuser
2007-10-22
the codec is not readable. If we try to read it the ac-link enters a kind of
Alexandre Ratchov
2007-10-09
MALLOC -> malloc
Gilles Chehade
2006-12-29
Avoid void * arithmetic, okay deraadt@, suggestions from millert@
Pedro Martelletto
2006-10-01
zap maestro_reg.h, since it's only used in the kernel.
Marc Espie
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-04-16
do not provide round_buffer if not needed unless explained why in comments
Michael Shalayeff
2005-04-14
make sure round_blocksize does not produce 0 after alignment
Michael Shalayeff
2003-06-06
initialize blocksize from the trigger_input routine; fixes a div by zero
Federico G. Schwindt
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
make all audio drivers use the new allocm and round_buffersize decl's.
Eric Jackson
2001-10-31
Change the audio_hm_if->mappage interface to return paddr_t and take off_t
Artur Grabowski
2001-09-21
Correct some pryntf() usage: get the correct number of arguments in the
Miod Vallat
2001-09-05
Stereo jitter suppressor.
Marc Espie
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-02
fix mmap.
Marc Espie
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-05-16
it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...
Michael Shalayeff
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-03-13
correct dmesg, save space
Theo de Raadt
2001-01-16
Add half of PT101 support: init codec, no mixer. And provide for
Marc Espie
2001-01-12
Activate other maestro makes, per Theo's request.
Marc Espie
2001-01-11
Sound driver for some ESS maestro models. Work by d@ and me, based on
Marc Espie