summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd/OsdInterrupt.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-101-80/+149
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Standardize __FBSDID identifiers.njl2005-07-221-2/+3
* Catch up with AcpiOsSleep() interface change.marks2004-12-021-2/+2
* MPSAFE lockingnjl2004-08-131-22/+2
* Style cleanup, plus properly backup partial resource allocation innjl2004-04-141-44/+51
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-111-0/+18
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-0/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-2/+2
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-3/+3
* find_devclass -> devclass_find.msmith2002-01-081-1/+1
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-2/+2
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-281-3/+3
* Better checking of duplicated interrupt handler installation.iwasaki2001-07-251-1/+1
* Get the ACPI softc before we potentially dereference it.msmith2001-07-071-5/+5
* Wrap the interrupt handler so that we can get the ACPI lock.msmith2001-06-291-2/+20
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-3/+3
* Add some debugging statements.msmith2001-01-311-10/+17
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-281-0/+110
OpenPOWER on IntegriCloud