Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cpu HAMMER
- ident VPS
- options SCHED_ULE # ULE scheduler
- options PREEMPTION # Enable kernel thread preemption
- options INET # InterNETworking
- options INET6 # IPv6 communications protocols
- options SCTP # Stream Control Transmission Protocol
- options FFS # Berkeley Fast Filesystem
- options SOFTUPDATES # Enable FFS soft updates support
- options UFS_ACL # Support for access control lists
- options UFS_DIRHASH # Improve performance on big directories
- options UFS_GJOURNAL # Enable gjournal-based UFS journaling
- options PROCFS # Process filesystem (requires PSEUDOFS)
- options PSEUDOFS # Pseudo-filesystem framework
- options GEOM_PART_GPT # GUID Partition Tables.
- options GEOM_LABEL # Provides labelization
- options SYSVSHM # SYSV-style shared memory
- options SYSVMSG # SYSV-style message queues
- options SYSVSEM # SYSV-style semaphores
- options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
- options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
- options KBD_INSTALL_CDEV # install a CDEV entry in /dev
- options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
- options AUDIT # Security event auditing
- options MAC # TrustedBSD MAC Framework
- options INCLUDE_CONFIG_FILE # Include this file in kernel
- # Make an SMP-capable kernel by default
- options SMP # Symmetric MultiProcessor Kernel
- # CPU frequency control
- device cpufreq
- # Bus support.
- device acpi
- device pci
- # ATA controllers
- device ahci # AHCI-compatible SATA controllers
- device ata # Legacy ATA/SATA controllers
- options ATA_CAM # Handle legacy controllers with CAM
- options ATA_STATIC_ID # Static device numbering
- # SCSI controllers
- device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
- # ATA/SCSI peripherals
- device scbus # SCSI bus (required for ATA/SCSI)
- device da # Direct Access (disks)
- device cd # CD
- device pass # Passthrough device (direct ATA/SCSI access)
- device ses # SCSI Environmental Services (and SAF-TE)
- # atkbdc0 controls both the keyboard and the PS/2 mouse
- device atkbdc # AT keyboard controller
- device atkbd # AT keyboard
- device psm # PS/2 mouse
- device kbdmux # keyboard multiplexer
- device vga # VGA video card driver
- device splash # Splash screen and screen saver support
- # syscons is the default console driver, resembling an SCO console
- device sc
- options SC_PIXEL_MODE # add support for the raster text mode
- device agp # support several AGP chipsets
- # Serial (COM) ports
- device uart # Generic UART driver
- # Parallel port
- device ppc
- device ppbus # Parallel port bus (required)
- device em # Intel PRO/1000 Gigabit Ethernet Family
- # Pseudo devices.
- device loop # Network loopback
- device random # Entropy device
- device ether # Ethernet support
- device vlan # 802.1Q VLAN support
- device tun # Packet tunnel.
- device pty # BSD-style compatibility pseudo ttys
- # The `bpf' device enables the Berkeley Packet Filter.
- # Be aware of the administrative consequences of enabling this!
- # Note that 'bpf' is required for DHCP.
- device bpf # Berkeley packet filter
- # USB support
- device uhci # UHCI PCI->USB interface
- device ohci # OHCI PCI->USB interface
- device ehci # EHCI PCI->USB interface (USB 2.0)
- device xhci # XHCI PCI->USB interface (USB 3.0)
- device usb # USB Bus (required)
- device uhid # "Human Interface Devices"
- device ukbd # Keyboard
- device umass # Disks/Mass storage - Requires scbus and da
- device ums # Mouse
Advertisement
Add Comment
Please, Sign In to add comment