NetBSD/sys/arch/prep
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
..
compile
conf Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) 2004-03-13 17:31:33 +00:00
dev wdc_obio can be used again. 2004-03-10 15:14:49 +00:00
include Pull in SPRs via <powerpc/spr.h> in this single instance, and dispose of 2004-03-02 00:35:54 +00:00
isa missing new-line after mc146818_attach(). 2004-03-10 15:19:22 +00:00
pci eliminate uvm_useracc() in favor of checking the return value of 2003-11-13 03:09:28 +00:00
prep Remove obsolete MD mcclock files. 2003-11-24 06:24:27 +00:00
stand boot-loader can find attached kernel again. 2004-03-10 15:17:01 +00:00
Makefile