Advertisement
kpa

FIREWALL kernel config

kpa
Apr 27th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. ident FIREWALL
  2. include GENERIC
  3.  
  4. nocpu I486_CPU
  5. nocpu I586_CPU
  6.  
  7. nooptions COMPAT_FREEBSD4
  8. nooptions COMPAT_FREEBSD5
  9. nooptions COMPAT_FREEBSD6
  10. nooptions COMPAT_FREEBSD7
  11. nooptions COMPAT_AOUT
  12. nooptions COMPAT_LINUX
  13.  
  14. nodevice eisa
  15.  
  16. option DDB
  17.  
  18. nodevice fdc
  19.  
  20. nodevice mvs
  21. nodevice siis
  22. nooptions GEOM_RAID
  23.  
  24. nodevice ahc
  25. nodevice ahd
  26. nodevice esp
  27. nodevice hptiop
  28. nodevice isp
  29. nodevice mpt
  30. nodevice mps
  31. nodevice sym
  32. nodevice trm
  33.  
  34. nodevice adv
  35. nodevice adw
  36. nodevice aic
  37. nodevice bt
  38. nodevice ncv
  39. nodevice nsp
  40. nodevice stg
  41. nodevice isci
  42.  
  43. nodevice ctl
  44.  
  45. nodevice amr
  46. nodevice arcmsr
  47. nodevice asr
  48. nodevice ciss
  49. nodevice dpt
  50. nodevice hptmv
  51. nodevice hptrr
  52. nodevice iir
  53. nodevice ips
  54. nodevice mly
  55. nodevice twa
  56. nodevice tws
  57.  
  58. nodevice aac
  59. nodevice aacp
  60. nodevice ida
  61. nodevice mfi
  62. nodevice mlx
  63. nodevice twe
  64. nodevice tws
  65.  
  66. nodevice agp
  67.  
  68. nodevice cbb
  69. nodevice pccard
  70. nodevice cardbus
  71.  
  72. nodevice ppc
  73. nodevice ppbus
  74. nodevice lpt
  75. nodevice plip
  76. nodevice ppi
  77. nodevice puc
  78.  
  79. nodevice bxe
  80. nodevice de
  81. nodevice le
  82. nodevice em
  83. nodevice igb
  84. nodevice ixgb
  85. nodevice le
  86. nodevice ti
  87. nodevice txp
  88. nodevice vx
  89.  
  90. nodevice ae
  91. nodevice age
  92. nodevice alc
  93. nodevice ale
  94. nodevice bce
  95. nodevice bfe
  96. nodevice bge
  97. nodevice cas
  98. nodevice dc
  99. nodevice et
  100. nodevice fxp
  101. nodevice gem
  102. nodevice hme
  103. nodevice jme
  104. nodevice lge
  105. nodevice msk
  106. nodevice nfe
  107. nodevice nge
  108. nodevice pcn
  109. nodevice re
  110. nodevice sf
  111. nodevice sge
  112. nodevice sis
  113. nodevice sk
  114. nodevice ste
  115. nodevice stge
  116. nodevice tl
  117. nodevice tx
  118. nodevice vge
  119. nodevice wb
  120. nodevice xl
  121.  
  122. nodevice cs
  123. nodevice ed
  124. nodevice ex
  125. nodevice ep
  126. nodevice fe
  127. nodevice ie
  128. nodevice sn
  129. nodevice xe
  130.  
  131. nodevice wlan
  132. nodevice wlan_wep
  133. nodevice wlan_ccmp
  134. nodevice wlan_tkip
  135. nodevice wlan_amrr
  136. nodevice an
  137. nodevice ath
  138. nodevice ath_pci
  139. nodevice ath_hal
  140. nodevice ath_rate_sample
  141. nodevice ipw
  142. nodevice iwi
  143. nodevice iwn
  144. nodevice malo
  145. nodevice mwl
  146. nodevice ral
  147. nodevice wi
  148. nodevice wpi
  149.  
  150. nodevice u3g
  151. nodevice uark
  152. nodevice ubsa
  153. nodevice uftdi
  154. nodevice uipaq
  155. nodevice uplcom
  156. nodevice uslcom
  157. nodevice uvisor
  158. nodevice uvscom
  159.  
  160. nodevice aue
  161. nodevice axe
  162. nodevice cdce
  163. nodevice cue
  164. nodevice kue
  165. nodevice rue
  166. nodevice udav
  167.  
  168. nodevice rum
  169. nodevice run
  170. nodevice uath
  171. nodevice upgt
  172. nodevice ural
  173. nodevice urtw
  174. nodevice zyd
  175.  
  176. nodevice firewire # FireWire bus code
  177. # sbp(4) works for some systems but causes boot failure on others
  178. nodevice sbp # SCSI over FireWire (Requires scbus and da)
  179. nodevice fwe # Ethernet over FireWire (non-standard!)
  180. nodevice fwip # IP over FireWire (RFC 2734,3146)
  181. nodevice dcons # Dumb console driver
  182. nodevice dcons_crom # Configuration ROM for dcons
  183.  
  184. nodevice sound
  185. nodevice snd_cmi
  186. nodevice snd_csa
  187. nodevice snd_emu10kx
  188. nodevice snd_es137x
  189. nodevice snd_hda
  190. nodevice snd_ich
  191. nodevice snd_uaudio
  192. nodevice snd_via8233
  193.  
  194. nodevice virtio
  195. nodevice virtio_pci
  196. nodevice vtnet
  197. nodevice virtio_blk
  198. nodevice virtio_scsi
  199. nodevice virtio_balloon
  200.  
  201.  
  202. device pf
  203. device pflog
  204. device pfsync
  205.  
  206.  
  207. options ALTQ
  208. options ALTQ_CBQ
  209. options ALTQ_RED
  210. options ALTQ_RIO
  211. options ALTQ_HFSC
  212. options ALTQ_PRIQ
  213. options ALTQ_NOPCC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement