MPSAFE locking: Add a comment that we need resource list and device_t

refcounting/locking.
This commit is contained in:
Nate Lawson 2004-08-13 06:22:13 +00:00
parent d317428f44
commit cece02d7b3

View File

@ -712,6 +712,7 @@ acpi_sysres_attach(device_t dev)
return (0);
}
/* XXX The resource list may require locking and refcounting. */
struct resource_list_entry *
acpi_sysres_find(int type, u_long addr)
{