acpi now uses a simple pci layer instead of the pci bus manager

added a new style module to publish acpi devices ("listdev -d" to list them)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19322 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-11-18 20:46:58 +00:00
parent c26c0b24e5
commit ea71f2e7b8
7 changed files with 434 additions and 83 deletions
+9
View File
@@ -6,6 +6,7 @@
#ifndef _ACPI_H
#define _ACPI_H
#include <device_manager.h>
#include <bus_manager.h>
#include <KernelExport.h>
@@ -121,4 +122,12 @@ struct acpi_object_type {
#define B_ACPI_MODULE_NAME "bus_managers/acpi/v1"
#define ACPI_DEVICE_HID_ITEM "acpi/hid"
#define ACPI_DEVICE_PATH_ITEM "acpi/path"
#define ACPI_DEVICE_TYPE_ITEM "acpi/type"
typedef struct acpi_device_info *acpi_device;
#endif /* _ACPI_H */