Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/joyvar.h
RevisionDateAuthorComments
 1.7  23-Nov-2011  jmcneill 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.6  26-Mar-2008  xtraeme branches: 1.6.16; 1.6.38; 1.6.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.5  11-Dec-2005  christos branches: 1.5.70;
merge ktrace-lwp.
 1.4  04-Feb-2005  perry de-__P
 1.3  03-Aug-2004  drochner branches: 1.3.4; 1.3.6;
implement device detach support
 1.2  08-Jul-2004  drochner Get rid of the arch dependencies for tome measurement - use microtime().
Works as well as before on my i386 (for want of a real joystick with a
50k resistor between pins 1 and 3).
 1.1  02-Feb-2002  jdolecek branches: 1.1.2; 1.1.4; 1.1.20;
Reduce the massive code duplication regarding joy(4). Split it into
MI and MD parts, and make ISA/ISAPNP/PCI joy(4) attachments MI.
 1.1.20.5  04-Feb-2005  skrll Sync with HEAD.
 1.1.20.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.20.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.20.2  12-Aug-2004  skrll Sync with HEAD.
 1.1.20.1  03-Aug-2004  skrll Sync with HEAD
 1.1.4.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.4.1  02-Feb-2002  nathanw file joyvar.h was added on branch nathanw_sa on 2002-02-28 04:13:28 +0000
 1.1.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.1.2.1  02-Feb-2002  jdolecek file joyvar.h was added on branch kqueue on 2002-02-11 20:09:45 +0000
 1.3.6.1  12-Feb-2005  yamt sync with head.
 1.3.4.1  29-Apr-2005  kent sync with -current
 1.5.70.1  03-Apr-2008  mjf Sync with HEAD.
 1.6.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.6.38.1  17-Apr-2012  yamt sync with head
 1.6.16.1  12-Dec-2008  ad Checkpoint work in progress.

RSS XML Feed