Lines Matching +full:virtio +full:- +full:pci
2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/amd64
9 # o (non-loaded) random is included due to uncertainty...
17 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
33 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
37 options NUMA # Non-Uniform Memory Architecture support
47 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
60 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
79 # Make an SMP-capable kernel by default
88 device pci
125 # VirtIO support
126 device virtio # Generic VirtIO bus (required)
127 device virtio_pci # VirtIO PCI device
128 device vtnet # VirtIO Ethernet device
129 device virtio_blk # VirtIO Block device
130 device virtio_balloon # VirtIO Memory Balloon device
152 device ahci # AHCI-compatible SATA controllers