History log of /src/sys/dev/isa/joy_ess.c |
Revision | | Date | Author | Comments |
1.7 |
| 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.6 |
| 23-Nov-2011 |
jmcneill | branches: 1.6.50; 1.6.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.5 |
| 26-Mar-2008 |
xtraeme | branches: 1.5.16; 1.5.38; 1.5.40; Split device_t/softc for joy(4) and all its attachments. Also use device_lookup_private() and related cosmetic changes.
Reviewed by cube@.
|
1.4 |
| 11-Dec-2007 |
lukem | branches: 1.4.8; use __KERNEL_RCSID()
|
1.3 |
| 19-Oct-2007 |
ad | branches: 1.3.4; 1.3.6; 1.3.8; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.2 |
| 11-Dec-2005 |
christos | branches: 1.2.30; 1.2.44; 1.2.46; 1.2.50; merge ktrace-lwp.
|
1.1 |
| 04-Aug-2004 |
drochner | branches: 1.1.2; 1.1.14; This is definitely what the world has been waiting for:-) Allow to enable the game port on an ES1888, in case the firmware didn't this. (Otherwise we still rely on the firmware having mapped the sound related registers.) Limit this to the "isa" attachment for now because this is the only one I'm able to test. Attach the "joy" device directly at "ess" to make sure the port is enabled before the "joy" probe/attach. This makes the joystick port usable on a "PWS" alpha (Miata).
|
1.1.14.2 |
| 21-Jan-2008 |
yamt | sync with head
|
1.1.14.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.1.2.4 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.3 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.2 |
| 12-Aug-2004 |
skrll | Sync with HEAD.
|
1.1.2.1 |
| 04-Aug-2004 |
skrll | file joy_ess.c was added on branch ktrace-lwp on 2004-08-12 11:41:44 +0000
|
1.2.50.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.2.46.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.2.46.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.2.44.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.2.30.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.3.8.2 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.3.8.1 |
| 13-Dec-2007 |
bouyer | Sync with HEAD
|
1.3.6.1 |
| 11-Dec-2007 |
yamt | sync with head.
|
1.3.4.1 |
| 26-Dec-2007 |
ad | Sync with head.
|
1.4.8.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.5.40.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.5.38.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.5.16.1 |
| 12-Dec-2008 |
ad | Checkpoint work in progress.
|
1.6.54.1 |
| 04-May-2019 |
isaki | Move dev/audio_if.h -> dev/audio/audio_if.h
|
1.6.50.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|