xref: /386bsd/usr/src/kernel/include/dev/isa_kbd.h (revision a2142627)
1 /*
2  * PC Keyboard definitions
3  */
4 
5 /* commands and responses */
6 #define	KBC_RESET	0xFF	/* Reset the keyboard */
7 #define	KBC_STSIND	0xED	/* set keyboard status indicators */
8 #define	KBR_OVERRUN	0x00	/* Keyboard flooded */
9 #define	KBR_RESEND	0xFE	/* Keyboard needs resend of command */
10 #define	KBR_ACK		0xFA	/* Keyboard did receive command */
11 #define	KBR_RSTDONE	0xAA	/* Keyboard reset complete */
12