summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auvia.c
AgeCommit message (Collapse)Author
2003-05-21Endian fix for this driver, now works on big endian machines, ok mickey@Dale Rahn
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-06-03wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711Michael Shalayeff
2002-06-02knf, spaces, no \n in panicMichael Shalayeff
2002-05-31put the right thing into the audio name; pt out by Sebastian Stark ↵Michael Shalayeff
<seb@todesplanet.de>
2002-05-30proper support for vt8233; from freebsd; tested by Jolan Luff ↵Michael Shalayeff
<jolan@encryptedemail.net>
2002-05-08kt266 is reported to be doing auvia alright by Ian McWilliam ↵Michael Shalayeff
<ianm@cit.uws.edu.au>
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
will ease porting, and generally cleans up a bit
2001-11-19remove local hack and use ac97_set_rate; tested by form@Michael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
as the mmap offset.
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16extended registers are now in ac97.hMichael Shalayeff
2001-04-21correct dmesgTheo de Raadt
2001-04-16dmesg cleanupsTheo de Raadt
2001-03-14count interrupts proper; pointed out and tested by form@Michael Shalayeff
2000-12-27behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic ↵Michael Shalayeff
<il11@mail.csuchico.edu>
2000-10-14Add $OpenBSD$ tags.Aaron Campbell
2000-07-20new auvia and fms drivers from netbsd (testing requests sent out, since i ↵Theo de Raadt
cannot find any of these devices)