Tried recompiling my kernel, adding options for ntfs and pcm
(specifically added the lines "options NTFS," and "device pcm." The
kernel crashes on compile with the following:
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing
-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions
-ansi -no
stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include
opt_global.h -elf
-mpreferred-stack-boundary=2 ../../pci/if_ste.c
In file included from ../../vm/pmap.h:87,
from ../../pci/if_ste.c:52:
machine/pmap.h:255: syntax error before `vm_size_t'
machine/pmap.h:255: warning: function declaration isn't a prototype
*** Error code 1
Stop in /usr/src/sys/compile/SANTA.
Does anyone have any ideas?