Deleted Added
full compact
NOTES (119820) NOTES (119832)
1# $FreeBSD: head/sys/conf/NOTES 119820 2003-09-07 03:45:48Z marcel $
1# $FreeBSD: head/sys/conf/NOTES 119832 2003-09-07 07:43:10Z tjr $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 746 unchanged lines hidden (view full) ---

756options NFS_MAXDIRATTRTIMO=60
757options NFS_GATHERDELAY=10 # Default write gather delay (msec)
758options NFS_WDELAYHASHSIZ=16 # and with this
759options NFS_DEBUG # Enable NFS Debugging
760
761# Coda stuff:
762options CODA #CODA filesystem.
763device vcoda 4 #coda minicache <-> venus comm.
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 746 unchanged lines hidden (view full) ---

756options NFS_MAXDIRATTRTIMO=60
757options NFS_GATHERDELAY=10 # Default write gather delay (msec)
758options NFS_WDELAYHASHSIZ=16 # and with this
759options NFS_DEBUG # Enable NFS Debugging
760
761# Coda stuff:
762options CODA #CODA filesystem.
763device vcoda 4 #coda minicache <-> venus comm.
764# Use the old Coda 5.x venus<->kernel interface instead of the new
765# realms-aware 6.x protocol.
766#options CODA_COMPAT_5
764
765#
766# Add support for the EXT2FS filesystem of Linux fame. Be a bit
767# careful with this - the ext2fs code has a tendency to lag behind
768# changes and not be exercised very much, so mounting read/write could
769# be dangerous (and even mounting read only could result in panics.)
770#
771options EXT2FS

--- 1619 unchanged lines hidden ---
767
768#
769# Add support for the EXT2FS filesystem of Linux fame. Be a bit
770# careful with this - the ext2fs code has a tendency to lag behind
771# changes and not be exercised very much, so mounting read/write could
772# be dangerous (and even mounting read only could result in panics.)
773#
774options EXT2FS

--- 1619 unchanged lines hidden ---