Sponsored by: Arm Ltd
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The function signatures for acpi_iort_lookup_its_from_iwb and acpi_iort_get_iwb_dev should be moved from D59169 to here
| sys/arm64/acpica/acpi_iort.c | ||
|---|---|---|
| 750 | I have a local patch to add a thread safe bool acpi_get_name(ACPI_HANDLE handle, char *data, size_t len) that might be useful here. acpi_get_acpi_device_path calls acpi_name that uses a static buffer so a second thread may trash the value read by the first. | |