diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-04-20 04:21:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-04-20 04:21:27 +0000 |
| commit | c3f861f4916279eaba971a48d6c3e457362aa6ed (patch) | |
| tree | 1aba3d161b1a71e2ee2f19a4c8aa797ceed5b35b /sys/dev | |
| parent | 2f443d2d8fc592dc7d3859e267e665ef898ff3e8 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 6fb2c75c76fd2..72956b93c8a08 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1015,6 +1015,7 @@ acpi_alloc_resource(device_t bus, device_t child, int type, int *rid, goto out; /* Copy the bus tag and handle from the pre-allocated resource. */ + rman_set_rid(res, *rid); rman_set_bustag(res, rman_get_bustag(rle->res)); rman_set_bushandle(res, rman_get_start(res)); |
