Re: [ot] resetting keyboard via keyboard contoller.

2000-09-24 Thread Keith Owens
On Sun, 24 Sep 2000 19:04:11 -0400 (EDT), Adam <[EMAIL PROTECTED]> wrote: > Looking at kernel sources it seems to me, that reset of > keyboard would be > > outp(0x60,0xFF); static void kdb_kbdsend(unsigned char byte) { while (inb(KBD_STATUS_REG) & KBD_STAT_IBF)

[ot] resetting keyboard via keyboard contoller.

2000-09-24 Thread Adam
Hello, Kind of off-topic question. I want to reset/set keyboard from my own interrupt handler (via irq 9), so I don't want/can't to use bios (or even dos) interface. This assumes a PC. Looking at kernel sources it seems to me, that reset of keyb