mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Revert "x86: Enable Intel DMAR by default"
A number of people have reported panics with it enabled by default,
possibly due to broken ACPI tables, which we do not handle well. D46382
is a potential fix for this issue.
Additionally DMAR is currently not compatible with bhyve passthrough
(see comment #10 in PR280817), with a draft patch to address that in
D25672.
Revert to disabling DMAR by default pending the resolution of those two
issues.
This reverts commit 3192fc3023
.
PR: 280817
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
aa6c490bf8
commit
0875f3cd74
@ -159,8 +159,7 @@ dmar_count_iter(ACPI_DMAR_HEADER *dmarh, void *arg)
|
|||||||
|
|
||||||
int dmar_rmrr_enable = 1;
|
int dmar_rmrr_enable = 1;
|
||||||
|
|
||||||
static int dmar_enable = 1;
|
static int dmar_enable = 0;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dmar_identify(driver_t *driver, device_t parent)
|
dmar_identify(driver_t *driver, device_t parent)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user