| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* acpi/acpi.c (acpi_get_tables): Factorize code.
|
|
|
|
| |
* acpi/acpi.c (acpi_get_num_tables): Do not ignore mmap failure.
|
|
|
|
|
| |
* acpi/acpi.c (acpi_get_num_tables, acpi_get_tables): Munmap is not needed,
because when mmap_phys_acpi_header returns non-zero, no mmap is performed.
|
|
|
|
|
|
|
| |
These were writing to an array and then never using it. Maybe they were
useful for debugging.
Message-Id: <87sfvtmn6r.fsf@autistici.org>
|
|
Exposes x86 ACPI tables as a netfs on a mount point
* acpi: New directory.
* Makefile (prog-subdirs): Add acpi.
* hurd/hurd_types.h (FSTYPE_ACPI): New macro.
|