summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Make the interrupt routing a bit less chatty unless bootverbose is set.dfr2001-10-072-6/+10
* Fix some 64-bit uncleanliness.peter2001-10-061-7/+20
* Fix some style bugs before fixing some real bugs.peter2001-10-061-7/+17
* Fix a stack trashing bug when int != sizeof(pointer)peter2001-10-062-2/+6
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-044-15/+16
* Add busspace hacks for ia64.dfr2001-10-041-0/+6
* Use return_PTR, not return_VALUE when returning pointers.dfr2001-10-041-2/+2
* 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
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* 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
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-071-64/+0
* Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* Just print a message in acpi_tz_monitor() only when new active stateiwasaki2001-09-041-2/+5
* 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
* Don't claim memory resources owned by a PNP0C01 device ("system memory")msmith2001-08-311-3/+6
* Don't activate placeholder resources; it can be very expensive in themsmith2001-08-311-3/+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
* Retarget the resource parser slightly. We only fetch current resourcesmsmith2001-08-301-36/+287
* Note that now that some ISA devices will attach to ACPI, we need tomsmith2001-08-301-1/+6
* Don't parse our resources ourself, the ACPI core code must do it.msmith2001-08-301-6/+0
* Nuke the (fairly bogus) attachment of *all* ACPI devices to ISA.msmith2001-08-301-479/+0
* Add missing acpi_disabled() call so that this driver can be disabled.msmith2001-08-301-1/+2
* Updates to match the ACPI CA 20010816 import:msmith2001-08-2610-162/+163
* Fix error checking about device state transition from D0 to D3.iwasaki2001-08-211-4/+27
* Remove noisy printfs from the notify handler; having these go offmsmith2001-08-211-2/+0
* The Intel 440MX ACPI timer seems to work properly, so add it to the listmsmith2001-08-051-5/+12
* Reverse the logic here again with regards to "trusted" ACPI timermsmith2001-08-031-30/+54
* Shoud build resources in the _CRS buffer. Oops.msmith2001-08-032-2/+2
* Move the resource pointer when we reallocate the buffer.msmith2001-08-031-0/+2
* The current resource buffer returned from an interrupt link devicemsmith2001-07-302-14/+40
* - Prevent the ACPI code from being loaded as a module other than atmsmith2001-07-302-11/+123
* Minor updates (no functional changes)msmith2001-07-301-86/+82
* The ACPI timer register corruption problem is resolved in the PIIX4msmith2001-07-271-4/+6
* Better checking of duplicated interrupt handler installation.iwasaki2001-07-251-1/+1
* Some minor fixes.iwasaki2001-07-251-4/+11
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-221-0/+8
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-2111-41/+37
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-216-144/+162
* Implement a "proper" timecounter hung off the ACPI timer device.msmith2001-07-211-20/+207
* Merge the EC register definitions into the EC module proper, they're notmsmith2001-07-212-204/+71
* Use our saved copy of the FADT rather than fetching it again.msmith2001-07-211-13/+5
OpenPOWER on IntegriCloud