Subject: CVS commit: src/sys/arch/arm/sa11x0
To: None <source-changes@netbsd.org>
From: Hiroyuki Bessho <bsh@netbsd.org>
List: source-changes
Date: 12/20/2002 06:12:52
Module Name: src
Committed By: bsh
Date: Fri Dec 20 04:12:52 UTC 2002
Added Files:
src/sys/arch/arm/sa11x0: sa1111_kbc.c
Log Message:
Driver for keyboard controller in the SA-1111 companion chip.
Our PC keyboard driver (sys/dev/pckbc/pckbd.c) works only with 8042
keyboard controller driver (sys/dev/ic/pckbc.c). So, This file
provides same functions as those of 8042 driver.
XXX: we need cleaner interface between the keyboard driver and
keyboard controller drivers.
XXX: PS/2 mice are not supported yet.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/arm/sa11x0/sa1111_kbc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.