History log of /src/sys/dev/isa/mpu_ym.c |
Revision | | Date | Author | Comments |
1.17 |
| 08-May-2019 |
isaki | Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly. Improve halfduplex support. - Many bugs are fixed including deadlocks, resource leaks, abuses, etc. - Simplify audio filter mechanism. The encoding/channels/frequency conversions are completely handled in the upper layer. So the hard- ware driver only converts its hardware encoding (if necessary). - audio_hw_if changes: - Obsoletes query_encoding and add query_format instead. - Obsoletes set_params and add set_format instead. - Remove drain, setfd, mappage. - The call sequences are changed. - ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted. - ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced. - cleanup config attributes: au*conv and mulaw. - All hardware drivers should follow it (I've done as much as possible).
Some file paths are changed: - dev/audio.c -> dev/audio/audio.c (rewritten) - dev/audiovar.h -> dev/audio/audiovar.h - dev/audio_dai.h -> dev/audio/audio_dai.h - dev/audio_if.h -> dev/audio/audio_if.h - dev/audiobell.c -> dev/audio/audiobell.c - dev/audiobellvar.h -> dev/audio/audiobellvar.h - dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
|
1.16 |
| 23-Nov-2011 |
jmcneill | branches: 1.16.50; 1.16.54; Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From the original ad-audiomp branch notes:
Add MP locking to the audio drivers.
Making the audio drivers MP safe is necessary before efforts can be made to make the VM system MP safe.
The are two locks per device instance, an ISR lock and a character device lock. The ISR lock replaces calls to splaudio()/splx(), and will be held across calls to device methods which were called at splaudio() before (e.g. trigger_output). The character device lock is held across calls to nearly all of the methods, excluding some only used for initialization, e.g. get_locks.
Welcome to 5.99.57.
|
1.15 |
| 28-Apr-2008 |
martin | branches: 1.15.12; 1.15.34; 1.15.36; Remove clause 3 and 4 from TNF licenses
|
1.14 |
| 27-Mar-2008 |
xtraeme | branches: 1.14.2; 1.14.4; Split device_t/softc for mpu(4) and its attachments, plus other related cosmetic changes.
Reviewed by cube@.
|
1.13 |
| 19-Oct-2007 |
ad | branches: 1.13.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.12 |
| 16-Nov-2006 |
christos | branches: 1.12.8; 1.12.22; 1.12.24; 1.12.28; __unused removal on arguments; approved by core.
|
1.11 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.20; 1.10.22; merge ktrace-lwp.
|
1.9 |
| 04-Feb-2005 |
perry | branches: 1.9.6; de-__P
|
1.8 |
| 02-Dec-2004 |
xtraeme | branches: 1.8.4; 1.8.6; Add ACPI mpu(4) attachment, based on lpt_acpi.c by jmcneill@, reviewed by christos@, cube@ and martin@.
While here, remove a printf() in mpu_attach() (ic/mpu.c) to remove an empty line in some frontends (mpu_isa.c, etc).
|
1.7 |
| 04-Dec-2003 |
keihan | netbsd.org -> NetBSD.org
This was the last commit of this kind to src/sys, which is now totally "NetBSD.org clean". Thanks for the patiance, and sorry for all the commits.
|
1.6 |
| 02-Oct-2002 |
thorpej | branches: 1.6.6; Fix sizeof and whitespace bug from the script I'm using to do the CFATTACH_DECL conversion. (Grumble.)
|
1.5 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.4 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.3 |
| 10-Mar-2002 |
itohy | Add explicit support of OPL3-SA2 (YMF711). Not well tested....
|
1.2 |
| 13-Nov-2001 |
lukem | add RCSID
|
1.1 |
| 05-Oct-1999 |
itohy | branches: 1.1.12; 1.1.14; 1.1.16; "mpu at ym" attachment glue for making use of Roland MPU401 compatible MIDI port on Yamaha OPL3-SA3.
|
1.1.16.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.1.16.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.1.16.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.14.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.14.2 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.1.14.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.1.12.1 |
| 27-Mar-2002 |
he | Pull up revisions 1.2-1.3 (requested by itohy): Several changes to wss-compatible audio devices: o Fix ADPCM playback/recording o Add explicit support for OPL3-SA2 (YMF711), fixes PR#14819 o Add AD1845 support o other minor bugfixes and cleanups
|
1.6.6.5 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.6.6.4 |
| 18-Dec-2004 |
skrll | Sync with HEAD.
|
1.6.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.6.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.6.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.8.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.9.6.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.9.6.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.10.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.10.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.10.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.12.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.12.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.22.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.12.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.13.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.13.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.14.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.14.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.15.36.1 |
| 19-Nov-2011 |
jmcneill | port ad-audiomp2 branch changes to 5.99.56 todo: - port ad-audiomp2 pcppi changes - these drivers need to be fixed: - emuxki - gcscaudio - hdafg - uaudio - umidi - MD audio drivers
|
1.15.34.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.15.12.1 |
| 12-Dec-2008 |
ad | Checkpoint work in progress.
|
1.16.54.1 |
| 04-May-2019 |
isaki | Move dev/audio_if.h -> dev/audio/audio_if.h
|
1.16.50.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|