summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-2/+13
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-041-4/+7
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.dfr2001-10-041-0/+5
* Call acpi_DeviceIsPresent() only for devices. This should makeiwasaki2001-09-171-1/+1
* Disable devices that are not present; at a later stage we can then enablemsmith2001-09-151-0/+10
* KSE Milestone 2julian2001-09-121-3/+3
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* Fix typo; CTLFLAG_RO -> CTLFLAG_RD.iwasaki2001-09-021-1/+1
* Add a MODULE_VERSION declaration. This should prevent duplicate loadingmsmith2001-09-011-0/+3
* Call OS-independent resume routine to execute _WAK .. etc.takawata2001-08-311-75/+1
* Add support for attaching PnP-aware ISA drivers to ACPI.msmith2001-08-301-1/+74
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-63/+61
* Move the resource pointer when we reallocate the buffer.msmith2001-08-031-0/+2
* - Prevent the ACPI code from being loaded as a module other than atmsmith2001-07-301-10/+119
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-221-0/+8
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-10/+10
* The API for loading tables changed (we no longer explicitly search for themsmith2001-07-211-17/+2
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-201-23/+37
* Add acpi_GetTableIntoBuffer, to aid in fetching tables.msmith2001-07-071-3/+24
* Add a new helper function for finding resources in resource buffers.msmith2001-07-051-198/+23
* Update to synch with the 20010615 ACPI CA import.msmith2001-06-291-129/+183
* Sync to my work in progress:msmith2001-06-281-107/+182
* - 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-231-0/+199
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-30/+29
* 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-281-0/+1
* Bring our local hack for wakeup back fromiwasaki2001-03-071-0/+88
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-311-11/+11
* Add 3 new dynamic sysctl's to control the sleep states switched to on ajhb2001-01-131-0/+50
* Enable fixed event at not only boot but also wakeup.iwasaki2001-01-101-13/+33
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-241-0/+3
* Fix testing reboot howto flags in acpi_shutdown_final().iwasaki2000-12-191-1/+1
* Catch up with the recent conversion the per-eventhandler list mutex toiwasaki2000-12-121-0/+1
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-46/+221
* ACPI HID's aren't limited to 7 characters. Don't check the length of themsmith2000-12-051-2/+2
* Update to work with the new ACPI CA snapshot.msmith2000-12-011-8/+8
* Remove unused PCI includes.msmith2000-11-061-3/+0
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-311-0/+5
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+1124
OpenPOWER on IntegriCloud