mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[pic8259] Fix definitions for "read IRR" and "read ISR" commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -37,8 +37,8 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
/* Register command values */
|
||||
#define OCW3_ID 0x08
|
||||
#define OCW3_READ_IRR 0x03
|
||||
#define OCW3_READ_ISR 0x02
|
||||
#define OCW3_READ_IRR 0x02
|
||||
#define OCW3_READ_ISR 0x03
|
||||
#define ICR_EOI_NON_SPECIFIC 0x20
|
||||
#define ICR_EOI_NOP 0x40
|
||||
#define ICR_EOI_SPECIFIC 0x60
|
||||
|
||||
Reference in New Issue
Block a user