Displaying 3 results from an estimated 3 matches for "fbfff000".
Did you mean:
bffff000
2012 Apr 10
0
VT-d BIOS problem with DMAR/ACPI tables | Sabertooth X58
....
My configuration is :
- Debian Weezy
- Xen version 4.1.2 (Debian 4.1.2-2)
- Sabertooth X58 with last bios (1304)
- i7 - 960
I have the following message :
(XEN) [VT-D]dmar.c:704: Host address width 39
(XEN) [VT-D]dmar.c:719: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:413: dmaru->address = fbfff000
(XEN) [VT-D]iommu.c:1122: drhd->address = fbfff000 iommu->reg = ffff82c3fff57000
(XEN) [VT-D]iommu.c:1124: cap = c9008010e60262 ecap = f0207a
(XEN) [VT-D]dmar.c:341: endpoint: 0:1b.0
(XEN) [VT-D]dmar.c:719: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:413: dmaru->address = fbffe000
(XEN) [...
2009 Feb 13
12
VT-D RMRR is incorrect
I try pci pci passthrough with xen 3.3.1 and CentOS 5.2(64bit)
on a SUPERMICRO C7X58 board
I see the following the error in my boot log.
(XEN) [VT-D]dmar.c:372: RMRR is incorrect.
This problem is caused by this condition in dmr.c:372.
if ( rmrr->base_address >= rmrr->end_address )
{
dprintk(XENLOG_ERR VTDPREFIX, "RMRR is incorrect.\n");
return -EFAULT;
}
As an
2009 Feb 13
12
VT-D RMRR is incorrect
I try pci pci passthrough with xen 3.3.1 and CentOS 5.2(64bit)
on a SUPERMICRO C7X58 board
I see the following the error in my boot log.
(XEN) [VT-D]dmar.c:372: RMRR is incorrect.
This problem is caused by this condition in dmr.c:372.
if ( rmrr->base_address >= rmrr->end_address )
{
dprintk(XENLOG_ERR VTDPREFIX, "RMRR is incorrect.\n");
return -EFAULT;
}
As an