summaryrefslogtreecommitdiff
path: root/sys/dev/pci/neo.c
AgeCommit message (Collapse)Author
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-21install 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-21remove unused variableTed Unangst
ok mickey@
2002-10-04formatting, grammar, spaces; from grendel@zeitbombe.orgMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
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-09-16Typos in comments.Artur Grabowski
From Alexander Yurchenko <grange@rt.mipt.ru>
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-18more more microcode (so it does not end up installed in includes, for one)Theo de Raadt
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-03-03use AC97_HOST_DONT_READANY since some machines are unreliableTheo de Raadt
2000-07-19As 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-14Some documentation for future generations of maintainersConstantine Sapuntzakis
2000-04-13Remove 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-13NeoMagic 256AV/ZX audio driverConstantine Sapuntzakis
Still in beta. May lock up your machine when accessing mixer