Age | Commit message (Expand) | Author |
2012-10-11 | remove pci_set_powerstate() calls that are not needed, since the pci | Theo de Raadt |
2011-12-07 | Make sure we only return 1 from the interrupt handler if the interrupt | Mark Kettenis |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
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-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-11-13 | sizeof -> nitems, found by parfait; ok dlg | Theo de Raadt |
2009-06-02 | The two "firmware" arrays only contained 16 bit values, but were being | Theo de Raadt |
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-10-22 | Use pci_set_powerstate(), shrinking the code and unifying the different | Federico G. Schwindt |
2007-09-17 | Some bzero() -> M_ZERO. ok jakemsr@ | Kenneth R Westerback |
2006-01-25 | Wow, this is clearly wrong (found in esa_set_params): | Brad Smith |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2003-10-07 | use PCI_PMCSR instead of some magic value. | Federico G. Schwindt |
2003-08-11 | make dmesg prints closer to the rest of the drivers | Michael Shalayeff |
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-10-04 | free resources on failures in attach, kill some spaces; from grendel@zeitbomb... | Michael Shalayeff |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell |
2002-04-08 | tag repair | Theo de Raadt |
2002-04-08 | Allegro-1 and Maestro 3 driver ported from netbsd | Mike Frantzen |