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
/
sv.c
Age
Commit message (
Expand
)
Author
2010-07-15
add two new members to structs audio_encoding and audio_prinfo.
Jacob Meuser
2009-06-23
Don't use == for string comparison.
Jonathan Gray
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-04-21
allow low level audio drivers to specify a default sample format,
Jacob Meuser
2008-01-14
protect against an invalid device index possibly leading to kernel
Jacob Meuser
2007-11-05
audio encoding conversion cleanup
Jacob Meuser
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-16
remove __BROKEN_INDIRECT_CONFIG cruft
Brad Smith
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-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-06-11
abs() is defined by ANSI C -- don't use a macro for it. ok niklas@
Thomas Nordin
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-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2000-04-03
fix dmesg output
Theo de Raadt
1999-08-04
new bus_dma API, match it
Niklas Hallqvist
1999-01-02
Midi & sequencer support from NetBSD, mostly by Lennart Augustsson
Niklas Hallqvist
1998-11-03
Update audio_hw_if.
Jason Downs
1998-10-05
make compile with AUDIO_DEBUG defined
Niklas Hallqvist
1998-07-13
Unmute DAC and turn off 3-D SRS by default
Constantine Sapuntzakis
1998-07-13
Map DMA registers at open instead of attach time, if necessary. Less chance
Constantine Sapuntzakis
1998-07-07
S3 SonicVibes driver
Constantine Sapuntzakis