summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/pas.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
| | | | | | | | | instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-3/+5
|
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
|
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* missing bus linkage. ok, niklas@d2001-06-061-1/+3
|
* remove unneeded pio.h inclusionmickey1999-01-241-2/+1
|
* Die, NEWCONFIGniklas1999-01-071-42/+1
|
* Midi & sequencer support from NetBSD, mostly by Lennart Augustssonniklas1999-01-021-11/+12
|
* Update audio_hw_if.downsj1998-11-031-4/+6
|
* don't printf in probe routines.provos1998-05-131-10/+10
|
* update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-59/+57
|
* sync with NETBSD 30/3/97 + adapating aria.cprovos1997-07-101-7/+4
|
* missing */deraadt1996-10-161-2/+2
|
* probe-time fix provided by jfw@jfwhome.funhouse.comderaadt1996-08-241-15/+9
|
* sync 0521deraadt1996-05-261-2/+3
|
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-5/+8
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-8/+12
|
* NetBSD 960317 mergeniklas1996-04-181-3/+3
|
* Fix back wrong patches.mickey1996-03-201-2/+2
|
* Merging w/ NetBSD 021796.mickey1996-03-191-3/+2
| | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
* From NetBSD: merge of 960217niklas1996-03-081-9/+9
|
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+2
| | | | | | | | | the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
* from netbsd:deraadt1995-12-271-1/+1
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* from netbsd; Convert IRQ, DRQ, and port numbers to intderaadt1995-12-141-13/+10
|
* initial import of NetBSD treederaadt1995-10-181-0/+476