|
version 1.4.2.1, 2012/11/14 13:40:15
|
version 1.6, 2013/05/07 20:46:48
|
|
Line 16
|
Line 16
|
| # If you are in doubt as to the purpose or necessity of a line, check first |
# If you are in doubt as to the purpose or necessity of a line, check first |
| # in NOTES. |
# in NOTES. |
| # |
# |
| # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.579 2012/10/01 21:42:32 ken Exp $ | # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.583 2013/01/14 00:28:54 svnexp Exp $ |
| |
|
| cpu I486_CPU |
cpu I486_CPU |
| cpu I586_CPU |
cpu I586_CPU |
|
Line 39 options SOFTUPDATES # Enable FFS soft updates suppor
|
Line 39 options SOFTUPDATES # Enable FFS soft updates suppor
|
| options UFS_ACL # Support for access control lists |
options UFS_ACL # Support for access control lists |
| options UFS_DIRHASH # Improve performance on big directories |
options UFS_DIRHASH # Improve performance on big directories |
| options UFS_GJOURNAL # Enable gjournal-based UFS journaling |
options UFS_GJOURNAL # Enable gjournal-based UFS journaling |
| |
options QUOTA # Enable disk quotas for UFS |
| options MD_ROOT # MD is a potential root device |
options MD_ROOT # MD is a potential root device |
| options NFSCL # New Network Filesystem Client |
options NFSCL # New Network Filesystem Client |
| options NFSD # New Network Filesystem Server |
options NFSD # New Network Filesystem Server |
| options NFSCLIENT #Network File System client |
options NFSCLIENT #Network File System client |
| options NFSSERVER #Network File System server |
options NFSSERVER #Network File System server |
| options MD_ROOT_SIZE=8400 | options MD_ROOT_SIZE=8000 |
| options NFSLOCKD # Network Lock Manager |
options NFSLOCKD # Network Lock Manager |
| options NFS_ROOT # NFS usable as /, requires NFSCL |
options NFS_ROOT # NFS usable as /, requires NFSCL |
| options MSDOSFS # MSDOS Filesystem |
options MSDOSFS # MSDOS Filesystem |
|
Line 56 options GEOM_RAID # Soft RAID functionality.
|
Line 57 options GEOM_RAID # Soft RAID functionality.
|
| options GEOM_LABEL # Provides labelization |
options GEOM_LABEL # Provides labelization |
| options GEOM_GATE |
options GEOM_GATE |
| options GEOM_UZIP |
options GEOM_UZIP |
| |
options GEOM_REDBOOT |
| |
device geom_redboot |
| |
device geom_map # to get access to the SPI flash partitions |
| |
device geom_uncompress # compressed in-memory filesystem hackery! |
| |
device geom_uzip # compressed in-memory filesystem support |
| |
options GEOM_MAP |
| |
options GEOM_UNCOMPRESS |
| options GEOM_ELI |
options GEOM_ELI |
| options GEOM_MIRROR |
options GEOM_MIRROR |
| options GEOM_CONCAT |
options GEOM_CONCAT |
|
Line 305 options XBONEHACK
|
Line 313 options XBONEHACK
|
| options WLCACHE |
options WLCACHE |
| device wlan_acl |
device wlan_acl |
| device wlan_xauth |
device wlan_xauth |
| |
device wlan_rssadapt |
| |
#options AH_RXCFG_SDMAMW_4BYTES |
| |
options IEEE80211_ALQ |
| options IEEE80211_SUPPORT_TDMA |
options IEEE80211_SUPPORT_TDMA |
| options IEEE80211_SUPPORT_SUPERG |
options IEEE80211_SUPPORT_SUPERG |
| # Wireless NIC cards |
# Wireless NIC cards |
|
Line 423 device mmc # MMC/SD bus
|
Line 434 device mmc # MMC/SD bus
|
| device mmcsd # MMC/SD memory card |
device mmcsd # MMC/SD memory card |
| device sdhci # Generic PCI SD Host Controller |
device sdhci # Generic PCI SD Host Controller |
| |
|
| |
# VirtIO support |
| |
device virtio # Generic VirtIO bus (required) |
| |
device virtio_pci # VirtIO PCI device |
| |
device vtnet # VirtIO Ethernet device |
| |
device virtio_blk # VirtIO Block device |
| |
device virtio_scsi # VirtIO SCSI device |
| |
device virtio_balloon # VirtIO Memory Balloon device |
| |
|
| ### ELWIX Additional custom settings ... |
### ELWIX Additional custom settings ... |
| |
|
| device if_bridge |
device if_bridge |
| |
device bridgestp |
| device tap |
device tap |
| device gre |
device gre |
| device lagg |
device lagg |
|
Line 466 options IPFIREWALL
|
Line 486 options IPFIREWALL
|
| options IPFIREWALL_VERBOSE |
options IPFIREWALL_VERBOSE |
| options IPFIREWALL_VERBOSE_LIMIT=100 |
options IPFIREWALL_VERBOSE_LIMIT=100 |
| options IPFIREWALL_DEFAULT_TO_ACCEPT |
options IPFIREWALL_DEFAULT_TO_ACCEPT |
| options IPFIREWALL_FORWARD |
|
| options IPFIREWALL_NAT |
options IPFIREWALL_NAT |
| options LIBALIAS |
options LIBALIAS |
| options IPDIVERT |
options IPDIVERT |
|
Line 579 options ACCEPT_FILTER_DATA
|
Line 598 options ACCEPT_FILTER_DATA
|
| options ACCEPT_FILTER_DNS |
options ACCEPT_FILTER_DNS |
| options ACCEPT_FILTER_HTTP |
options ACCEPT_FILTER_HTTP |
| |
|
| options ZERO_COPY_SOCKETS |
|
| options SW_WATCHDOG |
options SW_WATCHDOG |
| |
|
| |
device etherswitch |
| |
device rtl8366rb |