X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fkbregs.h;h=813fa1ae4b5170cdd77789c042354d156109e838;hp=5c56c48c5a1c2c4651a4dec4fc2d56af9c525b1e;hb=81c11bdd80190ec319a82b0402173cfb65fcbf72;hpb=7dcd5071e600f8cf48174d1fddb3dba57ec9476d diff --git a/src/kbregs.h b/src/kbregs.h index 5c56c48..813fa1a 100644 --- a/src/kbregs.h +++ b/src/kbregs.h @@ -27,6 +27,8 @@ along with this program. If not, see . #define KB_ACK 0xfa #define KB_NACK 0xfe +#define KB_TEST_PASSED 0x55 +#define KB_TEST_FAILED 0xfc #define KB_STAT_OUTBUF_FULL 0x01 #define KB_STAT_INBUF_FULL 0x02 @@ -37,6 +39,8 @@ along with this program. If not, see . #define KB_STAT_TIMEOUT 0x40 #define KB_STAT_PAR_ERROR 0x80 +#define KB_CMD_TEST 0xaa + /* keyboard commands */ #define KB_CMD_GET_CMDBYTE 0x20 #define KB_CMD_SET_CMDBYTE 0x60