History log of /src/sys/dev/pci/fmsvar.h |
Revision | | Date | Author | Comments |
1.7 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.6 |
| 23-Nov-2011 |
jmcneill | branches: 1.6.8; 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 |
| 06-May-2009 |
cegger | branches: 1.5.12; 1.5.14; struct device * -> device_t, no functional changes intended.
|
1.4 |
| 28-Apr-2008 |
martin | branches: 1.4.12; 1.4.14; Remove clause 3 and 4 from TNF licenses
|
1.3 |
| 11-Dec-2005 |
christos | branches: 1.3.28; 1.3.70; 1.3.72; 1.3.74; merge ktrace-lwp.
|
1.2 |
| 15-Jan-2005 |
kent | ansify and KNF
|
1.1 |
| 01-Nov-1999 |
augustss | branches: 1.1.4; 1.1.6; 1.1.12; 1.1.36; Add a missing file for the fms driver.
|
1.1.36.1 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.1.12.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.12.1 |
| 01-Nov-1999 |
bouyer | file fmsvar.h was added on branch thorpej_scsipi on 2000-11-20 11:42:19 +0000
|
1.1.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.4.2 |
| 15-Nov-1999 |
fvdl | Sync with -current
|
1.1.4.1 |
| 01-Nov-1999 |
fvdl | file fmsvar.h was added on branch fvdl-softdep on 1999-11-15 00:41:00 +0000
|
1.3.74.2 |
| 16-May-2009 |
yamt | sync with head
|
1.3.74.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.3.72.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.3.70.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.3.28.1 |
| 27-Feb-2007 |
ad | Add MP locking for audio drivers.
|
1.4.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.4.12.1 |
| 11-Dec-2008 |
ad | Checkpoint work in progress.
|
1.5.14.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.12.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.5.12.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.6.8.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|