NetBSD/sys
mark ee02ce0401 Major overhaul of handling of CPU/MMU/TLB specific functions. This allows
different ARM CPUS with different cache architectures for example to be
supported in a single kernel.
        - All CPU/MMU/TLB specific functions are now held as function
          pointers in a cpu_functions structure defined in machine/cpufunc.h
	  All coproc 15 accesses, TLB flushing, cache cleaning/flushing
          and abort correction functions are now defined in this structure.
        - cpufuncs is a global structure that is setup during initarm()
          that holds all the function pointers for the booted CPU.
	- A global variable 'cputype' now defines the probed cputype.
        - All the existing functions for manipulating CPU specific features
          have been replaced with macros defined in machine/cpufunc.h
          that will call the appropriate function in the cpu_functions
          structure.
	- CPU functions are provided for selected CPU types (config options)
          and the appropriate cpu_functions structure is chosen during
          booting, based on the probed CPU type.
	- All the required functions for existing CPU types (ARM6, ARM7 and
          SA110) have been implemented.
1997-02-04 05:50:19 +00:00
..
adosfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
arch Major overhaul of handling of CPU/MMU/TLB specific functions. This allows 1997-02-04 05:50:19 +00:00
compat Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:20:58 +00:00
conf Make KMEMSTATS a "header option". 1997-02-02 21:16:25 +00:00
ddb make variable pointers (in variable declaration structs) be 'long *', so 1997-02-04 00:33:32 +00:00
dev NFSCLIENT -> NFS 1997-01-31 05:18:51 +00:00
ipkdb Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
isofs/cd9660 - Add cd9660_mountroot to cd9660_vfsops. 1997-01-31 02:23:25 +00:00
kern This little awk program translates the initialized data table found 1997-02-03 21:31:17 +00:00
lib Initialize `f_offset'. 1997-01-28 09:41:03 +00:00
lkm if we fail to attach, abort before attaching the hook, not after. 1997-01-12 06:06:03 +00:00
miscfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
msdosfs Eliminate obsolete TIMEZONE and DST options. 1997-01-15 01:28:28 +00:00
net fix alignment again for m68k 1997-01-15 18:22:35 +00:00
netccitt backout previous kprintf change 1996-10-13 02:10:01 +00:00
netinet ioctl cmd arguments are u_long, not int. Pointed out by 1997-01-29 02:16:23 +00:00
netiso Cast the printf("%ld", sizeof) in eoniphdr to long. 1996-11-23 21:13:18 +00:00
netnatm netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00
netns backout previous kprintf change 1996-10-13 01:59:55 +00:00
nfs This file is now obsolete. 1997-01-31 19:11:31 +00:00
scsi kill use of strchr(); it's moving to libkern 1997-01-18 02:18:47 +00:00
stand backout previous kprintf change 1996-10-12 22:14:10 +00:00
sys KMEMSTATS is a header option; pull in "opt_kmemstats.h" iff _KERNEL. 1997-02-02 21:20:58 +00:00
ufs - Add ffs_mountroot to ffs_vfsops. 1997-01-31 03:05:31 +00:00
vm NFSCLIENT -> NFS 1997-01-31 03:06:06 +00:00
Makefile netbsd pr#2918 (jukka.partanen@research.nokia.com): 1996-11-09 03:26:25 +00:00