OpenGrok
Cross Reference: OsdInterrupt.c
xref
: /
src
/
sys
/
dev
/
acpi
/
acpica
/
OsdInterrupt.c
Home
|
History
|
Annotate
|
Download
|
only in
acpica
History log of
/src/sys/dev/acpi/acpica/OsdInterrupt.c
Revision
Date
Author
Comments
1.9
20-Mar-2018
bouyer
Allow registering ACPI interrupt handlers with a xname.
AcpiOsInstallInterruptHandler(), part of ACPICA API, doesn't allow passing
the xname. I extend the API with AcpiOsInstallInterruptHandler_xname()
for this purpose, and change acpi_md_OsInstallInterruptHandler() to
accept and use the xname (ia64 doens't use it).
The xname was hardcoded to "acpi SCI" in the
x86 acpi_md_OsInstallInterruptHandler(), so I make
AcpiOsInstallInterruptHandler() call
AcpiOsInstallInterruptHandler_xname with xname = "acpi SCI".
Now 'vmstat -i' shows the device's name instead of "acpi SCI" for for i2c HID
interrupts.
Proposed on tech-kern@ on Dec 29.
1.8
18-Aug-2009
jmcneill
branches: 1.8.62;
Switch to ACPICA 20090730, and update for API changes.
1.7
15-Dec-2007
perry
branches: 1.7.10;
__FUNCTION__ -> __func__
1.6
19-Feb-2007
ad
branches: 1.6.18; 1.6.26; 1.6.30;
Initialize acpi_interrupt_list_mtx in acpi_probe().
1.5
19-Feb-2007
xtraeme
Forgot to initialize the mutex.
1.4
19-Feb-2007
xtraeme
Replace ACPI_INTERRUPT_LIST_{LOCK,UNLOCK} mutex_{enter,exit}
1.3
18-Feb-2007
xtraeme
Replace simple_locks with mutexes, reviewed by ad@.
1.2
27-Aug-2006
christos
branches: 1.2.4; 1.2.10;
Delete unsigned comparison with < 0
1.1
23-Mar-2006
kochi
branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14;
Move from sys/dev/acpi/acpica/Osd.
1.1.14.5
21-Jan-2008
yamt
sync with head
1.1.14.4
26-Feb-2007
yamt
sync with head.
1.1.14.3
30-Dec-2006
yamt
sync with head.
1.1.14.2
21-Jun-2006
yamt
sync with head.
1.1.14.1
23-Mar-2006
yamt
file OsdInterrupt.c was added on branch yamt-lazymbuf on 2006-06-21 15:02:32 +0000
1.1.8.2
22-Apr-2006
simonb
Sync with head.
1.1.8.1
23-Mar-2006
simonb
file OsdInterrupt.c was added on branch simonb-timecounters on 2006-04-22 11:38:49 +0000
1.1.6.2
19-Apr-2006
elad
sync with head.
1.1.6.1
23-Mar-2006
elad
file OsdInterrupt.c was added on branch elad-kernelauth on 2006-04-19 03:24:24 +0000
1.1.4.3
03-Sep-2006
yamt
sync with head.
1.1.4.2
11-Apr-2006
yamt
sync files somehow mis-tagged by yamt-pdpolicy-base2.
1.1.4.1
23-Mar-2006
yamt
file OsdInterrupt.c was added on branch yamt-pdpolicy on 2006-04-11 12:20:52 +0000
1.1.2.2
28-Mar-2006
tron
Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
1.1.2.1
23-Mar-2006
tron
file OsdInterrupt.c was added on branch peter-altq on 2006-03-28 09:42:03 +0000
1.2.10.1
27-Feb-2007
yamt
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
1.2.4.2
09-Sep-2006
rpaulo
sync with head
1.2.4.1
27-Aug-2006
rpaulo
file OsdInterrupt.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:49:29 +0000
1.6.30.1
02-Jan-2008
bouyer
Sync with HEAD
1.6.26.1
26-Dec-2007
ad
Sync with head.
1.6.18.1
09-Jan-2008
matt
sync with HEAD
1.7.10.1
19-Aug-2009
yamt
sync with head.
1.8.62.1
22-Mar-2018
pgoyette
Synch with HEAD, resolve conflicts
Indexes created Sun Oct 12 20:09:57 GMT 2025