|
version 1.1, 2011/07/05 23:43:00
|
version 1.3.2.4, 2012/02/22 23:09:26
|
|
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.550 2011/06/14 20:30:49 hselasky Exp $ | # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.556 2011/10/19 21:55:20 kensmith Exp $ |
| |
|
| cpu I486_CPU |
cpu I486_CPU |
| cpu I586_CPU |
cpu I586_CPU |
| cpu I686_CPU |
cpu I686_CPU |
| ident ELWIX |
ident ELWIX |
| |
|
| |
options INIT_PATH=/sbin/initx:/sbin/init |
| |
|
| makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols |
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols |
| |
|
| options SCHED_ULE # ULE scheduler |
options SCHED_ULE # ULE scheduler |
|
Line 38 options UFS_GJOURNAL # Enable gjournal-based UFS jou
|
Line 40 options UFS_GJOURNAL # Enable gjournal-based UFS jou
|
| 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 MD_ROOT_SIZE=5120 | options MD_ROOT_SIZE=8192 |
| options NFSLOCKD # Network Lock Manager |
options NFSLOCKD # Network Lock Manager |
| options NFS_ROOT # NFS usable as /, requires NFSCLIENT | options NFS_ROOT # NFS usable as /, requires NFSCL |
| options MSDOSFS # MSDOS Filesystem |
options MSDOSFS # MSDOS Filesystem |
| options CD9660 # ISO 9660 Filesystem |
options CD9660 # ISO 9660 Filesystem |
| options PROCFS # Process filesystem (requires PSEUDOFS) |
options PROCFS # Process filesystem (requires PSEUDOFS) |
|
Line 59 options GEOM_RAID3
|
Line 61 options GEOM_RAID3
|
| options GEOM_CACHE |
options GEOM_CACHE |
| options GEOM_MULTIPATH |
options GEOM_MULTIPATH |
| options GEOM_NOP |
options GEOM_NOP |
| |
options GEOM_AES # Don't use, use GEOM_BDE |
| |
options GEOM_LINUX_LVM # Linux LVM2 volumes |
| options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) |
options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) |
| options COMPAT_FREEBSD4 # Compatible with FreeBSD4 |
options COMPAT_FREEBSD4 # Compatible with FreeBSD4 |
| options COMPAT_FREEBSD5 # Compatible with FreeBSD5 |
options COMPAT_FREEBSD5 # Compatible with FreeBSD5 |
|
Line 77 options PRINTF_BUFR_SIZE=128 # Prevent printf output
|
Line 81 options PRINTF_BUFR_SIZE=128 # Prevent printf output
|
| options KBD_INSTALL_CDEV # install a CDEV entry in /dev |
options KBD_INSTALL_CDEV # install a CDEV entry in /dev |
| options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) |
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) |
| options AUDIT # Security event auditing |
options AUDIT # Security event auditing |
| |
options CAPABILITY_MODE # Capsicum capability mode |
| |
options CAPABILITIES # Capsicum capabilities |
| options MAC # TrustedBSD MAC Framework |
options MAC # TrustedBSD MAC Framework |
| options FLOWTABLE # per-cpu routing cache |
options FLOWTABLE # per-cpu routing cache |
| #options KDTRACE_HOOKS # Kernel DTrace hooks |
#options KDTRACE_HOOKS # Kernel DTrace hooks |
| options INCLUDE_CONFIG_FILE # Include this file in kernel |
options INCLUDE_CONFIG_FILE # Include this file in kernel |
| |
|
| # Debugging for use in -current | # Debugging support. Always need this: |
| #options KDB # Enable kernel debugger support. |
#options KDB # Enable kernel debugger support. |
| |
# For minimum debugger support (stable branch) use: |
| |
#options KDB_TRACE # Print a stack trace for a panic. |
| |
# For full debugger support use this instead: |
| #options DDB # Support DDB. |
#options DDB # Support DDB. |
| #options GDB # Support remote GDB. |
#options GDB # Support remote GDB. |
| #options DEADLKRES # Enable the deadlock resolver |
#options DEADLKRES # Enable the deadlock resolver |
|
Line 124 options AHC_REG_PRETTY_PRINT # Print register bitfiel
|
Line 133 options AHC_REG_PRETTY_PRINT # Print register bitfiel
|
| device ahd # AHA39320/29320 and onboard AIC79xx devices |
device ahd # AHA39320/29320 and onboard AIC79xx devices |
| options AHD_REG_PRETTY_PRINT # Print register bitfields in debug |
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug |
| # output. Adds ~215k to driver. |
# output. Adds ~215k to driver. |
| device amd # AMD 53C974 (Tekram DC-390(T)) | device esp # AMD Am53C974 (Tekram DC-390(T)) |
| device hptiop # Highpoint RocketRaid 3xxx series |
device hptiop # Highpoint RocketRaid 3xxx series |
| device isp # Qlogic family |
device isp # Qlogic family |
| #device ispfw # Firmware for QLogic HBAs- normally a module |
#device ispfw # Firmware for QLogic HBAs- normally a module |
|
Line 142 device bt # Buslogic/Mylex MultiMaster SCSI adapters
|
Line 151 device bt # Buslogic/Mylex MultiMaster SCSI adapters
|
| device ncv # NCR 53C500 |
device ncv # NCR 53C500 |
| device nsp # Workbit Ninja SCSI-3 |
device nsp # Workbit Ninja SCSI-3 |
| device stg # TMC 18C30/18C50 |
device stg # TMC 18C30/18C50 |
| |
device isci # Intel C600 SAS controller |
| |
|
| # ATA/SCSI peripherals |
# ATA/SCSI peripherals |
| device scbus # SCSI bus (required for ATA/SCSI) |
device scbus # SCSI bus (required for ATA/SCSI) |
|
Line 150 device da # Direct Access (disks)
|
Line 160 device da # Direct Access (disks)
|
| device sa # Sequential Access (tape etc) |
device sa # Sequential Access (tape etc) |
| device cd # CD |
device cd # CD |
| device pass # Passthrough device (direct ATA/SCSI access) |
device pass # Passthrough device (direct ATA/SCSI access) |
| device ses # SCSI Environmental Services (and SAF-TE) | device ses # Enclosure Services (SES and SAF-TE) |
| | device ctl # CAM Target Layer |
| |
|
| # RAID controllers interfaced to the SCSI subsystem |
# RAID controllers interfaced to the SCSI subsystem |
| device amr # AMI MegaRAID |
device amr # AMI MegaRAID |
|
Line 164 device iir # Intel Integrated RAID
|
Line 175 device iir # Intel Integrated RAID
|
| device ips # IBM (Adaptec) ServeRAID |
device ips # IBM (Adaptec) ServeRAID |
| device mly # Mylex AcceleRAID/eXtremeRAID |
device mly # Mylex AcceleRAID/eXtremeRAID |
| device twa # 3ware 9000 series PATA/SATA RAID |
device twa # 3ware 9000 series PATA/SATA RAID |
| |
device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller |
| |
|
| # RAID controllers |
# RAID controllers |
| device aac # Adaptec FSA RAID |
device aac # Adaptec FSA RAID |
|
Line 213 device plip # TCP/IP over parallel
|
Line 225 device plip # TCP/IP over parallel
|
| device ppi # Parallel port interface device |
device ppi # Parallel port interface device |
| #device vpo # Requires scbus and da |
#device vpo # Requires scbus and da |
| |
|
| # If you've got a "dumb" serial or parallel PCI card that is | device puc # Multi I/O cards and multi-channel UARTs |
| # supported by the puc(4) glue driver, uncomment the following | |
| # line to enable it (connects to sio, uart and/or ppc drivers): | |
| device puc | |
| |
|
| # PCI Ethernet NICs. |
# PCI Ethernet NICs. |
| device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet |
device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet |
| |
device cxgbe # Chelsio T4 10GbE PCIe adapter |
| device de # DEC/Intel DC21x4x (``Tulip'') |
device de # DEC/Intel DC21x4x (``Tulip'') |
| device em # Intel PRO/1000 Gigabit Ethernet Family |
device em # Intel PRO/1000 Gigabit Ethernet Family |
| device igb # Intel PRO/1000 PCIE Server Gigabit Family |
device igb # Intel PRO/1000 PCIE Server Gigabit Family |
| device ixgb # Intel PRO/10GbE Ethernet Card |
device ixgb # Intel PRO/10GbE Ethernet Card |
| |
device ixgbe # Intel Pro/10Gbe PCIE Ethernet |
| device le # AMD Am7900 LANCE and Am79C9xx PCnet |
device le # AMD Am7900 LANCE and Am79C9xx PCnet |
| |
device mxge # Myricom Myri-10G 10GbE NIC |
| |
device nxge # Neterion Xframe 10GbE Server/Storage Adapter |
| device ti # Alteon Networks Tigon I/II gigabit Ethernet |
device ti # Alteon Networks Tigon I/II gigabit Ethernet |
| device txp # 3Com 3cR990 (``Typhoon'') |
device txp # 3Com 3cR990 (``Typhoon'') |
| device vx # 3Com 3c590, 3c595 (``Vortex'') |
device vx # 3Com 3c590, 3c595 (``Vortex'') |
| |
device vxge # Exar/Neterion XFrame 3100 10GbE |
| |
|
| # PCI Ethernet NICs that use the common MII bus controller code. |
# PCI Ethernet NICs that use the common MII bus controller code. |
| # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! |
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! |
|
Line 239 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
|
Line 253 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
|
| device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet |
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet |
| device bfe # Broadcom BCM440x 10/100 Ethernet |
device bfe # Broadcom BCM440x 10/100 Ethernet |
| device bge # Broadcom BCM570xx Gigabit Ethernet |
device bge # Broadcom BCM570xx Gigabit Ethernet |
| |
device cxgb # Chelsio T3 10 Gigabit Ethernet |
| |
device cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet firmware |
| device dc # DEC/Intel 21143 and various workalikes |
device dc # DEC/Intel 21143 and various workalikes |
| device et # Agere ET1310 10/100/Gigabit Ethernet |
device et # Agere ET1310 10/100/Gigabit Ethernet |
| device fxp # Intel EtherExpress PRO/100B (82557, 82558) |
device fxp # Intel EtherExpress PRO/100B (82557, 82558) |
|
Line 246 device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethe
|
Line 262 device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethe
|
| device lge # Level 1 LXT1001 gigabit Ethernet |
device lge # Level 1 LXT1001 gigabit Ethernet |
| device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet |
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet |
| device nfe # nVidia nForce MCP on-board Ethernet |
device nfe # nVidia nForce MCP on-board Ethernet |
| |
device my # Myson Fast Ethernet (MTD80X, MTD89X) |
| device nge # NatSemi DP83820 gigabit Ethernet |
device nge # NatSemi DP83820 gigabit Ethernet |
| #device nve # nVidia nForce MCP on-board Ethernet Networking |
#device nve # nVidia nForce MCP on-board Ethernet Networking |
| device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') |
device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') |
|
Line 308 device ral # Ralink Technology RT2500 wireless NICs.
|
Line 325 device ral # Ralink Technology RT2500 wireless NICs.
|
| device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. |
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. |
| #device wl # Older non 802.11 Wavelan wireless NIC. |
#device wl # Older non 802.11 Wavelan wireless NIC. |
| device wpi # Intel 3945ABG wireless NICs. |
device wpi # Intel 3945ABG wireless NICs. |
| device iwnfw | |
| device iwifw |
device iwifw |
| device ipwfw |
device ipwfw |
| device wpifw | device iwnfw |
| device mwlfw |
device mwlfw |
| |
device wpifw |
| |
|
| # Pseudo devices. |
# Pseudo devices. |
| device loop # Network loopback |
device loop # Network loopback |
|
Line 370 device uath # Atheros AR5523 wireless NICs
|
Line 388 device uath # Atheros AR5523 wireless NICs
|
| device upgt # Conexant/Intersil PrismGT wireless NICs. |
device upgt # Conexant/Intersil PrismGT wireless NICs. |
| device ural # Ralink Technology RT2500USB wireless NICs |
device ural # Ralink Technology RT2500USB wireless NICs |
| device urtw # Realtek RTL8187B/L wireless NICs |
device urtw # Realtek RTL8187B/L wireless NICs |
| device zyd # ZyDAS zb1211/zb1211b wireless NICs | device zyd # ZyDAS zd1211/zd1211b wireless NICs |
| |
|
| # FireWire support |
# FireWire support |
| device firewire # FireWire bus code |
device firewire # FireWire bus code |
| device sbp # SCSI over FireWire (Requires scbus and da) | # sbp(4) works for some systems but causes boot failure on others |
| | #device sbp # SCSI over FireWire (Requires scbus and da) |
| device fwe # Ethernet over FireWire (non-standard!) |
device fwe # Ethernet over FireWire (non-standard!) |
| device fwip # IP over FireWire (RFC 2734,3146) |
device fwip # IP over FireWire (RFC 2734,3146) |
| device dcons # Dumb console driver |
device dcons # Dumb console driver |
|
Line 388 device snd_ich # Intel, NVidia and other ICH AC'97 A
|
Line 407 device snd_ich # Intel, NVidia and other ICH AC'97 A
|
| device snd_uaudio # USB Audio |
device snd_uaudio # USB Audio |
| device snd_via8233 # VIA VT8233x Audio |
device snd_via8233 # VIA VT8233x Audio |
| |
|
| |
# MMC/SD |
| |
device mmc # MMC/SD bus |
| |
device mmcsd # MMC/SD memory card |
| |
device sdhci # Generic PCI SD Host Controller |
| |
|
| |
### ELWIX Additional custom settings ... |
| |
|
| device if_bridge |
device if_bridge |
| device tap |
device tap |
| device gre |
device gre |
|
Line 420 options ALTQ_RED
|
Line 446 options ALTQ_RED
|
| options ALTQ_RIO |
options ALTQ_RIO |
| |
|
| options MROUTING |
options MROUTING |
| |
options PPS_SYNC |
| options DEVICE_POLLING |
options DEVICE_POLLING |
| options HZ=1000 |
options HZ=1000 |
| |
|
|
Line 484 device smb
|
Line 511 device smb
|
| device smbus |
device smbus |
| device iicbus |
device iicbus |
| device iicbb |
device iicbb |
| #device bktr | device bktr |
| #options BKTR_NEW_MSP34XX_DRIVER | options BKTR_NEW_MSP34XX_DRIVER |
| | options BKTR_KODICOM_MUX |
| device speaker |
device speaker |
| |
|
| |
device ipmi |
| |
device pcf |
| |
|
| |
device mos |
| |
|
| device gpio |
device gpio |
| device gpioled |
device gpioled |
| device gpioiic |
device gpioiic |
| |
|
| device glxsb |
device glxsb |
| |
device glxiic |
| options CPU_GEODE |
options CPU_GEODE |
| options CPU_SOEKRIS |
options CPU_SOEKRIS |
| |
options CPU_ELAN |
| |
options CPU_ELAN_PPS |
| options COMPAT_AOUT |
options COMPAT_AOUT |
| options ENABLE_ALART # Control alarm on Intel intpm driver |
options ENABLE_ALART # Control alarm on Intel intpm driver |
| options PANIC_REBOOT_WAIT_TIME=10 |
options PANIC_REBOOT_WAIT_TIME=10 |
|
Line 502 device coretemp
|
Line 538 device coretemp
|
| device cpuctl |
device cpuctl |
| device nvram |
device nvram |
| device ichwd |
device ichwd |
| |
device amdsbwd |
| |
device viawd |
| |
|
| #device ef |
|
| device cas |
|
| device cxgb |
|
| device disc |
device disc |
| device edsc |
device edsc |
| device epair |
device epair |
| #device gem |
|
| #device hme |
|
| device mxge |
|
| device my |
|
| device nxge |
|
| device stf |
device stf |
| |
|
| |
# NETMAP subsystem |
| |
#device netmap |
| |
|
| options ACCEPT_FILTER_DATA |
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 ZERO_COPY_SOCKETS |
| options SW_WATCHDOG |
options SW_WATCHDOG |
| |
|
| |
options RACCT |
| |
options RCTL |