-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACPI: from_tables_direct has been removed #172
Comments
From Isaac: So |
Just to be clear, the proposed solution is to change parameterized types for the various tables to not be parameterized, but to leave a parameterized |
|
Thanks for reporting, I've removed the reference to this method from the documentation. |
What is the recommended alternative to acpi::AcpiTables::from_tables_direct, which has been removed? My ideal would be to pass in the tables without a handler to map the table data, but I'm not sure how much you need to access tables using physical addresses.
I'm happy to implement whatever you think the best solution is.
The text was updated successfully, but these errors were encountered: