NetBSD/sys/arch/arm32/vidc/console
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
..
fonts arm32 kernel source restructure 1997-10-14 11:45:30 +00:00
console.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
debugconsole.c arm32 kernel source restructure 1997-10-14 11:49:11 +00:00
dumb.c arm32 kernel source restructure 1997-10-14 11:49:11 +00:00
vidc.c arm32 kernel source restructure 1997-10-14 11:49:11 +00:00
vidc_mc.S Remove some redundant .req statements. 1997-10-17 05:46:16 +00:00
vidcconsole.c Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
vidcvideo.c Added missing prototypes. 1998-01-21 22:51:38 +00:00
vt220.c bzero() -> memset() and bcopy() -> memcpy(). 1999-01-01 12:42:47 +00:00
vt220.h RCS Id police. 1996-03-18 19:33:04 +00:00