mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
- Fixed DPRINT.
svn path=/trunk/; revision=8592
This commit is contained in:
parent
e63f7f9cd0
commit
a8d7de6a74
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
* If not, write to the Free Software Foundation,
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id: videoprt.c,v 1.12 2004/03/08 08:05:26 navaraf Exp $
|
||||
* $Id: videoprt.c,v 1.13 2004/03/08 14:31:49 navaraf Exp $
|
||||
*/
|
||||
|
||||
#include "videoprt.h"
|
||||
|
@ -1268,7 +1268,7 @@ InternalMapMemory(IN PVIDEO_PORT_DEVICE_EXTENSION DeviceExtension,
|
|||
|
||||
DPRINT("- IoAddress: %lx\n", IoAddress.u.LowPart);
|
||||
DPRINT("- NumberOfUchars: %lx\n", NumberOfUchars);
|
||||
DPRINT("- InIoSpace: %c\n", InIoSpace);
|
||||
DPRINT("- InIoSpace: %x\n", InIoSpace);
|
||||
if (0 != (InIoSpace & VIDEO_MEMORY_SPACE_P6CACHE))
|
||||
{
|
||||
DPRINT("VIDEO_MEMORY_SPACE_P6CACHE not supported, turning off\n");
|
||||
|
|
Loading…
Reference in a new issue