freebsd-skq/sys
jmallett ac880fa7c8 At the risk of reducing source compatibility with old NetBSD and Sprite:
o) Get rid of some unused macros related to features we don't intend to
   provide.
o) Get rid of macro definitions for MIPS-I CPUs.  We are not likely to
   support anything that predartes MIPS-III.
o) Respell MIPS3_* macros as MIPS_*, which is how most of them were being
   used already.
o) Eliminate a duplicate and mostly-unused set of exception vector macros.

There's still considerable duplication and lots more obsolete in our headers,
but this reduces one of the larger files to a size where one could reckon
about the correctness of its contents with a mere few hours of contemplation.

There is, of course, a question of whether we need definitions for fields,
registers and configurations that we are unlikely to ever use or implement,
even if they're not obsolete since 1991.  FreeBSD is not a processor
reference manual, and things that aren't used may be wrong, or may be
duplicated because nobody could possibly actually know whether they're
already defined.
2012-03-06 19:01:32 +00:00
..
amd64 Provide wbwd(4), a driver for the watchdog timer found on various 2012-03-06 18:44:52 +00:00
arm Remove unused #defines. All this is now retrieved from the device tree. 2012-03-04 18:13:45 +00:00
boot Provide wbwd(4), a driver for the watchdog timer found on various 2012-03-06 18:44:52 +00:00
bsm
cam Add LUN resizing to CTL. Also make it possible to explicitly set 2012-03-06 13:43:57 +00:00
cddl
compat Fix race condition in KfRaiseIrql(). 2012-03-04 17:08:43 +00:00
conf Provide wbwd(4), a driver for the watchdog timer found on various 2012-03-06 18:44:52 +00:00
contrib
crypto
ddb
dev Provide wbwd(4), a driver for the watchdog timer found on various 2012-03-06 18:44:52 +00:00
fs Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs. 2012-03-05 11:38:02 +00:00
gdb
geom
gnu/fs
i386 Provide wbwd(4), a driver for the watchdog timer found on various 2012-03-06 18:44:52 +00:00
ia64 - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned 2012-03-01 19:58:34 +00:00
isa
kern Make racct and rctl correctly handle jail renaming. Previously 2012-03-06 11:05:50 +00:00
kgssapi
libkern
mips At the risk of reducing source compatibility with old NetBSD and Sprite: 2012-03-06 19:01:32 +00:00
modules Provide wbwd(4), a driver for the watchdog timer found on various 2012-03-06 18:44:52 +00:00
net Properly restore curvnet context when returning early from 2012-03-04 11:11:03 +00:00
net80211 Oops - used the wrong field. 2012-03-05 02:36:15 +00:00
netatalk
netgraph
netinet Change SYSINIT priorities so that ip_mroute_modevent() is executed 2012-03-04 18:59:38 +00:00
netinet6 In nd6_options() ignore the RFC 6106 options completely rather than printing 2012-03-04 18:51:45 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Post r230394, the Lookup RPC counts for both NFS clients increased 2012-03-03 01:06:54 +00:00
nfsserver
nlm
ofed
opencrypto
pc98 Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace 2012-03-04 20:24:28 +00:00
pci
powerpc Restore proper dot symbol creation for assembly files in the kernel build case. 2012-03-04 11:55:28 +00:00
rpc
security
sparc64 - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge. 2012-03-02 20:38:04 +00:00
sys Make racct and rctl correctly handle jail renaming. Previously 2012-03-06 11:05:50 +00:00
teken
tools
ufs Similar to the fixes in 226967 and 226987, purge any name cache entries 2012-03-02 18:55:19 +00:00
vm Eliminate stale incorrect ARGSUSED comments. 2012-03-02 17:33:51 +00:00
x86 Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace 2012-03-04 20:24:28 +00:00
xdr
xen blkif interface comment cleanups. No functional changes 2012-02-29 17:47:01 +00:00
Makefile