[HAL]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 20 Sep 2015 09:45:59 +0000 (09:45 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 20 Sep 2015 09:45:59 +0000 (09:45 +0000)
- Print a message if EISA DMA support is detected. Detection should probably not even be attempted unless the machine supports EISA; the print will show whether that's correct.
CORE-9895

svn path=/trunk/; revision=69302

reactos/hal/halx86/generic/dma.c

index afeddba..a78d817 100644 (file)
@@ -153,6 +153,7 @@ HalpInitDma(VOID)
     WRITE_PORT_UCHAR((PUCHAR)FIELD_OFFSET(EISA_CONTROL, DmaController2Pages.Channel2), 0x2A);
     if (READ_PORT_UCHAR((PUCHAR)FIELD_OFFSET(EISA_CONTROL, DmaController2Pages.Channel2)) == 0x2A)
     {
+        DPRINT1("Machine supports EISA DMA. Bus type: %lu\n", HalpBusType);
         HalpEisaDma = TRUE;
     }