Guest User

FREESERVER

a guest
Mar 12th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.28 KB | None | 0 0
  1. cpu         HAMMER
  2. ident       FREESERVER
  3.  
  4. # To statically compile in device wiring instead of /boot/device.hints
  5. #hints      "GENERIC.hints"     # Default places to look for devices.
  6.  
  7. #akeoptions DEBUG=-g        # Build kernel with gdb(1) debug symbols
  8.  
  9. options     SCHED_ULE       # ULE scheduler
  10. options     PREEMPTION      # Enable kernel thread preemption
  11. options     INET            # InterNETworking
  12. #ptions     INET6               # IPv6 communications protocols
  13. options     SCTP            # Stream Control Transmission Protocol
  14. options     FFS             # Berkeley Fast Filesystem
  15. options     SOFTUPDATES     # Enable FFS soft updates support
  16. options     UFS_ACL         # Support for access control lists
  17. options     UFS_DIRHASH     # Improve performance on big directories
  18. #ptions     UFS_GJOURNAL        # Enable gjournal-based UFS journaling
  19. options     MD_ROOT         # MD is a potential root device
  20. options     NFSCLIENT       # Network Filesystem Client
  21. options     NFSSERVER       # Network Filesystem Server
  22. options     NFSLOCKD        # Network Lock Manager
  23. #ptions     NFS_ROOT        # NFS usable as /, requires NFSCLIENT
  24. options     MSDOSFS         # MSDOS Filesystem
  25. options     CD9660          # ISO 9660 Filesystem
  26. options     PROCFS          # Process filesystem (requires PSEUDOFS)
  27. options     PSEUDOFS        # Pseudo-filesystem framework
  28. #ptions     GEOM_PART_GPT       # GUID Partition Tables.
  29. options     GEOM_LABEL      # Provides labelization
  30. options     COMPAT_43TTY        # BSD 4.3 TTY compat [KEEP THIS!]
  31. options     COMPAT_IA32     # Compatible with i386 binaries
  32. options     COMPAT_FREEBSD4     # Compatible with FreeBSD4
  33. options     COMPAT_FREEBSD5     # Compatible with FreeBSD5
  34. options     COMPAT_FREEBSD6     # Compatible with FreeBSD6
  35. options     COMPAT_FREEBSD7     # Compatible with FreeBSD7
  36. options     SCSI_DELAY=5000     # Delay (in ms) before probing SCSI
  37. options     KTRACE          # ktrace(1) support
  38. options     STACK           # stack(9) support
  39. options     SYSVSHM         # SYSV-style shared memory
  40. options     SYSVMSG         # SYSV-style message queues
  41. options     SYSVSEM         # SYSV-style semaphores
  42. options     P1003_1B_SEMAPHORES # POSIX-style semaphores
  43. options     _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
  44. options     PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
  45. options     KBD_INSTALL_CDEV    # install a CDEV entry in /dev
  46. options     HWPMC_HOOKS     # Necessary kernel hooks for hwpmc(4)
  47. #ptions     AUDIT           # Security event auditing
  48. #ptions     MAC         # TrustedBSD MAC Framework
  49. options     FLOWTABLE       # per-cpu routing cache
  50. #options    KDTRACE_FRAME       # Ensure frames are compiled in
  51. #options    KDTRACE_HOOKS       # Kernel DTrace hooks
  52.  
  53. options     VIMAGE              #Vps with epair reportedly conflicts with options SCTP?
  54. options     SC_DISABLE_REBOOT   #Disable Ctrl+Alt+Del
  55.  
  56. # Make an SMP-capable kernel by default
  57. options     SMP         # Symmetric MultiProcessor Kernel
  58.  
  59. # CPU frequency control
  60. device      cpufreq
  61.  
  62. # Bus support.
  63. device      acpi
  64. device      pci
  65.  
  66. # Floppy drives
  67. #evice      fdc
  68.  
  69. # ATA and ATAPI devices
  70. device      ata
  71. device      atadisk     # ATA disk drives
  72. #evice      ataraid     # ATA RAID drives
  73. device      atapicd     # ATAPI CDROM drives
  74. #evice      atapifd     # ATAPI floppy drives
  75. #evice      atapist     # ATAPI tape drives
  76. options     ATA_STATIC_ID   # Static device numbering
  77.  
  78. # SCSI Controllers
  79. #evice      ahc     # AHA2940 and onboard AIC7xxx devices
  80. #ptions     AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
  81.                     # output.  Adds ~128k to driver.
  82. #evice      ahd     # AHA39320/29320 and onboard AIC79xx devices
  83. #ptions     AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
  84.                     # output.  Adds ~215k to driver.
  85. #evice      amd     # AMD 53C974 (Tekram DC-390(T))
  86. #evice      hptiop      # Highpoint RocketRaid 3xxx series
  87. #evice      isp     # Qlogic family
  88. #device     ispfw       # Firmware for QLogic HBAs- normally a module
  89. device      mpt     # LSI-Logic MPT-Fusion
  90. #device     ncr     # NCR/Symbios Logic
  91. #evice      sym     # NCR/Symbios Logic (newer chipsets + those of `ncr')
  92. #evice      trm     # Tekram DC395U/UW/F DC315U adapters
  93.  
  94. #evice      adv     # Advansys SCSI adapters
  95. #evice      adw     # Advansys wide SCSI adapters
  96. #evice      aic     # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
  97. #evice      bt      # Buslogic/Mylex MultiMaster SCSI adapters
  98.  
  99. # SCSI peripherals
  100. device      scbus       # SCSI bus (required for SCSI)
  101. #evice      ch      # SCSI media changers
  102. device      da      # Direct Access (disks)
  103. #evice      sa      # Sequential Access (tape etc)
  104. device      cd      # CD
  105. device      pass        # Passthrough device (direct SCSI access)
  106. #evice      ses     # SCSI Environmental Services (and SAF-TE)
  107.  
  108. # RAID controllers interfaced to the SCSI subsystem
  109. #evice      amr     # AMI MegaRAID
  110. #evice      arcmsr      # Areca SATA II RAID
  111. #XXX it is not 64-bit clean, -scottl
  112. #device     asr     # DPT SmartRAID V, VI and Adaptec SCSI RAID
  113. #evice      ciss        # Compaq Smart RAID 5*
  114. #evice      dpt     # DPT Smartcache III, IV - See NOTES for options
  115. #evice      hptmv       # Highpoint RocketRAID 182x
  116. #evice      hptrr       # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
  117. #evice      iir     # Intel Integrated RAID
  118. #evice      ips     # IBM (Adaptec) ServeRAID
  119. #evice      mly     # Mylex AcceleRAID/eXtremeRAID
  120. #evice      twa     # 3ware 9000 series PATA/SATA RAID
  121.  
  122. # RAID controllers
  123. device      aac     # Adaptec FSA RAID
  124. device      aacp        # SCSI passthrough for aac (requires CAM)
  125. #evice      ida     # Compaq Smart RAID
  126. #evice      mfi     # LSI MegaRAID SAS
  127. #evice      mlx     # Mylex DAC960 family
  128. #XXX pointer/int warnings
  129. #device     pst     # Promise Supertrak SX6000
  130. #evice      twe     # 3ware ATA RAID
  131.  
  132. # atkbdc0 controls both the keyboard and the PS/2 mouse
  133. device      atkbdc      # AT keyboard controller
  134. device      atkbd       # AT keyboard
  135. device      psm     # PS/2 mouse
  136.  
  137. device      kbdmux      # keyboard multiplexer
  138.  
  139. device      vga     # VGA video card driver
  140.  
  141. device      splash      # Splash screen and screen saver support
  142.  
  143. # syscons is the default console driver, resembling an SCO console
  144. device      sc
  145.  
  146. device      agp     # support several AGP chipsets
  147.  
  148. # PCCARD (PCMCIA) support
  149. # PCMCIA and cardbus bridge support
  150. #evice      cbb     # cardbus (yenta) bridge
  151. #evice      pccard      # PC Card (16-bit) bus
  152. #evice      cardbus     # CardBus (32-bit) bus
  153.  
  154. # Serial (COM) ports
  155. device      uart        # Generic UART driver
  156.  
  157. # Parallel port
  158. device      ppc
  159. device      ppbus       # Parallel port bus (required)
  160. device      lpt     # Printer
  161. #evice      plip        # TCP/IP over parallel
  162. device      ppi     # Parallel port interface device
  163. #device     vpo     # Requires scbus and da
  164.  
  165. # If you've got a "dumb" serial or parallel PCI card that is
  166. # supported by the puc(4) glue driver, uncomment the following
  167. # line to enable it (connects to sio, uart and/or ppc drivers):
  168. #device     puc
  169.  
  170. # PCI Ethernet NICs.
  171. #evice      de      # DEC/Intel DC21x4x (``Tulip'')
  172. device      em      # Intel PRO/1000 Gigabit Ethernet Family
  173. #evice      igb     # Intel PRO/1000 PCIE Server Gigabit Family
  174. #evice      ixgbe       # Intel PRO/10GbE PCIE Ethernet Family
  175. #evice      le      # AMD Am7900 LANCE and Am79C9xx PCnet
  176. #evice      ti      # Alteon Networks Tigon I/II gigabit Ethernet
  177. #evice      txp     # 3Com 3cR990 (``Typhoon'')
  178. #evice      vx      # 3Com 3c590, 3c595 (``Vortex'')
  179.  
  180. # PCI Ethernet NICs that use the common MII bus controller code.
  181. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  182. device      miibus      # MII bus support
  183. #evice      ae      # Attansic/Atheros L2 FastEthernet
  184. #evice      age     # Attansic/Atheros L1 Gigabit Ethernet
  185. #evice      alc     # Atheros AR8131/AR8132 Ethernet
  186. #evice      ale     # Atheros AR8121/AR8113/AR8114 Ethernet
  187. #evice      bce     # Broadcom BCM5706/BCM5708 Gigabit Ethernet
  188. #evice      bfe     # Broadcom BCM440x 10/100 Ethernet
  189. #evice      bge     # Broadcom BCM570xx Gigabit Ethernet
  190. #evice      dc      # DEC/Intel 21143 and various workalikes
  191. #evice      et      # Agere ET1310 10/100/Gigabit Ethernet
  192. #evice      fxp     # Intel EtherExpress PRO/100B (82557, 82558)
  193. #evice      jme     # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
  194. #evice      lge     # Level 1 LXT1001 gigabit Ethernet
  195. #evice      msk     # Marvell/SysKonnect Yukon II Gigabit Ethernet
  196. #evice      nfe     # nVidia nForce MCP on-board Ethernet
  197. #evice      nge     # NatSemi DP83820 gigabit Ethernet
  198. #device     nve     # nVidia nForce MCP on-board Ethernet Networking
  199. #evice      pcn     # AMD Am79C97x PCI 10/100 (precedence over 'le')
  200. ##device        re      # RealTek 8139C+/8169/8169S/8110S
  201. #evice      rl      # RealTek 8129/8139
  202. #evice      sf      # Adaptec AIC-6915 (``Starfire'')
  203. #evice      sis     # Silicon Integrated Systems SiS 900/SiS 7016
  204. #evice      sk      # SysKonnect SK-984x & SK-982x gigabit Ethernet
  205. #evice      ste     # Sundance ST201 (D-Link DFE-550TX)
  206. #evice      stge        # Sundance/Tamarack TC9021 gigabit Ethernet
  207. #evice      tl      # Texas Instruments ThunderLAN
  208. #evice      tx      # SMC EtherPower II (83c170 ``EPIC'')
  209. #evice      vge     # VIA VT612x gigabit Ethernet
  210. #evice      vr      # VIA Rhine, Rhine II
  211. #evice      wb      # Winbond W89C840F
  212. #evice      xl      # 3Com 3c90x (``Boomerang'', ``Cyclone'')
  213.  
  214. # ISA Ethernet NICs.  pccard NICs included.
  215. #evice      cs      # Crystal Semiconductor CS89x0 NIC
  216. # 'device ed' requires 'device miibus'
  217. #evice      ed      # NE[12]000, SMC Ultra, 3c503, DS8390 cards
  218. #evice      ex      # Intel EtherExpress Pro/10 and Pro/10+
  219. #evice      ep      # Etherlink III based cards
  220. #evice      fe      # Fujitsu MB8696x based cards
  221. #evice      sn      # SMC's 9000 series of Ethernet chips
  222. #evice      xe      # Xircom pccard Ethernet
  223.  
  224. # Wireless NIC cards
  225. #evice      wlan        # 802.11 support
  226. #ptions     IEEE80211_DEBUG # enable debug msgs
  227. #ptions     IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
  228. #ptions     IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
  229. #evice      wlan_wep    # 802.11 WEP support
  230. #evice      wlan_ccmp   # 802.11 CCMP support
  231. #evice      wlan_tkip   # 802.11 TKIP support
  232. #evice      wlan_amrr   # AMRR transmit rate control algorithm
  233. #evice      an      # Aironet 4500/4800 802.11 wireless NICs.
  234. #evice      ath     # Atheros pci/cardbus NIC's
  235. #evice      ath_hal     # Atheros HAL (Hardware Access Layer)
  236. #ptions     AH_SUPPORT_AR5416   # enable AR5416 tx/rx descriptors
  237. #evice      ath_rate_sample # SampleRate tx rate control for ath
  238. #evice      ral     # Ralink Technology RT2500 wireless NICs.
  239. #evice      wi      # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
  240.  
  241. # Pseudo devices.
  242. device      loop        # Network loopback
  243. device      random      # Entropy device
  244. device      ether       # Ethernet support
  245. device      tun     # Packet tunnel.
  246. device      pty     # Pseudo-ttys (telnet etc)
  247. device      md      # Memory "disks"
  248. device      gif     # IPv6 and IPv4 tunneling
  249. #evice      faith       # IPv6-to-IPv4 relaying (translation)
  250. device      firmware    # firmware assist module
  251.  
  252. # The `bpf' device enables the Berkeley Packet Filter.
  253. # Be aware of the administrative consequences of enabling this!
  254. # Note that 'bpf' is required for DHCP.
  255. device      bpf     # Berkeley packet filter
  256.  
  257. # USB support
  258. device      uhci        # UHCI PCI->USB interface
  259. #evice      ohci        # OHCI PCI->USB interface
  260. device      ehci        # EHCI PCI->USB interface (USB 2.0)
  261. device      usb     # USB Bus (required)
  262. #device     udbp        # USB Double Bulk Pipe devices
  263. device      uhid        # "Human Interface Devices"
  264. device      ukbd        # Keyboard
  265. #evice      ulpt        # Printer
  266. device      umass       # Disks/Mass storage - Requires scbus and da
  267. device      ums     # Mouse
  268. #evice      rum     # Ralink Technology RT2501USB wireless NICs
  269. #evice      uath        # Atheros AR5523 wireless NICs
  270. #evice      ural        # Ralink Technology RT2500USB wireless NICs
  271. #evice      zyd     # ZyDAS zb1211/zb1211b wireless NICs
  272. #evice      urio        # Diamond Rio 500 MP3 player
  273. # USB Serial devices
  274. #evice      uark        # Technologies ARK3116 based serial adapters
  275. #evice      ubsa        # Belkin F5U103 and compatible serial adapters
  276. #evice      uftdi       # For FTDI usb serial adapters
  277. #evice      uipaq       # Some WinCE based devices
  278. #evice      uplcom      # Prolific PL-2303 serial adapters
  279. #evice      uslcom      # SI Labs CP2101/CP2102 serial adapters
  280. #evice      uvisor      # Visor and Palm devices
  281. #evice      uvscom      # USB serial support for DDI pocket's PHS
  282. # USB Ethernet, requires miibus
  283. #evice      aue     # ADMtek USB Ethernet
  284. #evice      axe     # ASIX Electronics USB Ethernet
  285. #evice      cdce        # Generic USB over Ethernet
  286. #evice      cue     # CATC USB Ethernet
  287. #evice      kue     # Kawasaki LSI USB Ethernet
  288. #evice      rue     # RealTek RTL8150 USB Ethernet
  289. #evice      udav        # Davicom DM9601E USB
  290.  
  291. # FireWire support
  292. #evice      firewire    # FireWire bus code
  293. #device     sbp     # SCSI over FireWire (Requires scbus and da)
  294. #evice      fwe     # Ethernet over FireWire (non-standard!)
  295. #evice      fwip        # IP over FireWire (RFC 2734,3146)
  296. #evice      dcons       # Dumb console driver
  297. #evice      dcons_crom  # Configuration ROM for dcons
  298.  
  299. #
  300. #   Local additions
  301. #
  302.  
  303. options     INCLUDE_CONFIG_FILE     # Include this file in kernel
  304.  
  305. #akeoptions MODULES_OVERRIDE="acpi opensolaris zfs geom ext2fs reiserfs xfs"
  306.  
  307. options     DEVICE_POLLING
  308.  
  309. options     IPSEC_FILTERTUNNEL
  310.  
  311. options     IPFIREWALL      #firewall
  312. options     IPFIREWALL_VERBOSE  #enable logging to syslogd(8)
  313. #ptions     IPFIREWALL_VERBOSE_LIMIT=100    #limit verbosity
  314. options     IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
  315. options     IPFIREWALL_FORWARD  #packet destination changes
  316. #ptions     IPFIREWALL_NAT      #ipfw kernel nat support
  317. #ptions     IPDIVERT        #divert sockets
  318. options     DUMMYNET
  319.  
  320. #options    TCP_DROP_SYNFIN     #Enables the ability to drop SYN/FIN
  321. #packets, already included in the kernel. Set net.inet.tcp.drop_synfin
  322. #sysctl variable to 1 as it still defaults to 0.
  323.  
  324. options     IPSTEALTH       #support for stealth forwarding
  325.  
  326. device      pf          #PF OpenBSD packet-filter firewall
  327. device      pflog           #logging support interface for PF
  328. device      pfsync          #synchronization interface for PF
  329.  
  330. options     ALTQ
  331. options     ALTQ_CBQ    # Class Based Queueing
  332. options     ALTQ_RED    # Random Early Detection
  333. options     ALTQ_RIO    # RED In/Out
  334. options     ALTQ_HFSC   # Hierarchical Packet Scheduler
  335. options     ALTQ_CDNR   # Traffic conditioner
  336. options     ALTQ_PRIQ   # Priority Queueing
  337. #ptions     ALTQ_NOPCC  # Required if the TSC is unusable
  338. #ptions     ALTQ_DEBUG
  339.  
  340. #options    IPSEC           #IP security (requires device crypto)
  341. #options    IPSEC_DEBUG     #debug for IP security
  342.  
  343. device      if_bridge       #Bridge interface
  344.  
  345. device      disc            #Discard device based on loopback
Add Comment
Please, Sign In to add comment