Less magic number
authorshadchin <shadchin@openbsd.org>
Tue, 5 May 2015 16:27:20 +0000 (16:27 +0000)
committershadchin <shadchin@openbsd.org>
Tue, 5 May 2015 16:27:20 +0000 (16:27 +0000)
commit82dffeaae106795ce48887ec55f0032bc2a52f24
tree01ede598d2e4f0eddd8a5f0633f041c3edffdbee
parent4f07dcdab577dd86ba082203c8ba14e21e60d733
Less magic number

For PS/2 - status byte - bit 5:
The bit is '1' if the data on input port 60h came from the AUX port, or '0' if
the data came from the keyboard or from the keyboard controller itself.

KBS_TERR (kbd transmission error) was valid for AT-mode, but not for PS/2-mode.

ok ratchov@, miod@
sys/dev/ic/i8042reg.h
sys/dev/ic/pckbc.c