Lines Matching +full:virtio +full:- +full:device
2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/i386
13 # o (non-loaded) random is included due to uncertainty...
21 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
29 # device lines is also present in the ../../conf/NOTES and NOTES files.
39 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
53 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
55 options MD_ROOT # MD is a potential root device
65 options SYSVSHM # SYSV-style shared memory
66 options SYSVMSG # SYSV-style message queues
67 options SYSVSEM # SYSV-style semaphores
68 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
87 # Make an SMP-capable kernel by default
89 device apic
92 device cpufreq
95 device acpi
96 device smbios
97 device pci
100 device atkbdc # AT keyboard controller
101 device atkbd # AT keyboard
102 device psm # PS/2 mouse
104 device kbdmux # keyboard multiplexer
107 device vga # VGA video card driver
108 device splash # Splash screen and screen saver support
109 device sc
113 device vt
114 device vt_vga
115 device vt_efifb
116 device vt_vbefb
118 device agp # support several AGP chipsets
121 device uart # Generic UART driver
124 device loop # Network loopback
125 device padlock_rng # VIA Padlock RNG
126 device rdrand_rng # Intel Bull Mountain RNG
127 device ether # Ethernet support
129 # The `bpf' device enables the Berkeley Packet Filter.
132 device bpf # Berkeley packet filter
134 # VirtIO support
135 device virtio # Generic VirtIO bus (required)
136 device virtio_pci # VirtIO PCI device
137 device vtnet # VirtIO Ethernet device
138 device virtio_blk # VirtIO Block device
139 device virtio_balloon # VirtIO Memory Balloon device
142 device kvm_clock # KVM paravirtual clock driver
148 device xenpci # Xen HVM Hypervisor services driver
149 device xentimer # Xen x86 PV timer device
153 device evdev # input event device support
154 device uinput # install /dev/uinput cdev
157 device nvme # base NVMe driver
160 device ahci # AHCI-compatible SATA controllers
163 device scbus # SCSI bus (required for ATA/SCSI)
164 device da # Direct Access (disks)
165 device cd # CD
166 device pass # Passthrough device (direct ATA/SCSI access)