diff options
author | jmallett <jmallett@FreeBSD.org> | 2012-03-09 07:53:44 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2012-03-09 07:53:44 +0000 |
commit | 30d103211128973cbfd7c54029fdfe035520ce93 (patch) | |
tree | 1ea12287038a1e06bdc534aa549a978f5b49d83f /sys/mips/conf/OCTEON1 | |
parent | fb50c869a446e352c87936f1226e1eb3624da646 (diff) | |
download | FreeBSD-src-30d103211128973cbfd7c54029fdfe035520ce93.zip FreeBSD-src-30d103211128973cbfd7c54029fdfe035520ce93.tar.gz |
Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.
Diffstat (limited to 'sys/mips/conf/OCTEON1')
-rw-r--r-- | sys/mips/conf/OCTEON1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1 index 0ecfb05..f446299 100644 --- a/sys/mips/conf/OCTEON1 +++ b/sys/mips/conf/OCTEON1 @@ -61,7 +61,7 @@ options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization -#options COMPAT_FREEBSD32 # Compatible with o32 binaries (not yet) +options COMPAT_FREEBSD32 # Compatible with o32 binaries (not yet) options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options STACK # stack(9) support |