Guest User

Untitled

a guest
Aug 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. 4,5c4,5
  2. < # For more information on this file, please read the handbook section on
  3. < # Kernel Configuration Files:
  4. ---
  5. > # For more information on this file, please read the config(5) manual page,
  6. > # and/or the handbook section on Kernel Configuration Files:
  7. 19c19
  8. < # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.17.2.1 2009/04/15 03:14:26 kensmith Exp $
  9. ---
  10. > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.519.2.19 2012/03/31 10:47:40 marius Exp $
  11. 28a29,34
  12. > # Use the following to compile in values accessible to the kernel
  13. > # through getenv() (or kenv(1) in userland). The format of the file
  14. > # is 'variable=value', see kenv(1)
  15. > #
  16. > # env "GENERIC.env"
  17. >
  18. 34c40
  19. < #options INET6 # IPv6 communications protocols
  20. ---
  21. > options INET6 # IPv6 communications protocols
  22. 52c58
  23. < options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
  24. ---
  25. > options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
  26. 62a69
  27. > options P1003_1B_SEMAPHORES # POSIX-style semaphores
  28. 63a71
  29. > options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
  30. 65,66c73
  31. < #options ADAPTIVE_GIANT # Giant mutex is adaptive.
  32. < #options STOP_NMI # Stop CPUS using NMI instead of IPI
  33. ---
  34. > options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
  35. 67a75
  36. > options MAC # TrustedBSD MAC Framework
  37. 68a77
  38. > options INCLUDE_CONFIG_FILE # Include this file in kernel
  39. 70,77c79,80
  40. < ### upgrade to 8.0
  41. < options P1003_1B_SEMAPHORES
  42. < options PRINTF_BUFR_SIZE=128
  43. < options HWPMC_HOOKS
  44. < options MAC
  45. < options FLOWTABLE
  46. < device acpi
  47. < ## END
  48.  
  49. --
  50. > options KDB # Kernel debugger related code
  51. > options KDB_TRACE # Print a stack trace for a panic
  52. 86a90
  53. > device acpi
  54. 110c114
  55. < device amd # AMD 53C974 (Tekram DC-390(T))
  56. ---
  57. > device esp # AMD Am53C974 (Tekram DC-390(T))
  58. 113c117
  59. < #device ispfw # Firmware for QLogic HBAs- normally a module
  60. ---
  61. > #device ispfw # Firmware for QLogic HBAs- normally a module
  62. 127a132
  63. > device isci # Intel C600 SAS controller
  64. 149a155
  65. > device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
  66. 188d193
  67. < #device sio # 8250, 16[45]50 based serial ports
  68. 199,202c204
  69. < # If you've got a "dumb" serial or parallel PCI card that is
  70. < # supported by the puc(4) glue driver, uncomment the following
  71. < # line to enable it (connects to sio, uart and/or ppc drivers):
  72. < #device puc
  73. ---
  74. > device puc # Multi I/O cards and multi-channel UARTs
  75. 209a212
  76. > device ti # Alteon Networks Tigon I/II gigabit Ethernet
  77. 215a219
  78. > device ae # Attansic/Atheros L2 FastEthernet
  79. 216a221
  80. > device alc # Atheros AR8131/AR8132 Ethernet
  81. 220a226
  82. > device cas # Sun Cassini/Cassini+ and NS DP83065 Saturn
  83. 223a230,231
  84. > device gem # Sun GEM/Sun ERI/Apple GMAC
  85. > device hme # Sun HME (Happy Meal Ethernet)
  86. 233a242
  87. > device sge # Silicon Integrated Systems SiS190/191
  88. 238d246
  89. < device ti # Alteon Networks Tigon I/II gigabit Ethernet
  90. 242a251
  91. > device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
  92. 258a268,270
  93. > options IEEE80211_DEBUG # enable debug msgs
  94. > options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
  95. > options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
  96.  
  97. 263,264d274
  98. < #device wlan_scan_ap # 802.11 AP mode scanning
  99. < #device wlan_scan_sta # 802.11 STA mode scanning
  100. 267,268c277,278
  101. < device ath_hal # Atheros HAL (Hardware Access Layer)
  102. < options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
  103. ---
  104. > device ath_hal # pci/cardbus chip support
  105. > options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
  106. 270d279
  107. < #device awi # BayStack 660 and others
  108. 279,280c288
  109. < #device sl # Kernel SLIP
  110. < #device ppp # Kernel PPP
  111. ---
  112. > device vlan # 802.1Q VLAN support
  113. 282c290
  114. < device pty # Pseudo-ttys (telnet etc)
  115. ---
  116. > device pty # BSD-style compatibility pseudo ttys
  117. 293a302
  118. > options USB_DEBUG # enable debug msgs
  119. 299d307
  120. < #device ugen # Generic
  121. 305,306d312
  122. < device ural # Ralink Technology RT2500USB wireless NICs
  123. < device rum # Ralink Technology RT2501USB wireless NICs
  124. 308d313
  125. < #device uscanner # Scanners
  126. 310c315
  127. < device ucom # Generic com ttys
  128. ---
  129. > device u3g # USB-based 3G modems (Option, Huawei, Sierra)
  130. 313d317
  131. < device ubser # BWCT console serial adapters
  132. 326a331,336
  133. > device udav # Davicom DM9601E USB
  134. > # USB Wireless
  135. > device rum # Ralink Technology RT2501USB wireless NICs
  136. > device uath # Atheros AR5523 wireless NICs
  137. > device ural # Ralink Technology RT2500USB wireless NICs
  138. > device zyd # ZyDAS zb1211/zb1211b wireless NICs
  139. 330c340
  140. < device sbp # SCSI over FireWire (Requires scbus and da)
  141. ---
  142. > #device sbp # SCSI over FireWire (Requires scbus and da)
  143.  
  144. #device sbp # SCSI over FireWire (Requires scbus and da)
  145. 335,370d344
  146. <
  147. < ####
  148. < # added by andrei 2010-02-02
  149. <
  150. < # =================Enable Multicast Routing =================
  151. < options MROUTING
  152. <
  153. < # ================ Enable pf & altq ==============
  154. < device pf
  155. < device pflog
  156. < device pfsync
  157. <
  158. < options ALTQ
  159. < options ALTQ_CBQ
  160. < options ALTQ_RED
  161. < options ALTQ_RIO
  162. < options ALTQ_HFSC
  163. < options ALTQ_CDNR
  164. < options ALTQ_PRIQ
  165. <
  166. < # ================ Enable ipfw ==============
  167. < #options IPFIREWALL #firewall
  168. < #options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
  169. < #options IPFIREWALL_FORWARD #enable transparent proxy suppor
  170. < #options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
  171. < ##options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
  172. < #options IPDIVERT #divert sockets
  173. < #options DUMMYNET
  174. < #options QUOTA
  175. < #options SUIDDIR
  176. <
  177. < ####
  178. < # added by andrei 2010-02-02
  179. <
  180. < # ================ Enable CARP ==============
  181. < device carp
Add Comment
Please, Sign In to add comment