NetBSD/sys/arch/alpha/alpha
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
..
autoconf.c Centralize the declaration and clearing of `cold'. 1999-09-17 19:59:35 +00:00
avalon_a12.c Fix include path, these days a12 header files are in alpha/a12. 1998-09-24 05:32:52 +00:00
clock.c Patch time_precision so we report a realistic NTP "precision" value to userland. 1999-09-06 21:54:17 +00:00
compat_13_machdep.c Spell "privilege" correctly (correct spelling from Jonathan Stone). 1999-08-16 02:59:22 +00:00
conf.c revert previous change 2000-02-22 21:09:50 +00:00
cpu.c Fix typo in error message 2000-02-09 23:25:15 +00:00
cpuconf.c Add entry for AlphaServer 2100 (Sable, Sable-Gamma). 1999-12-07 21:51:53 +00:00
db_disasm.c Handle a few more SPECIAL intructions. 2000-03-20 02:54:45 +00:00
db_instruction.h Handle a few more SPECIAL intructions. 2000-03-20 02:54:45 +00:00
db_interface.c rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
db_trace.c Fix off-by-one comparison. 1999-07-12 07:37:14 +00:00
debug.s Whitespace police. 1999-06-18 18:11:56 +00:00
dec_550.c Bring in the support to boot from ide drives. This is from dec_eb164.c. 2000-02-05 22:22:41 +00:00
dec_1000a.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_2100_a50.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_3000_300.c pull across fix from dec_3000_500.c: 1999-11-20 00:01:14 +00:00
dec_3000_500.c split the "asc" and "tcds" searching into two separate sections and 1999-11-19 10:49:46 +00:00
dec_6600.c Sync the ide support with dec_eb164.c rev 1.32: 2000-02-05 22:19:19 +00:00
dec_alphabook1.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_axppci_33.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_eb64plus.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_eb66.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_eb164.c Add the support to boot an ide slave drive and to boot from the secondary 2000-02-05 22:14:42 +00:00
dec_kn8ae.c Add an empty dec_kn8ae_cons_init(). 1999-04-15 22:13:41 +00:00
dec_kn20aa.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
dec_kn300.c Split the PC-like keyboard controller driver into chip back-end and 1999-12-03 22:48:22 +00:00
disksubr.c Use DISKPART/DISKMINOR/DISKUNIT instead of dkpart/dkminor/dkunit. 2000-03-07 15:55:14 +00:00
genassym.c Garbage-collect. 1999-12-16 20:20:11 +00:00
in_cksum.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
interrupt.c Reset mc_received after we've done a badaddr probe. 2000-02-29 21:42:54 +00:00
ipifuncs.c Move atomic operations into <machine/atomic.h>, and make them in-line 1999-12-02 01:09:11 +00:00
locore.s Garbage-collect. 1999-12-16 20:20:11 +00:00
machdep.c Use a software interrupt for tty input processing, not a callout. 2000-03-23 01:04:10 +00:00
mainbus.c Use new LOCATE_PCS() macro. 1998-06-24 01:10:35 +00:00
mcclock.c Adjust for config changes. 1998-01-12 10:21:02 +00:00
md_root.c defopt MINIROOTSIZE 1999-03-17 18:59:21 +00:00
mem.c CL* discarding. 1999-12-04 21:13:19 +00:00
multiproc.s - Remove a misguided attempt to use procs as idle contexts for secondary 1999-12-16 20:17:22 +00:00
osf1_locore.s OSF/1 locore-ish bits. right now just sigcode 1999-04-30 05:58:10 +00:00
pal.s Inline most of the remaining PALcode calls. 1999-12-02 22:08:04 +00:00
pmap.c Do partial lazy I-stream sync -- in the pmap_enter()/pmap_remove() cases 2000-03-01 18:29:04 +00:00
process_machdep.c Move cpu_info and related info into <machine/cpu.h>, and implement the 1999-08-10 23:35:43 +00:00
prom.c - Implement cnbell() -- ring the console bell. The cn_bell entrypoint 2000-03-06 21:36:05 +00:00
prom_disp.s --Add handcrafted stack frame directives to locore.s palcode vector 1997-11-03 04:22:00 +00:00
promcons.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
support.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
sys_machdep.c - Add a bus space method for getting the translation for a window. 2000-02-26 18:53:10 +00:00
transfer.s Convert to traceback-friendly temporary labels. 1999-05-31 20:40:23 +00:00
trap.c Infrastructure for lazy istream sync in the pmap module: 2000-03-01 02:22:03 +00:00
vm_machdep.c Fix PR9240: comment above cpu_fork() out of synch with reality on most ports. 2000-01-20 22:18:54 +00:00