~kris/9p

9hist

5f61d3f88b95eda8c14407139701f1f686ea7f99 — David du Colombier 32 years ago 4db613d
Plan 9 from Bell Labs 1994-08-25
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/kbd.c
M pc/kbd.c => pc/kbd.c +1 -1
@@ 243,7 243,7 @@ serialmouse(int port, char *type, int setspeed)
	if(mousetype == Mouseserial)
		error(Emouseset);

	if(port >= 2 || port < 0)
	if(port >= 3 || port < 0)
		error(Ebadarg);

	/* set up /dev/eia0 as the mouse */