arachnid

kernel config

Jan 18th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ident k901
  2. machine amd64
  3. cpu HAMMER
  4. makeoptions WITH_CTF=1
  5. options USB_DEBUG
  6. options SC_PIXEL_MODE
  7. options ATA_STATIC_ID
  8. options ATA_CAM
  9. options SMP
  10. options INCLUDE_CONFIG_FILE
  11. options KDTRACE_HOOKS
  12. options KDTRACE_FRAME
  13. options MAC
  14. options AUDIT
  15. options HWPMC_HOOKS
  16. options KBD_INSTALL_CDEV
  17. options PRINTF_BUFR_SIZE=128
  18. options _KPOSIX_PRIORITY_SCHEDULING
  19. options SYSVSEM
  20. options SYSVMSG
  21. options SYSVSHM
  22. options STACK
  23. options KTRACE
  24. options SCSI_DELAY=5000
  25. options COMPAT_FREEBSD32
  26. options GEOM_LABEL
  27. options GEOM_PART_GPT
  28. options PSEUDOFS
  29. options PROCFS
  30. options CD9660
  31. options MSDOSFS
  32. options NFSLOCKD
  33. options NFSD
  34. options NFSCL
  35. options SCTP
  36. options INET6
  37. options INET
  38. options PREEMPTION
  39. options SCHED_ULE
  40. options LIBALIAS
  41. options IPFIREWALL_NAT
  42. options IPFIREWALL
  43. options TMPFS
  44. options LINPROCFS
  45. options COMPAT_LINUX32
  46. options NEW_PCIB
  47. options GEOM_PART_MBR
  48. options GEOM_PART_EBR_COMPAT
  49. options GEOM_PART_EBR
  50. options GEOM_PART_BSD
  51. device isa
  52. device mem
  53. device io
  54. device uart_ns8250
  55. device drm
  56. device radeondrm
  57. device cpufreq
  58. device acpi
  59. device pci
  60. device ahci
  61. device ata
  62. device scbus
  63. device da
  64. device cd
  65. device pass
  66. device atkbdc
  67. device atkbd
  68. device kbdmux
  69. device vga
  70. device splash
  71. device sc
  72. device agp
  73. device em
  74. device miibus
  75. device rl
  76. device loop
  77. device random
  78. device ether
  79. device vlan
  80. device tun
  81. device pty
  82. device md
  83. device gif
  84. device faith
  85. device firmware
  86. device bpf
  87. device uhci
  88. device ohci
  89. device ehci
  90. device xhci
  91. device usb
  92. device uhid
  93. device ukbd
  94. device ulpt
  95. device umass
  96. device ums
  97. device uark
  98. device ubsa
  99. device uftdi
  100. device uplcom
  101. device uslcom
  102. device uvisor
  103. device uvscom
  104. device firewire
  105. device fwe
  106. device fwip
  107. device dcons
  108. device dcons_crom
  109. device sound
  110. device snd_hda
Advertisement
Add Comment
Please, Sign In to add comment