Guest User

Untitled

a guest
Oct 20th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.08 KB | None | 0 0
  1. > cat VM
  2. # To statically compile in device wiring instead of /boot/device.hints
  3. #hints "GENERIC.hints" # Default places to look for devices.
  4. cpu HAMMER
  5. ident GENERIC
  6. #machine i686
  7.  
  8. #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
  9.  
  10. #options SCHED_ULE # ULE scheduler
  11. options SCHED_4BSD # 4BSD scheduler
  12. options PREEMPTION # Enable kernel thread preemption
  13. options INET # InterNETworking
  14. #options INET6 # IPv6 communications protocols
  15. options FFS # Berkeley Fast Filesystem
  16. options SOFTUPDATES # Enable FFS soft updates support
  17. options UFS_ACL # Support for access control lists
  18. options UFS_DIRHASH # Improve performance on big directories
  19. options MD_ROOT # MD is a potential root device
  20. #options NFSCLIENT # Network Filesystem Client
  21. #options NFSSERVER # Network Filesystem Server
  22. #options NFS_ROOT # NFS usable as /, requires NFSCLIENT
  23. #options MSDOSFS # MSDOS Filesystem
  24. options CD9660 # ISO 9660 Filesystem
  25. options PROCFS # Process filesystem (requires PSEUDOFS)
  26. options PSEUDOFS # Pseudo-filesystem framework
  27. options GEOM_PART_GPT # GUID Partition Tables.
  28. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
  29. options COMPAT_FREEBSD4 # Compatible with FreeBSD4
  30. options COMPAT_FREEBSD5 # Compatible with FreeBSD5
  31. options COMPAT_FREEBSD6
  32. options COMPAT_FREEBSD7
  33. options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
  34. options KTRACE # ktrace(1) support
  35. options SYSVSHM # SYSV-style shared memory
  36. options SYSVMSG # SYSV-style message queues
  37. options SYSVSEM # SYSV-style semaphores
  38. options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
  39. options KBD_INSTALL_CDEV # install a CDEV entry in /dev
  40. options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
  41. # output. Adds ~128k to driver.
  42. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
  43. # output. Adds ~215k to driver.
  44. #options ADAPTIVE_GIANT # Giant mutex is adaptive.
  45.  
  46. #device apic # I/O APIC
  47.  
  48. # Bus support.
  49. #device eisa
  50. device pci
  51.  
  52. # Floppy drives
  53. #device fdc
  54.  
  55. # ATA and ATAPI devices
  56. device ata
  57. device atadisk # ATA disk drives
  58. #device ataraid # ATA RAID drives
  59. device atapicd # ATAPI CDROM drives
  60. #device atapifd # ATAPI floppy drives
  61. #device atapist # ATAPI tape drives
  62. options ATA_STATIC_ID # Static device numbering
  63.  
  64. # SCSI Controllers
  65. #device ahb # EISA AHA1742 family
  66. #device ahc # AHA2940 and onboard AIC7xxx devices
  67. #device ahd # AHA39320/29320 and onboard AIC79xx devices
  68. #device amd # AMD 53C974 (Tekram DC-390(T))
  69. #device isp # Qlogic family
  70. ##device ispfw # Firmware for QLogic HBAs- normally a module
  71. device mpt # LSI-Logic MPT-Fusion
  72. ##device ncr # NCR/Symbios Logic
  73. #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
  74. #device trm # Tekram DC395U/UW/F DC315U adapters
  75.  
  76. #device adv # Advansys SCSI adapters
  77. #device adw # Advansys wide SCSI adapters
  78. #device aha # Adaptec 154x SCSI adapters
  79. #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
  80. #device bt # Buslogic/Mylex MultiMaster SCSI adapters
  81.  
  82. #device ncv # NCR 53C500
  83. #device nsp # Workbit Ninja SCSI-3
  84. #device stg # TMC 18C30/18C50
  85.  
  86. # SCSI peripherals
  87. #device scbus # SCSI bus (required for SCSI)
  88. #device ch # SCSI media changers
  89. #device da # Direct Access (disks)
  90. #device sa # Sequential Access (tape etc)
  91. #device cd # CD
  92. #device pass # Passthrough device (direct SCSI access)
  93. #device ses # SCSI Environmental Services (and SAF-TE)
  94.  
  95. # RAID controllers interfaced to the SCSI subsystem
  96. #device amr # AMI MegaRAID
  97. #device arcmsr # Areca SATA II RAID
  98. #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
  99. #device ciss # Compaq Smart RAID 5*
  100. #device dpt # DPT Smartcache III, IV - See NOTES for options
  101. #device hptmv # Highpoint RocketRAID 182x
  102. #device rr232x # Highpoint RocketRAID 232x
  103. #device iir # Intel Integrated RAID
  104. #device ips # IBM (Adaptec) ServeRAID
  105. #device mly # Mylex AcceleRAID/eXtremeRAID
  106. #device twa # 3ware 9000 series PATA/SATA RAID
  107.  
  108. # RAID controllers
  109. #device aac # Adaptec FSA RAID
  110. #device aacp # SCSI passthrough for aac (requires CAM)
  111. #device ida # Compaq Smart RAID
  112. #device mfi # LSI MegaRAID SAS
  113. #device mlx # Mylex DAC960 family
  114. #device pst # Promise Supertrak SX6000
  115. #device twe # 3ware ATA RAID
  116.  
  117. # atkbdc0 controls both the keyboard and the PS/2 mouse
  118. device atkbdc # AT keyboard controller
  119. device atkbd # AT keyboard
  120. device psm # PS/2 mouse
  121.  
  122. device kbdmux # keyboard multiplexer
  123.  
  124. device vga # VGA video card driver
  125.  
  126. device splash # Splash screen and screen saver support
  127.  
  128. # syscons is the default console driver, resembling an SCO console
  129. device sc
  130.  
  131. # Enable this for the pcvt (VT220 compatible) console driver
  132. #device vt
  133. #options XSERVER # support for X server on a vt console
  134. #options FAT_CURSOR # start with block cursor
  135.  
  136. #device agp # support several AGP chipsets
  137.  
  138. # Power management support (see NOTES for more options)
  139. #device apm
  140. # Add suspend/resume support for the i8254.
  141. #device pmtimer
  142.  
  143. # PCCARD (PCMCIA) support
  144. # PCMCIA and cardbus bridge support
  145. #device cbb # cardbus (yenta) bridge
  146. #device pccard # PC Card (16-bit) bus
  147. #device cardbus # CardBus (32-bit) bus
  148.  
  149. # Serial (COM) ports
  150. #device sio # 8250, 16[45]50 based serial ports
  151.  
  152. # Parallel port
  153. #device ppc
  154. #device ppbus # Parallel port bus (required)
  155. #device lpt # Printer
  156. #device plip # TCP/IP over parallel
  157. #device ppi # Parallel port interface device
  158. ##device vpo # Requires scbus and da
  159.  
  160. # If you've got a "dumb" serial or parallel PCI card that is
  161. # supported by the puc(4) glue driver, uncomment the following
  162. # line to enable it (connects to the sio and/or ppc drivers):
  163. #device puc
  164.  
  165. # PCI Ethernet NICs.
  166. #device de # DEC/Intel DC21x4x (``Tulip'')
  167. device em # Intel PRO/1000 adapter Gigabit Ethernet Card
  168. #device ixgb # Intel PRO/10GbE Ethernet Card
  169. #device txp # 3Com 3cR990 (``Typhoon'')
  170. #device vx # 3Com 3c590, 3c595 (``Vortex'')
  171.  
  172. # PCI Ethernet NICs that use the common MII bus controller code.
  173. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  174. device miibus # MII bus support
  175. #device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
  176. #device bfe # Broadcom BCM440x 10/100 Ethernet
  177. #device bge # Broadcom BCM570xx Gigabit Ethernet
  178. #device dc # DEC/Intel 21143 and various workalikes
  179. #device fxp # Intel EtherExpress PRO/100B (82557, 82558)
  180. #device lge # Level 1 LXT1001 gigabit Ethernet
  181. #device nge # NatSemi DP83820 gigabit Ethernet
  182. #device nve # nVidia nForce MCP on-board Ethernet Networking
  183. #device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc')
  184. #device re # RealTek 8139C+/8169/8169S/8110S
  185. #device rl # RealTek 8129/8139
  186. #device sf # Adaptec AIC-6915 (``Starfire'')
  187. #device sis # Silicon Integrated Systems SiS 900/SiS 7016
  188. #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
  189. #device ste # Sundance ST201 (D-Link DFE-550TX)
  190. #device ti # Alteon Networks Tigon I/II gigabit Ethernet
  191. #device tl # Texas Instruments ThunderLAN
  192. #device tx # SMC EtherPower II (83c170 ``EPIC'')
  193. #device vge # VIA VT612x gigabit Ethernet
  194. #device vr # VIA Rhine, Rhine II
  195. #device wb # Winbond W89C840F
  196. #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
  197.  
  198. # ISA Ethernet NICs. pccard NICs included.
  199. #device cs # Crystal Semiconductor CS89x0 NIC
  200. # 'device ed' requires 'device miibus'
  201. #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
  202. #device ex # Intel EtherExpress Pro/10 and Pro/10+
  203. #device ep # Etherlink III based cards
  204. #device fe # Fujitsu MB8696x based cards
  205. #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
  206. #device lnc # NE2100, NE32-VL Lance Ethernet cards
  207. #device sn # SMC's 9000 series of Ethernet chips
  208. #device xe # Xircom pccard Ethernet
  209.  
  210. # Wireless NIC cards
  211. #device wlan # 802.11 support
  212. #device an # Aironet 4500/4800 802.11 wireless NICs.
  213. #device awi # BayStack 660 and others
  214. #device ral # Ralink Technology RT2500 wireless NICs.
  215. #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
  216. ##device wl # Older non 802.11 Wavelan wireless NIC.
  217.  
  218. # Pseudo devices.
  219. device loop # Network loopback
  220. device random # Entropy device
  221. device ether # Ethernet support
  222. #device sl # Kernel SLIP
  223. #device ppp # Kernel PPP
  224. #device tun # Packet tunnel.
  225. device pty # Pseudo-ttys (telnet etc)
  226. device md # Memory "disks"
  227. #device gif # IPv6 and IPv4 tunneling
  228. #device faith # IPv6-to-IPv4 relaying (translation)
  229.  
  230. # The `bpf' device enables the Berkeley Packet Filter.
  231. # Be aware of the administrative consequences of enabling this!
  232. # Note that 'bpf' is required for DHCP.
  233. device bpf # Berkeley packet filter
  234.  
  235. # USB support
  236. #device uhci # UHCI PCI->USB interface
  237. #device ohci # OHCI PCI->USB interface
  238. #device ehci # EHCI PCI->USB interface (USB 2.0)
  239. #device usb # USB Bus (required)
  240. #device udbp # USB Double Bulk Pipe devices
  241. #device ugen # Generic
  242. #device uhid # "Human Interface Devices"
  243. #device ukbd # Keyboard
  244. #device ulpt # Printer
  245. #device umass # Disks/Mass storage - Requires scbus and da
  246. #device ums # Mouse
  247. #device ural # Ralink Technology RT2500USB wireless NICs
  248. #device urio # Diamond Rio 500 MP3 player
  249. #device uscanner # Scanners
  250. # USB Ethernet, requires miibus
  251. #device aue # ADMtek USB Ethernet
  252. #device axe # ASIX Electronics USB Ethernet
  253. #device cdce # Generic USB over Ethernet
  254. #device cue # CATC USB Ethernet
  255. #device kue # Kawasaki LSI USB Ethernet
  256. #device rue # RealTek RTL8150 USB Ethernet
  257.  
  258. # FireWire support
  259. #device firewire # FireWire bus code
  260. #device sbp # SCSI over FireWire (Requires scbus and da)
  261. #device fwe
  262.  
  263. options IPDIVERT
  264. options IPFIREWALL_DEFAULT_TO_ACCEPT
  265. options IPFIREWALL_VERBOSE_LIMIT=5
  266. options IPFIREWALL_VERBOSE
  267. options IPFIREWALL
Add Comment
Please, Sign In to add comment