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
asm.h
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
cache.h
clock.c Nuke dead code. 2000-03-19 13:38:54 +00:00
clockreg.h
compat_13_machdep.c
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
db_interface.c rename the MD Debugger() to cpu_Debugger() 1999-10-12 17:08:56 +00:00
db_trace.c
disksubr.c Use DISKPART/DISKMINOR/DISKUNIT instead of dkpart/dkminor/dkunit. 2000-03-07 15:55:14 +00:00
emul.c
genassym.cf Update FDC offsets used by fdintr.s 2000-01-21 13:24:06 +00:00
in_cksum.c
intr.c Nuke dead code. 2000-03-19 13:38:54 +00:00
intreg.h
iommu.c Remove old-style boot device recognition. 2000-01-11 12:59:43 +00:00
iommureg.h
iommuvar.h Remove old-style boot device recognition. 2000-01-11 12:59:43 +00:00
kgdb_machdep.c
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
memeccreg.h
memreg.c
memreg.h
openfirm.c
openprom.c
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
sunos_machdep.c
svr4_machdep.c Bring high-resolution time interfaces closer to SVR4: 1999-11-12 20:45:44 +00:00
sys_machdep.c
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