mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Fix initialization of PICs.
svn path=/trunk/; revision=45220
This commit is contained in:
parent
c88ec84439
commit
24c017fb93
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ HalpInitializePICs(IN BOOLEAN EnableInterrupts)
|
|||
|
||||
/* Initialize ICW1 for master, interval 8, edge-triggered mode with ICW4 */
|
||||
Icw1.NeedIcw4 = TRUE;
|
||||
Icw1.InterruptMode = EdgeTriggered;
|
||||
Icw1.OperatingMode = Cascade;
|
||||
Icw1.Interval = Interval8;
|
||||
Icw1.Init = TRUE;
|
||||
|
@ -64,6 +65,7 @@ HalpInitializePICs(IN BOOLEAN EnableInterrupts)
|
|||
|
||||
/* Initialize ICW1 for master, interval 8, edge-triggered mode with ICW4 */
|
||||
Icw1.NeedIcw4 = TRUE;
|
||||
Icw1.InterruptMode = EdgeTriggered;
|
||||
Icw1.OperatingMode = Cascade;
|
||||
Icw1.Interval = Interval8;
|
||||
Icw1.Init = TRUE;
|
||||
|
|
Loading…
Reference in a new issue