summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended onmsmith2001-07-071-164/+0
* Fix typo in acpi_cpu_attach() and correct range checking iniwasaki2001-07-071-2/+2
* Kill the old processor driver; the ACPI CA functions it depended onmsmith2001-07-072-669/+388
* Add acpi_GetTableIntoBuffer, to aid in fetching tables.msmith2001-07-072-3/+25
* Get the ACPI softc before we potentially dereference it.msmith2001-07-071-5/+5
* Quiet the complaint about the _SCP method if it doesn't exist; it'smsmith2001-07-071-2/+3
* Oops, have to use AcpiSetCurrentResources, not invoke the _SRS methodmsmith2001-07-072-8/+2
* Add support for user-requested override of cooling levels.msmith2001-07-071-80/+189
* Add support for system power profiles; select "performance" when AC powermsmith2001-07-072-2/+18
* Support for system "power profiles". Currently we support two profiles;msmith2001-07-071-0/+64
* This was only half-implemented when I committed it, and certainly didn'tmsmith2001-07-061-30/+92
* Improve some error messages slightly.msmith2001-07-051-2/+5
* Implement PCI interrupt routing using the ACPI data attached to themsmith2001-07-052-10/+510
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
* Add a new helper function for finding resources in resource buffers.msmith2001-07-053-198/+275
* Wrap the interrupt handler so that we can get the ACPI lock.msmith2001-06-291-2/+20
* Add ACPI lock support.msmith2001-06-291-13/+52
* Add ACPI subsystem mutex support, currently disabled. This implementsmsmith2001-06-291-1/+21
* Update for new debug layer constant names in the ACPI CA 20010615msmith2001-06-295-5/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding themsmith2001-06-291-37/+55
* Update to synch with the 20010615 ACPI CA import.msmith2001-06-291-129/+183
* Sync to my work in progress:msmith2001-06-284-146/+1092
* Reset timestamps of battery info. and status by thier notify handler.iwasaki2001-06-241-10/+13
* - Swap order of "S4B" and "S5" in sleep_state_names. They alreadyiwasaki2001-06-241-6/+6
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-236-73/+618
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'smsmith2001-05-302-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-2918-140/+157
* 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
OpenPOWER on IntegriCloud