Fix METEOR_TEST_VIDEO case.

Submitted by:	Jim Lowe <james@miller.cs.uwm.edu>
This commit is contained in:
jkh 1996-02-05 23:04:05 +00:00
parent 9bfe2ca847
commit 3a4dbb3ce7

View File

@ -1469,7 +1469,7 @@ meteor_ioctl(dev_t dev, int cmd, caddr_t arg, int flag, struct proc *pr)
p = (volatile u_long *) mtr->virt_baseaddr;
#ifdef METEOR_TEST_VIDEO
if(mtr->video.addr)
buf = mtr->video.addr;
buf = vtophys(mtr->video.addr);
else
#endif
buf = vtophys(mtr->bigbuf);