index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
eap.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSID
lukem
2001-10-03
Add a new optional method, dev_ioctl, to the audio hardware driver interface.
augustss
2001-09-03
Fixed compiling error when AUDIO_DEBUG was switched on ...
reinoud
2001-04-24
It appears there's a race condition when disabling a channel that causes us to
mycroft
2001-01-27
ANSIfy.
augustss
2001-01-27
Sleep a little when closing the midi device to allow the UART to drain.
augustss
2000-12-28
Change pci_intr_map to get interrupt source information from a "struct
sommerfeld
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-06-01
Update URLs.
augustss
2000-05-15
ac97.h -> ac97var.h
thorpej
2000-05-01
Change the way the codec is access to mimic how Linux&FreeBSD does it.
augustss
2000-04-30
Add driver for C-Media CMI8x38 Audio Chip. From Takuya SHIOZAKI <AoiMoe@imou.to>
augustss
2000-04-24
Move a test if the MIDI is open outside a loop in the interrupt routine.
augustss
2000-03-19
Make it a bit more clear which functions are specific to which models.
soren
2000-03-11
The shortened 1371 reset delay in revision 1.32 doesn't seem to be
soren
2000-03-06
Make Creative Soundblaster PCI 128's work -- from Masahiro Ishiyama
perry
1999-11-02
Shorten some delay()s. From WITEK Wnuk <witek@atari.org>
augustss
1999-11-02
Fix crash when both 1370 and 1371/1373 devices are configured.
soren
1999-11-01
Make little endian and big endian version of all functions
augustss
1999-10-29
Add MIDI support.
augustss
1999-10-27
Add support for ES1371. From OpenBSD and Ezra Story <ezy@panix.com>.
augustss
1999-09-01
Don't make a human-readable device description being printed at attach time
kleink
1999-07-10
Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next-
kleink
1999-02-18
Pass the correct address (PCI bus address, not PA) to the card.
mycroft
1999-02-18
Minor code munging.
mycroft
1999-02-17
Fix a silly type.
mycroft
1999-02-17
Update comments.
mycroft
1999-02-17
Pass the direction to the allocm and round_buffersize methods.
mycroft
1999-01-08
Fix more `void *' arithmetic.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-11-19
fix problems in many d_mmap routines:
mrg
1998-08-25
Add some braces to make egcs happy.
thorpej
1998-08-17
* Redo the way the way the MIDI driver attaches to audio devices.
augustss
1998-08-15
Make copyright notices with my name consistent.
mycroft
1998-08-12
Associate the preamp with the mic volume in the input class.
mycroft
1998-08-12
Oops; fix typos.
mycroft
1998-08-12
Add a knob to enable/disable the mic preamp.
mycroft
1998-08-10
For consistency, only do the rate coupling in full-duplex mode.
mycroft
1998-08-09
Minor cleanup to debugging cruft.
mycroft
1998-08-09
Several things:
mycroft
1998-07-06
Add mixer output selection.
augustss
1998-06-08
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-05-26
Fix a recording problem that occurs when the EAP chip sends its
augustss
1998-05-06
Remove some lint.
augustss
1998-05-02
Adjust PCLKDIV by 2 to correct the output sample rate. (Unfortunately, this
mycroft
1998-05-02
Oops; fix typo.
mycroft
1998-05-02
Fix reading of the master volume, and a hack that seems to make stereo output
mycroft
1998-05-01
Add a driver for the Ensoniq AudioPCI sound card. The driver still
augustss