summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pci_link.c
Commit message (Collapse)AuthorAgeFilesLines
* Update code to work with 0619 distnjl2003-07-131-3/+4
| | | | | | | | * Use ACPI_BUFFER as the type for AcpiGetObjectInfo * Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep buttons) as they are no longer needed * Change calls to use the new GPE functions * Add AcpiOs*Lock functions
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* Disable debug output from acpi_pci_link.iwasaki2002-11-271-5/+5
| | | | | | | | | There were no serious problem reports on this in spite of my concern. To get debug output from acpi_pci_link, just enable bootverbose flag in usual manner (boot -v). Approved by: re
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialiwasaki2002-10-311-5/+4
| | | | | | | | | | state. Instead, use ACPI_STA_PRESENT and ACPI_STA_FUNCTIONAL for it. In some ACPI BIOS implementations, boot disabled devices don't have ACPI_STA_ENABLE bit in _STA object. Also it is not fatal if getting current IRQ of boot disabled devices is failed in initial state. And minor fixes.
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
| | | | Suggested by: jhb (in -current ML)
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
OpenPOWER on IntegriCloud