summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/acpica_osd.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-021-2/+1
| | | | | Change to include this file rather than acpica_osd.h to use only ACPI_BUS_SPACE stuff.
* Modified PCI config space access code via pcib_if rather than usingiwasaki2000-08-311-27/+36
| | | | | | | | pci_cfg{read|write}. - Obtain device_t pcib instance by calling device_find_child(). - Call PCIB_{READ|WRITE}_CONFIG() to access to pcib interfaces. Reviewed by: dfr, takawata
* A lot of changes on acpi driver code.iwasaki2000-08-291-2/+4
| | | | | | | | | | | | | | | | - The "Osd*" stuff went away from acpi driver code, use the bus_space functions directly instead. - Fix minor english bugs. acpi_registers_input -> acpi_register_input acpi_registers_output -> acpi_register_output - Remove all magic numbers for the sleeping states. We now have #defines for these. - NULL is treated the same as the return from aml_get_rootname in aml_find_from_namespace(). Suggested by: msmith Thanks mike!
* Another file needed for ACPI,I forgot to commit.takawata2000-08-251-0/+309
Noticed by:iwasaki
OpenPOWER on IntegriCloud