Guest User

My kernel config file

a guest
Mar 3rd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. # cat /usr/src/sys/i386/conf/OLO
  2. #
  3. # GENERIC -- Generic kernel configuration file for FreeBSD/i386
  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. #
  8. # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
  9. #
  10. # The handbook is also available locally in /usr/share/doc/handbook
  11. # if you've installed the doc distribution, otherwise always see the
  12. # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
  13. # latest information.
  14. #
  15. # An exhaustive list of options and more detailed explanations of the
  16. # device lines is also present in the ../../conf/NOTES and NOTES files.
  17. # If you are in doubt as to the purpose or necessity of a line, check first
  18. # in NOTES.
  19. #
  20. # $FreeBSD: release/9.0.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius $
  21.  
  22. #cpu I486_CPU
  23. #cpu I586_CPU
  24. cpu I686_CPU
  25. ident OLO-KERNEL
  26.  
  27. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
  28.  
  29. options SCHED_ULE # ULE scheduler
  30. options PREEMPTION # Enable kernel thread preemption
  31. options INET # InterNETworking
  32. options INET6 # IPv6 communications protocols
  33. options SCTP # Stream Control Transmission Protocol
  34. options FFS # Berkeley Fast Filesystem
  35. options SOFTUPDATES # Enable FFS soft updates support
  36. options UFS_ACL # Support for access control lists
  37. options UFS_DIRHASH # Improve performance on big directories
  38. options UFS_GJOURNAL # Enable gjournal-based UFS journaling
  39. options MD_ROOT # MD is a potential root device
  40. options NFSCL # New Network Filesystem Client
  41. options NFSD # New Network Filesystem Server
  42. options NFSLOCKD # Network Lock Manager
  43. options NFS_ROOT # NFS usable as /, requires NFSCL
  44. options MSDOSFS # MSDOS Filesystem
  45. options CD9660 # ISO 9660 Filesystem
  46. options PROCFS # Process filesystem (requires PSEUDOFS)
  47. options PSEUDOFS # Pseudo-filesystem framework
  48. options GEOM_PART_GPT # GUID Partition Tables.
  49. options GEOM_LABEL # Provides labelization
  50. options COMPAT_FREEBSD4 # Compatible with FreeBSD4
  51. options COMPAT_FREEBSD5 # Compatible with FreeBSD5
  52. options COMPAT_FREEBSD6 # Compatible with FreeBSD6
  53. options COMPAT_FREEBSD7 # Compatible with FreeBSD7
  54. options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
  55. options KTRACE # ktrace(1) support
  56. options STACK # stack(9) support
  57. options SYSVSHM # SYSV-style shared memory
  58. options SYSVMSG # SYSV-style message queues
  59. options SYSVSEM # SYSV-style semaphores
  60. options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
  61. options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
  62. options KBD_INSTALL_CDEV # install a CDEV entry in /dev
  63. options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
  64. options AUDIT # Security event auditing
  65. options MAC # TrustedBSD MAC Framework
  66. #options KDTRACE_HOOKS # Kernel DTrace hooks
  67. options INCLUDE_CONFIG_FILE # Include this file in kernel
  68. options KDB # Kernel debugger related code
  69. options KDB_TRACE # Print a stack trace for a panic
  70.  
  71. # To make an SMP kernel, the next two lines are needed
  72. options SMP # Symmetric MultiProcessor Kernel
  73. device apic # I/O APIC
  74.  
  75. # CPU frequency control
  76. device cpufreq
  77.  
  78. # Bus support.
  79. device acpi
  80. device eisa
  81. device pci
  82.  
  83. # Floppy drives
  84. device fdc
  85.  
  86. # ATA controllers
  87. device ahci # AHCI-compatible SATA controllers
  88. device ata # Legacy ATA/SATA controllers
  89. options ATA_CAM # Handle legacy controllers with CAM
  90. options ATA_STATIC_ID # Static device numbering
  91. device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
  92. device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
  93.  
  94. # SCSI Controllers
  95. #device ahb # EISA AHA1742 family
  96. #device ahc # AHA2940 and onboard AIC7xxx devices
  97. #options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
  98. # output. Adds ~128k to driver.
  99. #device ahd # AHA39320/29320 and onboard AIC79xx devices
  100. #options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
  101. # output. Adds ~215k to driver.
  102. #device esp # AMD Am53C974 (Tekram DC-390(T))
  103. #device hptiop # Highpoint RocketRaid 3xxx series
  104. #device isp # Qlogic family
  105. #device ispfw # Firmware for QLogic HBAs- normally a module
  106. #device mpt # LSI-Logic MPT-Fusion
  107. #device ncr # NCR/Symbios Logic
  108. #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
  109. #device trm # Tekram DC395U/UW/F DC315U adapters
  110.  
  111. #device adv # Advansys SCSI adapters
  112. #device adw # Advansys wide SCSI adapters
  113. #device aha # Adaptec 154x SCSI adapters
  114. #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
  115. #device bt # Buslogic/Mylex MultiMaster SCSI adapters
  116.  
  117. #device ncv # NCR 53C500
  118. #device nsp # Workbit Ninja SCSI-3
  119. #device stg # TMC 18C30/18C50
  120.  
  121. # ATA/SCSI peripherals
  122. device scbus # SCSI bus (required for ATA/SCSI)
  123. #device ch # SCSI media changers
  124. device da # Direct Access (disks)
  125. #device sa # Sequential Access (tape etc)
  126. #device cd # CD
  127. #device pass # Passthrough device (direct ATA/SCSI access)
  128. #device ses # SCSI Environmental Services (and SAF-TE)
  129.  
  130. # RAID controllers interfaced to the SCSI subsystem
  131. #device amr # AMI MegaRAID
  132. #device arcmsr # Areca SATA II RAID
  133. #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
  134. #device ciss # Compaq Smart RAID 5*
  135. #device dpt # DPT Smartcache III, IV - See NOTES for options
  136. #device hptmv # Highpoint RocketRAID 182x
  137. #device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
  138. #device iir # Intel Integrated RAID
  139. #device ips # IBM (Adaptec) ServeRAID
  140. #device mly # Mylex AcceleRAID/eXtremeRAID
  141. #device twa # 3ware 9000 series PATA/SATA RAID
  142. #device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
  143.  
  144. # RAID controllers
  145. #device aac # Adaptec FSA RAID
  146. #device aacp # SCSI passthrough for aac (requires CAM)
  147. #device ida # Compaq Smart RAID
  148. #device mfi # LSI MegaRAID SAS
  149. #device mlx # Mylex DAC960 family
  150. #device pst # Promise Supertrak SX6000
  151. #device twe # 3ware ATA RAID
  152.  
  153. # atkbdc0 controls both the keyboard and the PS/2 mouse
  154. device atkbdc # AT keyboard controller
  155. device atkbd # AT keyboard
  156. device psm # PS/2 mouse
  157.  
  158. device kbdmux # keyboard multiplexer
  159.  
  160. device vga # VGA video card driver
  161.  
  162. device splash # Splash screen and screen saver support
  163.  
  164. # syscons is the default console driver, resembling an SCO console
  165. device sc
  166. options SC_PIXEL_MODE # add support for the raster text mode
  167.  
  168. device agp # support several AGP chipsets
  169.  
  170. # Power management support (see NOTES for more options)
  171. #device apm
  172. # Add suspend/resume support for the i8254.
  173. device pmtimer
  174.  
  175. # PCCARD (PCMCIA) support
  176. # PCMCIA and cardbus bridge support
  177. #device cbb # cardbus (yenta) bridge
  178. #device pccard # PC Card (16-bit) bus
  179. #device cardbus # CardBus (32-bit) bus
  180.  
  181. # Serial (COM) ports
  182. #device uart # Generic UART driver
  183.  
  184. # Parallel port
  185. #device ppc
  186. #device ppbus # Parallel port bus (required)
  187. #device lpt # Printer
  188. #device plip # TCP/IP over parallel
  189. #device ppi # Parallel port interface device
  190. #device vpo # Requires scbus and da
  191.  
  192. #device puc # Multi I/O cards and multi-channel UARTs
  193.  
  194. # PCI Ethernet NICs.
  195. #device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
  196. #device de # DEC/Intel DC21x4x (``Tulip'')
  197. device em # Intel PRO/1000 Gigabit Ethernet Family
  198. #device igb # Intel PRO/1000 PCIE Server Gigabit Family
  199. #device ixgb # Intel PRO/10GbE Ethernet Card
  200. #device le # AMD Am7900 LANCE and Am79C9xx PCnet
  201. #device ti # Alteon Networks Tigon I/II gigabit Ethernet
  202. #device txp # 3Com 3cR990 (``Typhoon'')
  203. #device vx # 3Com 3c590, 3c595 (``Vortex'')
  204.  
  205. # PCI Ethernet NICs that use the common MII bus controller code.
  206. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  207. #device miibus # MII bus support
  208. #device ae # Attansic/Atheros L2 FastEthernet
  209. #device age # Attansic/Atheros L1 Gigabit Ethernet
  210. #device alc # Atheros AR8131/AR8132 Ethernet
  211. #device ale # Atheros AR8121/AR8113/AR8114 Ethernet
  212. #device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
  213. #device bfe # Broadcom BCM440x 10/100 Ethernet
  214. #device bge # Broadcom BCM570xx Gigabit Ethernet
  215. #device dc # DEC/Intel 21143 and various workalikes
  216. #device et # Agere ET1310 10/100/Gigabit Ethernet
  217. #device fxp # Intel EtherExpress PRO/100B (82557, 82558)
  218. #device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
  219. #device lge # Level 1 LXT1001 gigabit Ethernet
  220. #device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
  221. #device nfe # nVidia nForce MCP on-board Ethernet
  222. #device nge # NatSemi DP83820 gigabit Ethernet
  223. #device nve # nVidia nForce MCP on-board Ethernet Networking
  224. #device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
  225. #device re # RealTek 8139C+/8169/8169S/8110S
  226. #device rl # RealTek 8129/8139
  227. #device sf # Adaptec AIC-6915 (``Starfire'')
  228. #device sge # Silicon Integrated Systems SiS190/191
  229. #device sis # Silicon Integrated Systems SiS 900/SiS 7016
  230. #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
  231. #device ste # Sundance ST201 (D-Link DFE-550TX)
  232. #device stge # Sundance/Tamarack TC9021 gigabit Ethernet
  233. #device tl # Texas Instruments ThunderLAN
  234. #device tx # SMC EtherPower II (83c170 ``EPIC'')
  235. #device vge # VIA VT612x gigabit Ethernet
  236. #device vr # VIA Rhine, Rhine II
  237. #device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
  238. #device wb # Winbond W89C840F
  239. #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
  240.  
  241. # ISA Ethernet NICs. pccard NICs included.
  242. #device cs # Crystal Semiconductor CS89x0 NIC
  243. # 'device ed' requires 'device miibus'
  244. #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
  245. #device ex # Intel EtherExpress Pro/10 and Pro/10+
  246. #device ep # Etherlink III based cards
  247. #device fe # Fujitsu MB8696x based cards
  248. #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
  249. #device sn # SMC's 9000 series of Ethernet chips
  250. #device xe # Xircom pccard Ethernet
  251.  
  252. # Wireless NIC cards
  253. #device wlan # 802.11 support
  254. #options IEEE80211_DEBUG # enable debug msgs
  255. #options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
  256. #options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
  257. #device wlan_wep # 802.11 WEP support
  258. #device wlan_ccmp # 802.11 CCMP support
  259. #device wlan_tkip # 802.11 TKIP support
  260. #device wlan_amrr # AMRR transmit rate control algorithm
  261. #device an # Aironet 4500/4800 802.11 wireless NICs.
  262. #device ath # Atheros NIC's
  263. #device ath_pci # Atheros pci/cardbus glue
  264. #device ath_hal # pci/cardbus chip support
  265. #options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
  266. #device ath_rate_sample # SampleRate tx rate control for ath
  267. #device bwi # Broadcom BCM430x/BCM431x wireless NICs.
  268. #device bwn # Broadcom BCM43xx wireless NICs.
  269. #device ipw # Intel 2100 wireless NICs.
  270. #device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
  271. #device iwn # Intel 4965/1000/5000/6000 wireless NICs.
  272. #device malo # Marvell Libertas wireless NICs.
  273. #device mwl # Marvell 88W8363 802.11n wireless NICs.
  274. #device ral # Ralink Technology RT2500 wireless NICs.
  275. #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
  276. #device wl # Older non 802.11 Wavelan wireless NIC.
  277. #device wpi # Intel 3945ABG wireless NICs.
  278.  
  279. # Pseudo devices.
  280. device loop # Network loopback
  281. device random # Entropy device
  282. device ether # Ethernet support
  283. device vlan # 802.1Q VLAN support
  284. device tun # Packet tunnel.
  285. device pty # BSD-style compatibility pseudo ttys
  286. device md # Memory "disks"
  287. device gif # IPv6 and IPv4 tunneling
  288. device faith # IPv6-to-IPv4 relaying (translation)
  289. device firmware # firmware assist module
  290.  
  291. # The `bpf' device enables the Berkeley Packet Filter.
  292. # Be aware of the administrative consequences of enabling this!
  293. # Note that 'bpf' is required for DHCP.
  294. device bpf # Berkeley packet filter
  295.  
  296. # USB support
  297. options USB_DEBUG # enable debug msgs
  298. device uhci # UHCI PCI->USB interface
  299. device ohci # OHCI PCI->USB interface
  300. device ehci # EHCI PCI->USB interface (USB 2.0)
  301. device xhci # XHCI PCI->USB interface (USB 3.0)
  302. device usb # USB Bus (required)
  303. #device udbp # USB Double Bulk Pipe devices (needs netgraph)
  304. device uhid # "Human Interface Devices"
  305. device ukbd # Keyboard
  306. device ulpt # Printer
  307. device umass # Disks/Mass storage - Requires scbus and da
  308. device ums # Mouse
  309. device urio # Diamond Rio 500 MP3 player
  310. # USB Serial devices
  311. device u3g # USB-based 3G modems (Option, Huawei, Sierra)
  312. device uark # Technologies ARK3116 based serial adapters
  313. device ubsa # Belkin F5U103 and compatible serial adapters
  314. device uftdi # For FTDI usb serial adapters
  315. device uipaq # Some WinCE based devices
  316. device uplcom # Prolific PL-2303 serial adapters
  317. device uslcom # SI Labs CP2101/CP2102 serial adapters
  318. device uvisor # Visor and Palm devices
  319. device uvscom # USB serial support for DDI pocket's PHS
  320. # USB Ethernet, requires miibus
  321. #device aue # ADMtek USB Ethernet
  322. #device axe # ASIX Electronics USB Ethernet
  323. #device cdce # Generic USB over Ethernet
  324. #device cue # CATC USB Ethernet
  325. #device kue # Kawasaki LSI USB Ethernet
  326. #device rue # RealTek RTL8150 USB Ethernet
  327. #device udav # Davicom DM9601E USB
  328. # USB Wireless
  329. #device rum # Ralink Technology RT2501USB wireless NICs
  330. #device run # Ralink Technology RT2700/RT2800/RT3000 NICs.
  331. #device uath # Atheros AR5523 wireless NICs
  332. #device upgt # Conexant/Intersil PrismGT wireless NICs.
  333. #device ural # Ralink Technology RT2500USB wireless NICs
  334. #device urtw # Realtek RTL8187B/L wireless NICs
  335. #device zyd # ZyDAS zd1211/zd1211b wireless NICs
  336.  
  337. # FireWire support
  338. #device firewire # FireWire bus code
  339. # sbp(4) works for some systems but causes boot failure on others
  340. #device sbp # SCSI over FireWire (Requires scbus and da)
  341. #device fwe # Ethernet over FireWire (non-standard!)
  342. #device fwip # IP over FireWire (RFC 2734,3146)
  343. #device dcons # Dumb console driver
  344. #device dcons_crom # Configuration ROM for dcons
  345.  
  346. # Sound support
  347. #device sound # Generic sound driver (required)
  348. #device snd_es137x # Ensoniq AudioPCI ES137x
  349. #device snd_hda # Intel High Definition Audio
  350. #device snd_ich # Intel, NVidia and other ICH AC'97 Audio
  351. #device snd_uaudio # USB Audio
  352. #device snd_via8233 # VIA VT8233x Audio
Advertisement
Add Comment
Please, Sign In to add comment