Deleted Added
full compact
NOTES (134488) NOTES (134542)
1# $FreeBSD: head/sys/conf/NOTES 134488 2004-08-29 15:03:06Z ru $
1# $FreeBSD: head/sys/conf/NOTES 134542 2004-08-30 23:03:58Z peter $
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

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

812options NFS_MINDIRATTRTIMO=30 # VDIR attrib cache timeout in sec
813options NFS_MAXDIRATTRTIMO=60
814options NFS_GATHERDELAY=10 # Default write gather delay (msec)
815options NFS_WDELAYHASHSIZ=16 # and with this
816options NFS_DEBUG # Enable NFS Debugging
817
818# Coda stuff:
819options CODA #CODA filesystem.
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

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

812options NFS_MINDIRATTRTIMO=30 # VDIR attrib cache timeout in sec
813options NFS_MAXDIRATTRTIMO=60
814options NFS_GATHERDELAY=10 # Default write gather delay (msec)
815options NFS_WDELAYHASHSIZ=16 # and with this
816options NFS_DEBUG # Enable NFS Debugging
817
818# Coda stuff:
819options CODA #CODA filesystem.
820device vcoda 4 #coda minicache <-> venus comm.
820device vcoda #coda minicache <-> venus comm.
821# Use the old Coda 5.x venus<->kernel interface instead of the new
822# realms-aware 6.x protocol.
823#options CODA_COMPAT_5
821# Use the old Coda 5.x venus<->kernel interface instead of the new
822# realms-aware 6.x protocol.
823#options CODA_COMPAT_5
824options NVCODA=4
824
825#
826# Add support for the EXT2FS filesystem of Linux fame. Be a bit
827# careful with this - the ext2fs code has a tendency to lag behind
828# changes and not be exercised very much, so mounting read/write could
829# be dangerous (and even mounting read only could result in panics.)
830#
831options EXT2FS

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

1864# snd_solo: ESS Solo-1x PCI.
1865# snd_t4dwave: Trident 4DWave PCI, Sis 7018 PCI and Acer Labs
1866# M5451 PCI.
1867# snd_via8233: VIA VT8233x PCI.
1868# snd_via82c686: VIA VT82C686A PCI.
1869# snd_vibes: S3 Sonicvibes PCI.
1870# snd_uaudio: USB audio.
1871
825
826#
827# Add support for the EXT2FS filesystem of Linux fame. Be a bit
828# careful with this - the ext2fs code has a tendency to lag behind
829# changes and not be exercised very much, so mounting read/write could
830# be dangerous (and even mounting read only could result in panics.)
831#
832options EXT2FS

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

1865# snd_solo: ESS Solo-1x PCI.
1866# snd_t4dwave: Trident 4DWave PCI, Sis 7018 PCI and Acer Labs
1867# M5451 PCI.
1868# snd_via8233: VIA VT8233x PCI.
1869# snd_via82c686: VIA VT82C686A PCI.
1870# snd_vibes: S3 Sonicvibes PCI.
1871# snd_uaudio: USB audio.
1872
1872device "snd_ad1816"
1873device "snd_als4000"
1874#device "snd_au88x0"
1873device snd_ad1816
1874device snd_als4000
1875#device snd_au88x0
1875device snd_cmi
1876device snd_cmi
1876device "snd_cs4281"
1877device snd_cs4281
1877device snd_csa
1878device snd_csa
1878device "snd_ds1"
1879device "snd_emu10k1"
1880device "snd_es137x"
1879device snd_ds1
1880device snd_emu10k1
1881device snd_es137x
1881device snd_ess
1882device snd_ess
1882device "snd_fm801"
1883device snd_fm801
1883device snd_gusc
1884device snd_ich
1885device snd_maestro
1884device snd_gusc
1885device snd_ich
1886device snd_maestro
1886device "snd_maestro3"
1887device snd_maestro3
1887device snd_mss
1888device snd_neomagic
1888device snd_mss
1889device snd_neomagic
1889device "snd_sb16"
1890device "snd_sb8"
1890device snd_sb16
1891device snd_sb8
1891device snd_sbc
1892device snd_solo
1892device snd_sbc
1893device snd_solo
1893device "snd_t4dwave"
1894device "snd_via8233"
1895device "snd_via82c686"
1894device snd_t4dwave
1895device snd_via8233
1896device snd_via82c686
1896device snd_vibes
1897device snd_vibes
1897#device "snd_vortex1"
1898#device snd_vortex1
1898device snd_uaudio
1899
1900# For non-pnp sound cards:
1901hint.snd_mss.0.at="isa"
1902hint.snd_mss.0.irq="10"
1903hint.snd_mss.0.drq="1"
1904hint.snd_mss.0.flags="0x0"
1905hint.snd_sbc.0.at="isa"

--- 590 unchanged lines hidden ---
1899device snd_uaudio
1900
1901# For non-pnp sound cards:
1902hint.snd_mss.0.at="isa"
1903hint.snd_mss.0.irq="10"
1904hint.snd_mss.0.drq="1"
1905hint.snd_mss.0.flags="0x0"
1906hint.snd_sbc.0.at="isa"

--- 590 unchanged lines hidden ---