NetBSD/sys/arch/arc
bjh21 dff5222d3a Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it.  This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111.  The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers.  To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned.  Thy just use rather more function pointers than before.  Tested
on i386 and (with a new host driver) acorn32.  Compiled on several other
affected architectures.
2004-03-13 17:31:33 +00:00
..
arc Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) 2004-03-13 17:31:33 +00:00
dev Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
dti Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
include Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
isa Switch arc to use MI mc146818 tod driver. 2003-10-29 18:17:49 +00:00
jazz Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) 2004-03-13 17:31:33 +00:00
pci Count necpb interrupts with evcnt(9). 2003-11-01 19:23:52 +00:00
stand Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
TODO - Remove softintr(9) stuff. 2003-05-25 15:46:15 +00:00