freebsd-dev/sys/dev/atkbdc
Doug Rabson 21c3015a24 * Completely rewrite the alpha busspace to hide the implementation from
the drivers.
* Remove legacy inx/outx support from chipset and replace with macros
  which call busspace.
* Rework pci config accesses to route through the pcib device instead of
  calling a MD function directly.

With these changes it is possible to cleanly support machines which have
more than one independantly numbered PCI busses. As a bonus, the new
busspace implementation should be measurably faster than the old one.
2000-08-28 21:48:13 +00:00
..
atkbd_atkbdc.c - Properly keep track of I/O port resources. 2000-03-19 03:25:13 +00:00
atkbd_isa.c - Properly keep track of I/O port resources. 2000-03-19 03:25:13 +00:00
atkbd.c Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because 2000-05-28 12:43:24 +00:00
atkbdc_isa.c Fixed the type of some ivar access functions. Ivars have type uintptr_t, 2000-04-30 10:01:56 +00:00
atkbdc_subr.c Fixed the type of some ivar access functions. Ivars have type uintptr_t, 2000-04-30 10:01:56 +00:00
atkbdc.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
atkbdcreg.h - Properly keep track of I/O port resources. 2000-03-19 03:25:13 +00:00
atkbdreg.h - Properly keep track of I/O port resources. 2000-03-19 03:25:13 +00:00
psm.c Add spltty()/splx() in the watchdog timer routine. 2000-08-24 08:49:44 +00:00