minix/drivers/tty/arch/i386
Ben Gras 93d9caa2d6 tty: i386: rs232 fix
. ignore interrupt (stop interrupt check loop) if
	  interrupt bit not set; limit loop too
	. mask off other bits when testing bits in the status register
	. this fixes rs232 output that would otherwise never get re-triggered
	  as too many bits were set in the status byte to match the
	  possibilities.

Change-Id: I311c93377fa8fb477ee9a756455fdeda780e6ba1
2013-06-12 07:04:52 +00:00
..
console.c TTY: "nobeep" setting to disable beeps 2013-02-15 11:06:34 +01:00
keyboard.c Move MINIX reboot definitions into minix/reboot.h 2013-03-20 16:50:01 +00:00
Makefile.inc TTY: seperate hardware dependent parts + add new serial driver 2012-10-30 11:33:29 +00:00
rs232.c tty: i386: rs232 fix 2013-06-12 07:04:52 +00:00