History log of /src/sys/dev/isapnp/joy_isapnp.c |
Revision | | Date | Author | Comments |
1.14 |
| 05-Dec-2011 |
christos | make joy code consistent (avoid games with pointers), and fix the isa softc declaration
|
1.13 |
| 23-Nov-2011 |
jmcneill | branches: 1.13.2; 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.12 |
| 28-Apr-2008 |
martin | branches: 1.12.12; 1.12.34; 1.12.36; Remove clause 3 and 4 from TNF licenses
|
1.11 |
| 26-Mar-2008 |
xtraeme | branches: 1.11.2; 1.11.4; Split device_t/softc for joy(4) and all its attachments. Also use device_lookup_private() and related cosmetic changes.
Reviewed by cube@.
|
1.10 |
| 19-Oct-2007 |
ad | branches: 1.10.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.9 |
| 16-Nov-2006 |
christos | branches: 1.9.8; 1.9.22; 1.9.24; 1.9.28; __unused removal on arguments; approved by core.
|
1.8 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.7 |
| 29-Mar-2006 |
thorpej | branches: 1.7.8; 1.7.10; Use device_private().
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.4; 1.6.6; 1.6.8; 1.6.10; 1.6.12; merge ktrace-lwp.
|
1.5 |
| 04-Feb-2005 |
perry | branches: 1.5.6; de-__P
|
1.4 |
| 02-Oct-2002 |
thorpej | branches: 1.4.6; 1.4.14; 1.4.16; Add trailing ; to CFATTACH_DECL.
|
1.3 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.2 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.1 |
| 02-Feb-2002 |
jdolecek | branches: 1.1.2; 1.1.4; 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.4.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.4.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.4.1 |
| 02-Feb-2002 |
nathanw | file joy_isapnp.c was added on branch nathanw_sa on 2002-02-28 04:13:50 +0000
|
1.1.2.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.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.1.2.1 |
| 02-Feb-2002 |
jdolecek | file joy_isapnp.c was added on branch kqueue on 2002-02-11 20:09:53 +0000
|
1.4.16.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.4.14.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.4.6.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.5.6.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.5.6.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.5.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.6.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.6.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.6.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.6.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.6.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.7.10.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.7.10.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.7.8.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.9.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.9.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.9.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.9.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.10.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.10.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.11.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.11.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.12.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.12.34.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.12.12.1 |
| 12-Dec-2008 |
ad | Checkpoint work in progress.
|
1.13.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|