| plan 9 kernel history: overview | file list | diff list |
2001/0527/pc/i8259.c (diff list | history)
| 2001/0428/sys/src/9/pc/i8259.c:95,101 – 2001/0527/sys/src/9/pc/i8259.c:95,101 (short | long | prev | next) | ||
|
enable ELCR print
rsc Fri Mar 4 12:44:25 2005 | ||
| 1998/1022 | if(inb(Elcr1) == 0x20) | |
| 1999/0301 | i8259elcr = x; | |
| 1998/1022 | outb(Elcr1, x & 0xFF); | |
| 1999/0301 |
| |
| 2001/0527 | print("ELCR: %4.4uX\n", i8259elcr); | |
| 1998/1022 | } | |
| 1997/0327 | } | |
| 1998/0910 | iunlock(&i8259lock); | |