NetBSD/sys/arch/sparc/sparc
thorpej 7b918b4088 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:40:33 +00:00
..
amd7930intr.s completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
asm.h Have pseudo function return a value. 1999-03-05 10:55:55 +00:00
autoconf.c The global `mmu_3l' has been obsolete for a long time already. 2000-03-21 21:30:33 +00:00
auxiotwo.c Add enable/disable and power management hooks for serial ports. 2000-03-14 21:18:27 +00:00
auxiotwo.h Add enable/disable and power management hooks for serial ports. 2000-03-14 21:18:27 +00:00
auxreg.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
auxreg.h Simplify toggling the FTP bit on sun4m machines. 2000-01-21 13:25:12 +00:00
bsd_fdintr.s Medium sized code overhaul: 2000-01-21 13:22:01 +00:00
cache.c Do not call printf() from a CPU that is spinning up; defer the probe 1999-02-27 13:11:21 +00:00
cache.h Construct a `flush_cache_all()' for Cypress CPUs. 1998-10-09 10:48:14 +00:00
clock.c Nuke dead code. 2000-03-19 13:38:54 +00:00
clockreg.h
compat_13_machdep.c Move compat_13 sigreturn() into its own file. 1998-09-13 20:33:33 +00:00
conf.c kd.c should not depend on NKBD. 2000-03-19 14:20:54 +00:00
cpu.c Provide cpu_boot_secondary_cpus(). 1999-12-16 20:24:58 +00:00
cpuvar.h Since a context table is now pointing at the correct per-CPU region table 1999-10-04 19:23:49 +00:00
db_disasm.c sign-extend some operand types which need it. 1998-09-22 05:40:14 +00:00
db_interface.c rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
db_trace.c add "trace/t <pid>". 1999-07-04 06:45:26 +00:00
disksubr.c Use DISKPART/DISKMINOR/DISKUNIT instead of dkpart/dkminor/dkunit. 2000-03-07 15:55:14 +00:00
emul.c make this compile with DIAGNOSTIC again. 1998-10-01 21:26:55 +00:00
genassym.cf Update FDC offsets used by fdintr.s 2000-01-21 13:24:06 +00:00
in_cksum.c Fix bogus asm statements; tmp1 and tmp2 need to be outputs rather than inputs. 1998-11-29 10:37:08 +00:00
intr.c Nuke dead code. 2000-03-19 13:38:54 +00:00
intreg.h No need for `#ifdef SUN4M' protection. 1998-10-26 08:12:15 +00:00
iommu.c Remove old-style boot device recognition. 2000-01-11 12:59:43 +00:00
iommureg.h Increase the delay after touching the IOMMU control register by another 1998-11-18 12:07:47 +00:00
iommuvar.h Remove old-style boot device recognition. 2000-01-11 12:59:43 +00:00
kgdb_machdep.c Move [gs]etcontext() and [gs]etpte() to pte.h 1998-10-08 21:47:34 +00:00
locore.s Missing _C_LABEL(). 2000-03-21 12:47:02 +00:00
locore2.c
machdep.c Move callout initialization to a single location; no need to duplicate 2000-01-19 20:05:30 +00:00
mem.c CL* discarding. 1999-12-04 21:13:19 +00:00
memecc.c Use the expected name for the config attach structure. 1998-09-19 16:50:31 +00:00
memeccreg.h Handle ECC memory control found on a number of machines. 1998-09-18 20:18:10 +00:00
memreg.c Merge sun4 and sun4c version of memerr() again. 1998-09-21 10:32:00 +00:00
memreg.h Merge sun4 and sun4c version of memerr() again. 1998-09-21 10:32:00 +00:00
openfirm.c Provide a uniform interface to most of the PROM functions. 1999-02-14 12:23:03 +00:00
openprom.c Use the PROMLIB interface. 1999-02-14 12:44:31 +00:00
pmap.c pv_unlink4m: correctly clear the PV_ANC flag. Noted by Artur Grabowski. 2000-01-28 13:06:02 +00:00
process_machdep.c Make sure to reset the FP queue when loading new values into FP registers. 1999-12-29 15:21:27 +00:00
promlib.c Missing initialization of getbootfile() method for `old' monitors. 1999-05-03 07:32:50 +00:00
sunos_machdep.c Sync w/ sendsig(). 1998-09-17 02:30:02 +00:00
svr4_machdep.c Bring high-resolution time interfaces closer to SVR4: 1999-11-12 20:45:44 +00:00
sys_machdep.c No need for <sys/mtio.h> 1999-01-19 18:18:41 +00:00
timerreg.h
trap.c Add a bunch of debugging code, #ifdef FPU_DEBUG, which attempts to 2000-02-08 03:16:00 +00:00
vaddrs.h * Expand IOMMU DVMA space to top of address space. 2000-01-04 15:08:30 +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