Account for an offset frame buffer address. This change is somewhat

different than the one supplied by Paul Goyette in PR 5702, but
has the same effect.
This commit is contained in:
scottr 1998-07-07 00:33:39 +00:00
parent 6c2540b9a5
commit 6124345626
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_bootstrap.c,v 1.45 1998/07/04 22:18:29 jonathan Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.46 1998/07/07 00:33:39 scottr Exp $ */
/*
* Copyright (c) 1991, 1993
@ -126,7 +126,8 @@ pmap_bootstrap(nextpa, firstpa)
st_entry_t protoste, *ste;
pt_entry_t protopte, *pte, *epte;
vidlen = m68k_round_page(((videosize >> 16) & 0xffff) * videorowbytes);
vidlen = m68k_round_page(((videosize >> 16) & 0xffff) * videorowbytes +
(mac68k_vidphys & PGOFSET));
/*
* Calculate important physical addresses: