NOTES 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. #
  2. # This file contains machine dependent kernel configuration notes. For
  3. # machine independent notes, look in /sys/conf/NOTES.
  4. #
  5. # Enable the kernel DTrace hooks which are required to load the DTrace
  6. # kernel modules.
  7. #
  8. options KDTRACE_HOOKS
  9. # DTrace core
  10. # NOTE: introduces CDDL-licensed components into the kernel
  11. #device dtrace
  12. # DTrace modules
  13. #device dtrace_profile
  14. #device dtrace_sdt
  15. #device dtrace_fbt
  16. #device dtrace_systrace
  17. #device dtrace_prototype
  18. #device dtnfscl
  19. #device dtmalloc
  20. # Alternatively include all the DTrace modules
  21. #device dtraceall
  22. #####################################################################
  23. # CPU OPTIONS
  24. # You must specify a machine directive to choose powerpc or powerpc64
  25. #machine powerpc powerpc[64]
  26. #
  27. # You must specify at least one CPU (the one you intend to run on).
  28. cpu AIM
  29. #cpu BOOKE_E500
  30. options FPU_EMU
  31. #options MPC85XX
  32. options POWERMAC #NewWorld Apple PowerMacs
  33. #options PS3 #Sony Playstation 3
  34. options PSIM #GDB PSIM ppc simulator
  35. options MAMBO #IBM Mambo Full System Simulator
  36. options QEMU #QEMU processor emulator
  37. # The cpufreq(4) driver provides support for CPU frequency control
  38. device cpufreq
  39. # Standard busses
  40. device agp
  41. device glc # Sony Playstation 3 Ethernet
  42. device kiic # Apple Keywest I2C Controller
  43. device ofwd # Open Firmware disks
  44. device adb # Apple Desktop Bus
  45. device cuda # VIA-CUDA ADB interface
  46. device ad7417 # PowerMac7,2 temperature sensor
  47. device ds1631 # PowerMac11,2 temperature sensor
  48. device ds1775 # PowerMac7,2 temperature sensor
  49. device fcu # Apple Fan Control Unit
  50. device max6690 # PowerMac7,2 temperature sensor
  51. device pmu # Apple Power Management Unit
  52. device smu # Apple System Management Unit
  53. device snd_ai2s # Apple I2S Audio
  54. device snd_davbus # Apple Davbus Audio
  55. device adm1030 # Apple G4 MDD fan controller
  56. # Backlight subsystem
  57. device backlight
  58. #####################################################################
  59. # Devices we don't want to deal with
  60. nodevice ccr
  61. nodevice cxgbe # XXX: builds on powerpc64 only.
  62. nodevice cxgbev
  63. nodevice bnxt
  64. nodevice mpr # no 64-bit atomics
  65. nodevice mps # no 64-bit atomics
  66. nodevice ppc
  67. # sound
  68. nodevice snd_cmi
  69. # wants gdb_cur
  70. nodevice dcons
  71. nodevice dcons_crom
  72. #####################################################################
  73. # Options we don't want to deal with
  74. nooption PPC_DEBUG
  75. nooption PPC_PROBE_CHIPSET # uses inb/outb