summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ess_isapnp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansify some function definitions.brad2013-11-151-7/+3
| | | | | | no functional change. ok sthen@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-2/+2
| | | | correct order.
* dmesg printout tweaksderaadt2001-04-191-6/+2
|
* new timeouts; spacesmickey2001-01-291-1/+2
|
* ESS audio driver ported from NetBSD, some mixer problems with X-based mixersniklas1999-06-221-0/+105
otherwise OK (mixerctl works quite OK, very strange). At the moment it is polled only, but it works quite OK that way too.