Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
aditya at dsl dot cis dot upenn dot edu via pr 3165; ok millert | |||
2003-02-21 | remove unused variable | Ted Unangst | |
ok mickey@ | |||
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 | |
will ease porting, and generally cleans up a bit | |||
2001-09-16 | Typos in comments. | Artur Grabowski | |
From Alexander Yurchenko <grange@rt.mipt.ru> | |||
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-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 | |
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-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 | |
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads. | |||
2000-04-14 | Some documentation for future generations of maintainers | Constantine Sapuntzakis | |
2000-04-13 | Remove printf from interrupt handler... | Constantine Sapuntzakis | |
Use blksize more aggressively instead of hard-wiring it everywhere Fix to nm_waitcd and neo_malloc. neo_malloc still ain't pretty. | |||
2000-04-13 | NeoMagic 256AV/ZX audio driver | Constantine Sapuntzakis | |
Still in beta. May lock up your machine when accessing mixer |