Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-17 | match on ich4; from hunter@dg.net.ua | Michael Shalayeff | |
2002-07-04 | repair a dmesg cleanup | Michael Shalayeff | |
2002-03-24 | after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz ↵ | Michael Shalayeff | |
(http://mail-index.netbsd.org/port-i386/2002/03/18/0000.html) | |||
2002-03-19 | fix the ich3 ac97 audio id | 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 | |
will ease porting, and generally cleans up a bit | |||
2001-12-31 | support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp> | Michael Shalayeff | |
2001-12-19 | unbreak mickey commit; make vra work after resume. previous commit | Niels Provos | |
was based on jcs@openbsd yds changed btw. | |||
2001-12-18 | correctly deal w/ ext_ctrl in powerhook | Michael Shalayeff | |
2001-12-18 | powerhook for auich; based on jason's changed for yds; okay mickey@ | Niels Provos | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-24 | do not use kvtop(), use dma maps' stuff | Michael Shalayeff | |
2001-09-10 | fix the bzero size, not that it matters that much | Michael Shalayeff | |
2001-09-05 | add intel ich3 ac97 | Niels Provos | |
2001-08-25 | Change 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-12 | Make pci_mapreg_map take an extra argument where we can | Niklas 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-06-06 | be more consistant in codec i/o debug prints | Michael Shalayeff | |
2001-05-16 | use ac97_set_rate, auvia can use it too, cannot test it though | Michael Shalayeff | |
2001-05-16 | dump private extended ac97 reg defs | Michael Shalayeff | |
2001-04-16 | dmesg cleanups | Theo de Raadt | |
2001-03-09 | differentiate fifo overrun errors | Michael Shalayeff | |
2001-01-11 | fix a few strings | Michael Shalayeff | |
2001-01-11 | rename the rest to auich, verbalize the chipset type we are a part of | Michael Shalayeff | |
2000-11-20 | likely to work on ich2 too; from deraadt | Michael Shalayeff | |
2000-08-11 | provide generic audio device name | Michael Shalayeff | |
2000-07-18 | better error messages for mapreg | Michael Shalayeff | |
2000-05-30 | audio driver for intel 810/820/440MX i/o controller hub ac'97 . | Michael Shalayeff | |
820 and 440MX are untested, but should work. |