diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-26 12:36:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-26 12:36:34 +0000 |
| commit | 6c9fdda750f8928688753ddde0adc044602f3ca9 (patch) | |
| tree | fd2a308e460f18510350f31a05294c0b5e93941e /sys/powerpc | |
| parent | 23883885a379a3f32a65b93a331420fc6e2d50a5 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index efa9fa8b4c69..aefcc81f58a8 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 |
