| Age | Commit message (Expand) | Author |
| 2022-12-24 | s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. | andvar |
| 2021-08-09 | s/fist/first/ | andvar |
| 2021-02-03 | Remove code no longer used. | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-09-21 | remove more old pci_findvendor code | christos |
| 2014-09-21 | Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value | christos |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2010-05-25 | Revert earlier changes to callers of pci_find{vendor,product} since | pgoyette |
| 2010-05-24 | Update all callers of the pci_find{vendor,product} routines to now call | pgoyette |
| 2010-05-22 | When PCIVERBOSE is not included, pci_findvendor() and pci_findproduct() | pgoyette |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-03-21 | Use aprint_*_dev() instead of accessing struct device member dv_xname | dyoung |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-06-15 | Fix ACPI suspend/resume support of clcs and clct. Based on auich and | joerg |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-29 | fix incomplete initializer | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-08-06 | PR/12843: Workaround for CS4280 on IBM ThinkPads. From Stephane Witzmann. | jmcneill |
| 2006-06-17 | re-factor the pci powestate api. reviewed by gimpy | christos |
| 2006-04-15 | Add support for the Turtle Beach Santa Cruz. Special thanks to Stephane | jmcneill |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-01-15 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-11-09 | remove mixer setting code in *_attach() because ac97_attach() does it. | kent |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-09-22 | ac97_host_if::reset() returns non-zero value if codec reset fails, and | kent |
| 2004-08-05 | simplify some pointer arithmetics which uses typecasts on the LHS | drochner |
| 2004-07-09 | Attempt to make these safer against stray interrupts. | mycroft |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |