mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 09:50:43 +00:00
[HAL]
- 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
This commit is contained in:
parent
bdce828d6d
commit
47083e371b
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ HalpInitDma(VOID)
|
||||||
WRITE_PORT_UCHAR((PUCHAR)FIELD_OFFSET(EISA_CONTROL, DmaController2Pages.Channel2), 0x2A);
|
WRITE_PORT_UCHAR((PUCHAR)FIELD_OFFSET(EISA_CONTROL, DmaController2Pages.Channel2), 0x2A);
|
||||||
if (READ_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;
|
HalpEisaDma = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue