--- elwix/config/Attic/ELWIX 2011/11/02 09:51:32 1.3 +++ elwix/config/Attic/ELWIX 2012/02/10 01:55:48 1.3.2.2 @@ -23,6 +23,8 @@ cpu I586_CPU cpu I686_CPU ident ELWIX +options INIT_PATH=/sbin/initx:/sbin/init + makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_ULE # ULE scheduler @@ -38,7 +40,7 @@ options UFS_GJOURNAL # Enable gjournal-based UFS jou options MD_ROOT # MD is a potential root device options NFSCL # New Network Filesystem Client options NFSD # New Network Filesystem Server -options MD_ROOT_SIZE=5120 +options MD_ROOT_SIZE=8000 options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS usable as /, requires NFSCL options MSDOSFS # MSDOS Filesystem @@ -79,6 +81,8 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output options KBD_INSTALL_CDEV # install a CDEV entry in /dev options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) options AUDIT # Security event auditing +options CAPABILITY_MODE # Capsicum capability mode +options CAPABILITIES # Capsicum capabilities options MAC # TrustedBSD MAC Framework options FLOWTABLE # per-cpu routing cache #options KDTRACE_HOOKS # Kernel DTrace hooks @@ -129,7 +133,7 @@ options AHC_REG_PRETTY_PRINT # Print register bitfiel device ahd # AHA39320/29320 and onboard AIC79xx devices options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # 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 isp # Qlogic family #device ispfw # Firmware for QLogic HBAs- normally a module @@ -147,6 +151,7 @@ device bt # Buslogic/Mylex MultiMaster SCSI adapters device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 +device isci # Intel C600 SAS controller # ATA/SCSI peripherals device scbus # SCSI bus (required for ATA/SCSI) @@ -155,7 +160,8 @@ device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD 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 device amr # AMI MegaRAID @@ -220,18 +226,22 @@ device ppi # Parallel port interface device #device vpo # Requires scbus and da device puc # Multi I/O cards and multi-channel UARTs -device mos # PCI Ethernet NICs. device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet +device cxgbe # Chelsio T4 10GbE PCIe adapter device de # DEC/Intel DC21x4x (``Tulip'') -device em # Intel PRO/1000 Gigabit Ethernet Family -device igb # Intel PRO/1000 PCIE Server Gigabit Family -device ixgb # Intel PRO/10GbE Ethernet Card +device em # Intel Pro/1000 Gigabit Ethernet +device igb # Intel Pro/1000 PCIE Gigabit Ethernet +device ixgb # Intel Pro/10Gbe PCI-X Ethernet +device ixgbe # Intel Pro/10Gbe PCIE Ethernet 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 txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') +device vxge # Exar/Neterion XFrame 3100 10GbE # 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! @@ -243,18 +253,19 @@ device ale # Atheros AR8121/AR8113/AR8114 Ethernet device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 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 et # Agere ET1310 10/100/Gigabit Ethernet device fxp # Intel EtherExpress PRO/100B (82557, 82558) device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet device lge # Level 1 LXT1001 gigabit Ethernet device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet -device nfe # nVidia nForce MCP on-board Ethernet +device my # Myson Fast Ethernet (MTD80X, MTD89X) device nge # NatSemi DP83820 gigabit Ethernet -#device nve # nVidia nForce MCP on-board Ethernet Networking -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 +device pcn # AMD Am79C97x PCI 10/100 NICs device sf # Adaptec AIC-6915 (``Starfire'') device sge # Silicon Integrated Systems SiS190/191 device sis # Silicon Integrated Systems SiS 900/SiS 7016 @@ -263,12 +274,15 @@ device ste # Sundance ST201 (D-Link DFE-550TX) device stge # Sundance/Tamarack TC9021 gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') -device vge # VIA VT612x gigabit Ethernet device vr # VIA Rhine, Rhine II device vte # DM&P Vortex86 RDC R6040 Fast Ethernet device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') +device nfe # nVidia nForce MCP on-board Ethernet +#device nve # nVidia nForce MCP on-board Ethernet Networking +device vge # VIA VT612x gigabit Ethernet + # ISA Ethernet NICs. pccard NICs included. device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' @@ -312,11 +326,12 @@ device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. device wpi # Intel 3945ABG wireless NICs. -device iwnfw + device iwifw device ipwfw -device wpifw +device iwnfw device mwlfw +device wpifw # Pseudo devices. device loop # Network loopback @@ -393,6 +408,13 @@ device snd_ich # Intel, NVidia and other ICH AC'97 A device snd_uaudio # USB 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 tap device gre @@ -425,6 +447,7 @@ options ALTQ_RED options ALTQ_RIO options MROUTING +options PPS_SYNC options DEVICE_POLLING options HZ=1000 @@ -494,13 +517,21 @@ options BKTR_NEW_MSP34XX_DRIVER options BKTR_KODICOM_MUX device speaker +device ipmi +device pcf + +device mos + device gpio device gpioled device gpioiic device glxsb +device glxiic options CPU_GEODE options CPU_SOEKRIS +options CPU_ELAN +options CPU_ELAN_PPS options COMPAT_AOUT options ENABLE_ALART # Control alarm on Intel intpm driver options PANIC_REBOOT_WAIT_TIME=10 @@ -508,22 +539,15 @@ device coretemp device cpuctl device nvram device ichwd +device amdsbwd +device viawd -#device ef -device cas -device cxgb -device vxge device disc device edsc device epair -#device gem -#device hme -device mxge -device my -device nxge device stf -#device netmap +device netmap options ACCEPT_FILTER_DATA options ACCEPT_FILTER_DNS @@ -531,3 +555,6 @@ options ACCEPT_FILTER_HTTP options ZERO_COPY_SOCKETS options SW_WATCHDOG + +options RACCT +options RCTL