summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-26 12:36:34 +0000
committerru <ru@FreeBSD.org>2006-09-26 12:36:34 +0000
commitd4abbeb0fe29fd402524a88f9193183261be8139 (patch)
treefd2a308e460f18510350f31a05294c0b5e93941e /sys/powerpc
parent2fdf351700720bcabf9188eff29b5dda9bdad5b3 (diff)
downloadFreeBSD-src-d4abbeb0fe29fd402524a88f9193183261be8139.zip
FreeBSD-src-d4abbeb0fe29fd402524a88f9193183261be8139.tar.gz
Added COMPAT_FREEBSD6 option.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index efa9fa8..aefcc81 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -49,7 +49,8 @@ options PSEUDOFS #Pseudo-filesystem framework
options GEOM_GPT #GUID Partition Tables.
options COMPAT_43TTY #BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_FREEBSD4 #Keep this for a while
-options COMPAT_FREEBSD5 #Keep this for a while
+options COMPAT_FREEBSD5 #Compatible with FreeBSD5
+options COMPAT_FREEBSD6 #Compatible with FreeBSD6
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
OpenPOWER on IntegriCloud