Age | Commit message (Expand) | Author |
2012-01-11 | ansify and de'register some prototypes | David Hill |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-27 | Since the changes in neo(4) work, it is very likely that the exact same | Theo de Raadt |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-01-20 | Don't use (type *)var as an lvalue, it's incorrect. No functional changes. | Alexander Yurchenko |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-05-29 | use ac97 default parameters for these ac97 based drivers. | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-10-22 | Use pci_set_powerstate(), shrinking the code and unifying the different | Federico G. Schwindt |
2007-10-21 | bring device back from power save mode if needed. fixes a problem reported | Federico G. Schwindt |
2007-08-01 | deliverd -> delivered. | Miod Vallat |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray |
2005-11-29 | from the diffs so old they're growing mold dept: | Ted Unangst |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2004-12-19 | shorten code | Theo de Raadt |
2004-12-19 | filesystem firmware loading written over the pacific 2 weeks ago, tested | Theo de Raadt |
2004-01-08 | tom broke the kernel, and is being scolded | Theo de Raadt |
2003-08-21 | sys/types.h is not really needed w/ sys/param.h | Michael Shalayeff |
2003-08-21 | remove extra header file <sys/systm.h>. ok mickey@ | Kevin Lo |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
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 |
2001-12-01 | correct irq message | Theo de Raadt |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
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 |
2001-05-02 | register save/restore fix from art via Chuck Cranor | Marco S Hyman |
2001-03-14 | match formats in read_codec w/ write_codec | Michael Shalayeff |
2001-01-26 | constify BA1 | Michael Shalayeff |
2000-09-17 | Only check defined bits when waiting for valid AC97 input slot | Marco S Hyman |
2000-07-19 | let us assume for now this workse with the other 3 chip models | Theo de Raadt |
2000-07-12 | Change to match OpenBSD output format. | Federico G. Schwindt |
2000-07-12 | Fix two bugs. | Artur Grabowski |
2000-06-30 | Driver for the cs4280 Crystal Clear audio found on some laptops. | Artur Grabowski |