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
/
auvia.c
Age
Commit message (
Expand
)
Author
2005-05-06
Remove debug printf which crept in; spotted by drahn@
Miod Vallat
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
2005-04-11
Make sure that the requested size is a multiple of block size in
Matthieu Herrb
2004-12-07
Don't link to ac97 specs from individual drivers.
Jonathan Gray
2004-09-14
remove unused variable; netbsd, ok theo
Peter Valchev
2004-01-09
remove uvm_extern.h
Brad Smith
2003-10-19
Put fix from NetBSD:
Alexander Yurchenko
2003-05-21
Endian fix for this driver, now works on big endian machines, ok mickey@
Dale Rahn
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-02-28
remove non-typo changes. sorry folks
Michael Shalayeff
2003-02-28
typo; from weissmanndude
Michael Shalayeff
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-06-03
wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711
Michael Shalayeff
2002-06-02
knf, spaces, no \n in panic
Michael Shalayeff
2002-05-31
put the right thing into the audio name; pt out by Sebastian Stark <seb@todes...
Michael Shalayeff
2002-05-30
proper support for vt8233; from freebsd; tested by Jolan Luff <jolan@encrypte...
Michael Shalayeff
2002-05-08
kt266 is reported to be doing auvia alright by Ian McWilliam <ianm@cit.uws.ed...
Michael Shalayeff
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-11-19
remove local hack and use ac97_set_rate; tested by form@
Michael Shalayeff
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
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
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-05-16
extended registers are now in ac97.h
Michael Shalayeff
2001-04-21
correct dmesg
Theo de Raadt
2001-04-16
dmesg cleanups
Theo de Raadt
2001-03-14
count interrupts proper; pointed out and tested by form@
Michael Shalayeff
2000-12-27
behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic <il11@...
Michael Shalayeff
2000-10-14
Add $OpenBSD$ tags.
Aaron Campbell
2000-07-20
new auvia and fms drivers from netbsd (testing requests sent out, since i can...
Theo de Raadt