Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/13/1999 23:42:03
Module Name:	src
Committed By:	mrg
Date:		Fri May 14 06:42:03 UTC 1999

Modified Files:
	src/sys/dev/sun: kbd.c ms.c
	src/sys/arch/sparc/conf: files.sparc
	src/sys/arch/sun3/conf: files.sun3
Added Files:
	src/sys/dev/sun: kbd_zs.c ms_zs.c
Log Message:
split the sun ms/kbd drivers into frontend/backend parts at the serial
interface border, so that other serial interfaces can be attached to the
ms/kbd.  zero functional changes and mostly involves moving code around
a bit.  tested on the SS2.

this is necessary to attach the PCI ultrasparc keyboard/mouse drivers.