freebsd-nq/sys
Adrian Chadd f0dc1b857c Begin modifying the PB92 config file to actually generate a flashable,
bootable image.

The kernel has to fit inside an 896KiB area in a 4MB SPI flash.
So a bunch of stuff can't be included (and more is to come), including
(unfortunately) IPv6.

TODO:

* GPIO modules need to be created
* Shrink the image a bit more by removing some of the CAM layer debugging
  strings.
2012-03-12 01:15:58 +00:00
..
amd64 Simplify the error checking in one branch of trap_pfault() and update 2012-03-12 00:47:13 +00:00
arm Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
boot Fix a bug introduced in r223938; on big-endian machines coping a 32-bit 2012-03-11 13:39:19 +00:00
bsm
cam
cddl
compat
conf Reenable -Winline on MIPS now that we're not compiling Cavium's error 2012-03-11 08:12:30 +00:00
contrib Disable the Simple Executive's error decoding/reporting code. 2012-03-11 06:55:17 +00:00
crypto
ddb
dev ServerWorks HT1000 HPET reported to have problems with IRQs >= 16. 2012-03-10 21:08:07 +00:00
fs Update comment. 2012-03-11 15:58:27 +00:00
gdb
geom Remove unactionable message about label geometry 2012-03-08 01:48:44 +00:00
gnu/fs Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00
i386 regen 2012-03-10 23:11:21 +00:00
ia64 Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
isa
kern ELF image can have several PT_NOTE program headers. Look for the ELF 2012-03-11 19:38:49 +00:00
kgssapi
libkern
mips Begin modifying the PB92 config file to actually generate a flashable, 2012-03-12 01:15:58 +00:00
modules
net - remove an extra parenthesis in a closing brace; 2012-03-11 17:35:12 +00:00
net80211 Add missing \n's. 2012-03-08 23:46:42 +00:00
netatalk
netgraph Upgrade the netgraph vlan node to support 802.1q, encapsulation type, 2012-03-11 19:08:56 +00:00
netinet Fix a warning reported by bz@ 2012-03-09 15:42:47 +00:00
netinet6
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00
nfsserver
nlm
ofed
opencrypto
pc98 Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
pci
powerpc Add casts to __uint16_t to the __bswap16() macros on all arches which 2012-03-09 20:34:31 +00:00
rpc
security
sparc64 Add casts to __uint16_t to the __bswap16() macros on all arches which 2012-03-09 20:34:31 +00:00
sys Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00
teken
tools
ufs Remove superfluous brackets. 2012-03-11 21:25:42 +00:00
vm Add KTR_VFS traces to track modifications to a vnode's writecount. 2012-03-08 20:27:20 +00:00
x86 Move i386's intr_machdep.c to the x86 tree and share it with amd64. 2012-03-09 20:43:29 +00:00
xdr
xen
Makefile