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 padlock_rng # VIA Padlock RNG
117 device rdrand_rng # Intel Bull Mountain RNG
118 device ether # Ethernet support
120 # The `bpf' device enables the Berkeley Packet Filter.
123 device bpf # Berkeley packet filter
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
133 device kvm_clock # KVM paravirtual clock driver
139 device xenefi # Xen EFI timer device
140 device xenpci # Xen HVM Hypervisor services driver
141 device xentimer # Xen x86 PV timer device
145 device evdev # input event device support
146 device uinput # install /dev/uinput cdev
149 device nvme # base NVMe driver
152 device ahci # AHCI-compatible SATA controllers
155 device scbus # SCSI bus (required for ATA/SCSI)
156 device da # Direct Access (disks)
157 device cd # CD
158 device pass # Passthrough device (direct ATA/SCSI access)