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
/
neo.c
Age
Commit message (
Expand
)
Author
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-08-27
Mangle neo_power's contents into a neo_activate function, then make
Theo de Raadt
2010-07-15
add two new members to structs audio_encoding and audio_prinfo.
Jacob Meuser
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-11-05
audio encoding conversion cleanup
Jacob Meuser
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-12-12
remove old microcode include
Theo de Raadt
2004-11-22
filesystem firmware loading
Theo de Raadt
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-03-21
install a powerhook to restore the AC97 state after suspend;
Jason Wright
2003-02-21
remove unused variable
Ted Unangst
2002-10-04
formatting, grammar, spaces; from grendel@zeitbombe.org
Michael Shalayeff
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-09-16
Typos in comments.
Artur Grabowski
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-18
more more microcode (so it does not end up installed in includes, for one)
Theo de Raadt
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-03-03
use AC97_HOST_DONT_READANY since some machines are unreliable
Theo de Raadt
2000-07-19
As in NetBSD, added direction to allocm/round_buffer_size APIs.
Constantine Sapuntzakis
2000-04-14
Some documentation for future generations of maintainers
Constantine Sapuntzakis
2000-04-13
Remove printf from interrupt handler...
Constantine Sapuntzakis
2000-04-13
NeoMagic 256AV/ZX audio driver
Constantine Sapuntzakis