History log of /src/sys/dev/pci/mpu_fms.c |
Revision | | Date | Author | Comments |
1.18 |
| 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.17 |
| 23-Nov-2011 |
jmcneill | branches: 1.17.50; 1.17.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.16 |
| 28-Apr-2008 |
martin | branches: 1.16.12; 1.16.34; 1.16.36; Remove clause 3 and 4 from TNF licenses
|
1.15 |
| 27-Mar-2008 |
xtraeme | branches: 1.15.2; 1.15.4; Split device_t/softc for mpu(4) and its attachments, plus other related cosmetic changes.
Reviewed by cube@.
|
1.14 |
| 19-Oct-2007 |
ad | branches: 1.14.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.13 |
| 16-Nov-2006 |
christos | branches: 1.13.8; 1.13.22; 1.13.24; 1.13.28; __unused removal on arguments; approved by core.
|
1.12 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.11 |
| 11-Dec-2005 |
christos | branches: 1.11.20; 1.11.22; merge ktrace-lwp.
|
1.10 |
| 28-Jun-2005 |
thorpej | branches: 1.10.2; Use ANSI function decls and static.
|
1.9 |
| 04-Feb-2005 |
perry | 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; Add trailing ; to CFATTACH_DECL.
|
1.5 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.4 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.3 |
| 13-Nov-2001 |
lukem | add RCSID
|
1.2 |
| 15-May-2000 |
thorpej | branches: 1.2.6; 1.2.8; 1.2.10; ac97.h -> ac97var.h
|
1.1 |
| 01-Nov-1999 |
augustss | branches: 1.1.4; 1.1.6; Add FM801 audio device driver. From Witold J. Wnuk ww181302@zodiac.mimuw.edu.pl Closes PR kern/8729.
|
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 mpu_fms.c was added on branch fvdl-softdep on 1999-11-15 00:41:04 +0000
|
1.2.10.2 |
| 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.2.10.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.8.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.2.8.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.2.6.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.2.6.1 |
| 15-May-2000 |
bouyer | file mpu_fms.c was added on branch thorpej_scsipi on 2000-11-20 11:42:25 +0000
|
1.6.6.6 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
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.10.2.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.11.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.11.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.11.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.13.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.13.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.13.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.13.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.14.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.15.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.15.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.16.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.16.34.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.16.12.1 |
| 11-Dec-2008 |
ad | Checkpoint work in progress.
|
1.17.54.1 |
| 04-May-2019 |
isaki | Move dev/audio_if.h -> dev/audio/audio_if.h
|
1.17.50.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|