summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+1
* Remove bogus block device major now that bdev majors are gone.jhb2001-04-021-2/+1
* Catch up to header include changes:jhb2001-03-283-0/+4
* Bring our local hack for wakeup back fromiwasaki2001-03-071-0/+88
* Properly protect the parameters to the EC_{GET,SET}_{DATA,CSR} macros withjhb2001-02-261-4/+10
* - Use a loop to read consecutive bytes from the embedded controller tojhb2001-02-261-10/+19
* When ensuring the destination buffer is truncated for a string obtainedjhb2001-02-261-1/+1
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-4/+4
* Add some debugging.msmith2001-01-311-8/+72
* Add some debugging statements.msmith2001-01-313-26/+67
* Tidy up.msmith2001-01-311-48/+47
* Add some debugging.msmith2001-01-311-35/+17
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-318-46/+24
* Axe unused local variable.jhb2001-01-231-1/+0
* - Mark an unused function with __unused.jhb2001-01-231-1/+6
* Axe an unused static softc.jhb2001-01-231-2/+0
* Move a temporary #ifdef of code (just the #ifdef part) up so that it isjhb2001-01-231-4/+4
* In answer to the comment: /* XXX is it OK to block here? */, the answerpeter2001-01-231-2/+3
* Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properlymsmith2001-01-221-0/+2
* Add 3 new dynamic sysctl's to control the sleep states switched to on ajhb2001-01-132-0/+53
* Enable fixed event at not only boot but also wakeup.iwasaki2001-01-101-13/+33
* Change Embedded Controller lock to ACPI Global Lock.This is needed fortakawata2001-01-021-11/+2
* Hack in interrupt routing support (using the core $PIR support, not usingmsmith2000-12-292-6/+10
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-244-4/+130
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-224-3/+480
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.takawata2000-12-211-2/+0
* Disable my previous committed code for a moment.iwasaki2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().iwasaki2000-12-201-0/+3
* Change priority of procedure queueing.takawata2000-12-201-2/+2
* Fix testing reboot howto flags in acpi_shutdown_final().iwasaki2000-12-191-1/+1
* Fix with debugging option.takawata2000-12-151-2/+2
* Make Embedded Controller driver interrupt driven.takawata2000-12-141-19/+77
* Catch up with the recent conversion the per-eventhandler list mutex toiwasaki2000-12-122-0/+2
* Staticise some malloc poolsmsmith2000-12-082-2/+2
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-0813-196/+512
* ACPI HID's aren't limited to 7 characters. Don't check the length of themsmith2000-12-051-2/+2
* Revert attach() back to the old behaviour of calling bus_generic_attach().scottl2000-12-022-8/+10
* AcpiOsMem primitives as required by the new ACPI CA snapshotmsmith2000-12-011-1/+91
* Update to work with the new ACPI CA snapshot.msmith2000-12-017-86/+64
* Remove unused PCI includes.msmith2000-11-061-3/+0
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-312-0/+10
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-289-0/+972
OpenPOWER on IntegriCloud