History log of /src/sys/dev/ofisa/joy_ofisa.c |
Revision | | Date | Author | Comments |
1.20 |
| 27-Jan-2021 |
thorpej | Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt all call sites.
|
1.19 |
| 27-Jan-2021 |
thorpej | Use DEVICE_COMPAT_EOL.
|
1.18 |
| 25-Jan-2021 |
thorpej | Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel.
|
1.17 |
| 19-Jan-2021 |
thorpej | of_compatible() is a hokey API (returning -1 for no match) and nothing here relies on its reverse-index return value semantics, so just use of_match_compat_data() instead.
|
1.16 |
| 09-Dec-2016 |
christos | branches: 1.16.30; Factor our model printing code; use aprint; eliminate alloca.
|
1.15 |
| 23-Nov-2011 |
jmcneill | branches: 1.15.8; 1.15.26; 1.15.30; 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.14 |
| 28-Apr-2008 |
martin | branches: 1.14.12; 1.14.34; 1.14.36; Remove clause 3 and 4 from TNF licenses
|
1.13 |
| 26-Mar-2008 |
xtraeme | branches: 1.13.2; 1.13.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.12 |
| 19-Oct-2007 |
ad | branches: 1.12.16; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.11 |
| 14-May-2006 |
elad | branches: 1.11.18; 1.11.32; 1.11.34; 1.11.38; integrate kauth.
|
1.10 |
| 29-Mar-2006 |
thorpej | Use device_private().
|
1.9 |
| 11-Dec-2005 |
christos | branches: 1.9.4; 1.9.6; 1.9.8; 1.9.10; 1.9.12; merge ktrace-lwp.
|
1.8 |
| 04-Feb-2005 |
perry | branches: 1.8.6; de-__P
|
1.7 |
| 02-Oct-2002 |
thorpej | branches: 1.7.6; 1.7.14; 1.7.16; Add trailing ; to CFATTACH_DECL.
|
1.6 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.5 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.4 |
| 08-Jun-2002 |
yamt | constify and make auto const variables static.
|
1.3 |
| 03-Feb-2002 |
pooka | branches: 1.3.8; make this compile: include dev/ic/joyvar.h instead of the now non-existant arm32/isa/joyvar.h
|
1.2 |
| 13-Nov-2001 |
lukem | add RCSIDs
|
1.1 |
| 20-Aug-1998 |
thorpej | branches: 1.1.24; 1.1.26; Add ofisa attachment for the ISA joystick driver. XXX currently arm32-specific.
|
1.1.26.4 |
| 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.26.3 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.26.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.1.26.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.24.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.24.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.1.24.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.24.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.3.8.1 |
| 20-Jun-2002 |
gehenna | catch up with -current.
|
1.7.16.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.7.14.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.7.6.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.8.6.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.8.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.9.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.9.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.9.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.9.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.9.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.11.38.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.11.34.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.11.32.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.11.18.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.12.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.12.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.13.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.13.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.14.36.2 |
| 20-Nov-2011 |
mrg | make this compile again. i think it is even right.
|
1.14.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.14.34.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.14.12.1 |
| 12-Dec-2008 |
ad | Checkpoint work in progress.
|
1.15.30.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.15.26.1 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.15.8.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.16.30.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|