DEFAULTS 372 B

123456789101112131415161718
  1. #
  2. # DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
  3. #
  4. # Pseudo devices.
  5. device mem # Memory and kernel memory devices
  6. # UART chips on this platform
  7. device uart_ns8250
  8. options GEOM_PART_BSD
  9. options GEOM_PART_MBR
  10. # Default congestion control algorithm
  11. options CC_CUBIC # include CUBIC congestion control
  12. options NETLINK # netlink(4) support