NetBSD/sys/arch/i386/isa
thorpej b667a5a357 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 06:30:07 +00:00
..
pcvt New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
ahc_isa.c Update ISA/VL frontend for new ahc driver (done by Noriyuki Soda). 2000-03-15 02:05:19 +00:00
clock.c Take care of National Geode (Cyrix MediaGX) built-in clock module bug. 2000-02-02 15:26:27 +00:00
fd.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
fdreg.h Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returns 2000-02-07 22:07:27 +00:00
icu.h
icu.s Define the DONETISR macro and use netisr_dispatch.h. This is to cut down on code duplication and to standardize the available NETISRs across all ports. 2000-02-21 20:38:46 +00:00
isa_machdep.c make "i386_isa_chipset" globally visible so it can be used from outside 1999-11-12 18:39:38 +00:00
isapnp_machdep.c
joy.c
joy_isa.c
joy_isapnp.c Reject variant numbers which are too large (so that a new version of isapnpdevs 1999-03-22 10:00:09 +00:00
joyvar.h
lms.c Absolute pointing device support. 2000-01-08 02:57:22 +00:00
mms.c Absolute pointing device support. 2000-01-08 02:57:22 +00:00
npx.c Set variable i386_fpu_present to 1 if a functional FPU was detected. For 1999-10-06 20:03:51 +00:00
nvram.h
olms.c
omms.c
pccons.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
pms.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
timerreg.h
vector.s fix typo in comment. 2000-01-20 03:19:27 +00:00