freebsd-src/sys/isa
Kazutaka YOKOTA 872dfb2dd3 - Add a hack for "psmintr: out of sync.." This is NOT a fix,
but a hack! Add `flags 0x8000' to the psm driver to enable it.
  The psm driver will try to get out of out-of-sync situation
  by disabling the mouse and immediately enable it again.

If you are seeing this out-of-sync problem because of an
incompetent(?!) KVM switch, this hack will NOT be good
for you.  However, if you are occasionally seeing the
problem because of lost mouse interrupt, this might help.
2000-12-01 05:26:24 +00:00
..
ic
atkbd_isa.c
atkbdc_isa.c Untangle some resource matching loops that were getting on my nerves 2000-10-15 08:50:45 +00:00
atrtc.c Revert two experimental changes which escaped from my devel machine. 2000-10-28 06:55:12 +00:00
fd.c Make diskerr() always log with printf. 2000-11-26 19:29:15 +00:00
fdc.h
fdreg.h
isa_common.c Reduce code duplication by using the GET_RESOURCE_LIST bus method and related 2000-11-28 07:12:12 +00:00
isa_common.h
isa_if.m
isahint.c Repeat after me: I will test *before* commit, not after.... *blush* 2000-10-15 09:18:14 +00:00
isareg.h Add smc37c935 chipset support and clean up the code which tries to 2000-07-18 09:01:09 +00:00
isavar.h GC some defunct prototypes 2000-11-25 08:13:33 +00:00
joy.c
pnp.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
pnpparse.c Ignore resources with a size of 0, as these are disabled (and we don't 2000-11-07 00:03:33 +00:00
pnpreg.h
pnpvar.h Finally merge newmidi. 2000-07-11 11:49:33 +00:00
ppc.c Add support for the PC87303 chipset (found on Miata alphas) and add 2000-07-20 09:28:07 +00:00
ppcreg.h Add support for the PC87303 chipset (found on Miata alphas) and add 2000-07-20 09:28:07 +00:00
psm.c - Add a hack for "psmintr: out of sync.." This is NOT a fix, 2000-12-01 05:26:24 +00:00
rtc.h
sio.c - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
sioreg.h
syscons_isa.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
vga_isa.c