1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 23:18:08 +00:00

Don't parse our resources ourself, the ACPI core code must do it.

This commit is contained in:
Mike Smith 2001-08-30 00:45:12 +00:00
parent 93b9ee69f5
commit 2668fa394a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82534

View File

@ -364,12 +364,6 @@ acpi_ec_attach(device_t dev)
sc->ec_dev = dev;
sc->ec_handle = acpi_get_handle(dev);
/*
* Evaluate resources
*/
ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "parsing EC resources\n"));
acpi_parse_resources(sc->ec_dev, sc->ec_handle, &acpi_res_parse_set);
/*
* Attach bus resources
*/