Lines Matching +full:virtio +full:- +full:device

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
25 # device lines is also present in the ../../conf/NOTES and NOTES files.
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
49 options MD_ROOT # MD is a potential root device
60 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
79 # Make an SMP-capable kernel by default
83 device cpufreq
86 device acpi
88 device pci
91 device atkbdc # AT keyboard controller
92 device atkbd # AT keyboard
93 device psm # PS/2 mouse
95 device kbdmux # keyboard multiplexer
98 device vga # VGA video card driver
99 device splash # Splash screen and screen saver support
100 device sc
104 device vt
105 device vt_vga
106 device vt_efifb
107 device vt_vbefb
109 device agp # support several AGP chipsets
112 device uart # Generic UART driver
115 device loop # Network loopback
116 device rdrand_rng # Intel Bull Mountain RNG
117 device ether # Ethernet support
119 # The `bpf' device enables the Berkeley Packet Filter.
122 device bpf # Berkeley packet filter
124 # VirtIO support
125 device virtio # Generic VirtIO bus (required)
126 device virtio_pci # VirtIO PCI device
127 device vtnet # VirtIO Ethernet device
128 device virtio_blk # VirtIO Block device
129 device virtio_balloon # VirtIO Memory Balloon device
132 device kvm_clock # KVM paravirtual clock driver
138 device xenefi # Xen EFI timer device
139 device xenpci # Xen HVM Hypervisor services driver
140 device xentimer # Xen x86 PV timer device
144 device evdev # input event device support
145 device uinput # install /dev/uinput cdev
148 device nvme # base NVMe driver
151 device ahci # AHCI-compatible SATA controllers
154 device scbus # SCSI bus (required for ATA/SCSI)
155 device da # Direct Access (disks)
156 device cd # CD
157 device pass # Passthrough device (direct ATA/SCSI access)