mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 14:13:11 -04:00
When ICW1 is issued the edge sense circuit is reset which means that
following an initialization a low-to-high transistion is necesary to generate an interrupt. Reviewed by: neel
This commit is contained in:
parent
8e01fdea2b
commit
76b3c718be
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ vatpic_icw1(struct vatpic *vatpic, struct atpic *atpic, uint8_t val)
|
|||
atpic->ready = false;
|
||||
|
||||
atpic->icw_num = 1;
|
||||
atpic->request = 0;
|
||||
atpic->mask = 0;
|
||||
atpic->lowprio = 7;
|
||||
atpic->rd_cmd_reg = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue