Joerg Sonnenberger wrote: > There are other platforms implemented in FreeBSD, not just x86.
I see only x86 implementations in head, see below. Are you sure you're not confusing it with Linux? Alex $ svn checkout svn://svn.freebsd.org/base/head/sys ... A sys/sys/fdcio.h A sys/sys/timetc.h U sys Checked out revision 239108. $ find . -name bpf_jit_machdep.c ./sys/i386/i386/bpf_jit_machdep.c ./sys/amd64/amd64/bpf_jit_machdep.c