freebsd-dev/sys/dev/atkbdc
Kazutaka YOKOTA a68d00e3fe One more patch for the atkbd driver. It will make sure that the
keyboard port and interrupt is enabled and the driver is attached even
when the keyboard itself is not present when the system is booting.
(This has been the behavior through out 2.X and 3.X, but is somehow
broken in 4.0.)

# I certainly don't recommend people to `hot-plug' the AT keyboard,
# because the interface isn't designed for hot-plugging and such act
# will often break the keyboard controller.  But, so many people want to
# do that anyway...

Approved by: jkh
2000-03-11 07:44:10 +00:00
..
atkbd_atkbdc.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
atkbd_isa.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
atkbd.c One more patch for the atkbd driver. It will make sure that the 2000-03-11 07:44:10 +00:00
atkbdc_isa.c Do not add children (atkbd and psm) if they are disabled. 2000-02-25 11:40:31 +00:00
atkbdc_subr.c Do not add children (atkbd and psm) if they are disabled. 2000-02-25 11:40:31 +00:00
atkbdc.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
atkbdcreg.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
atkbdreg.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
psm.c Don't free(sc) before returning an error from probe, it does not "belong" 2000-03-01 19:30:36 +00:00