summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/lca.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/pci/lca.c')
-rw-r--r--sys/alpha/pci/lca.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/pci/lca.c b/sys/alpha/pci/lca.c
index e279555..c631a93 100644
--- a/sys/alpha/pci/lca.c
+++ b/sys/alpha/pci/lca.c
@@ -186,7 +186,9 @@ lca_init_sgmap(void)
chipset.sgmap = sgmap_map_create(LCA_SGMAP_BASE,
LCA_SGMAP_BASE + LCA_SGMAP_SIZE,
lca_sgmap_map, sgtable);
-
+ chipset.pci_sgmap = NULL;
+ chipset.dmsize = 1UL * 1024UL * 1024UL * 1024UL;
+ chipset.dmoffset = 1UL * 1024UL * 1024UL * 1024UL;
REGVAL64(LCA_IOC_W_T_BASE0) = pmap_kextract((vm_offset_t) sgtable);
alpha_mb();
OpenPOWER on IntegriCloud