mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Remove default initializations for rman, a'la r296331
This commit is contained in:
parent
d7acb49aee
commit
e8cf8358d0
1 changed files with 0 additions and 2 deletions
|
|
@ -459,8 +459,6 @@ acpi_attach(device_t dev)
|
|||
if (rman_init(&acpi_rman_io) != 0)
|
||||
panic("acpi rman_init IO ports failed");
|
||||
acpi_rman_mem.rm_type = RMAN_ARRAY;
|
||||
acpi_rman_mem.rm_start = 0;
|
||||
acpi_rman_mem.rm_end = ~0ul;
|
||||
acpi_rman_mem.rm_descr = "ACPI I/O memory addresses";
|
||||
if (rman_init(&acpi_rman_mem) != 0)
|
||||
panic("acpi rman_init memory failed");
|
||||
|
|
|
|||
Loading…
Reference in a new issue