summaryrefslogtreecommitdiff
path: root/sys/dev/pci/neo.c
AgeCommit message (Expand)Author
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Mangle neo_power's contents into a neo_activate function, then makeTheo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-05-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2007-11-05audio encoding conversion cleanupJacob Meuser
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-12-12remove old microcode includeTheo de Raadt
2004-11-22filesystem firmware loadingTheo de Raadt
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
2003-02-21remove unused variableTed Unangst
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
2001-09-16Typos in comments.Artur Grabowski
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
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
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
2000-04-14Some documentation for future generations of maintainersConstantine Sapuntzakis
2000-04-13Remove printf from interrupt handler...Constantine Sapuntzakis
2000-04-13NeoMagic 256AV/ZX audio driverConstantine Sapuntzakis