summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd/OsdInterrupt.c
Commit message (Expand)AuthorAgeFilesLines
* 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