GENERIC (4e1bc9a039df516be13abb902ab76677fef81b1d) | GENERIC (f4c1eac7cd78c3a3293045ade4f81ec7b335312d) |
---|---|
1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/i386 3# 4# For more information on this file, please read the config(5) manual page, 5# and/or the handbook section on Kernel Configuration Files: 6# 7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8# --- 161 unchanged lines hidden (view full) --- 170# RAID controllers 171device aac # Adaptec FSA RAID 172device aacp # SCSI passthrough for aac (requires CAM) 173device aacraid # Adaptec by PMC RAID 174device ida # Compaq Smart RAID 175device mfi # LSI MegaRAID SAS 176device mlx # Mylex DAC960 family 177device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s | 1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/i386 3# 4# For more information on this file, please read the config(5) manual page, 5# and/or the handbook section on Kernel Configuration Files: 6# 7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8# --- 161 unchanged lines hidden (view full) --- 170# RAID controllers 171device aac # Adaptec FSA RAID 172device aacp # SCSI passthrough for aac (requires CAM) 173device aacraid # Adaptec by PMC RAID 174device ida # Compaq Smart RAID 175device mfi # LSI MegaRAID SAS 176device mlx # Mylex DAC960 family 177device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s |
178device pmspcv # PMC-Sierra SAS/SATA Controller driver | |
179device pst # Promise Supertrak SX6000 180device twe # 3ware ATA RAID 181 182# NVM Express (NVMe) support 183device nvme # base NVMe driver 184device nvd # expose NVMe namespace as disks, depends on nvme 185 186# atkbdc0 controls both the keyboard and the PS/2 mouse --- 188 unchanged lines hidden (view full) --- 375# Xen HVM Guest Optimizations 376# NOTE: XENHVM depends on xenpci. They must be added or removed together. 377options XENHVM # Xen HVM kernel infrastructure 378device xenpci # Xen HVM Hypervisor services driver 379 380# VMware support 381device vmx # VMware VMXNET3 Ethernet 382 | 178device pst # Promise Supertrak SX6000 179device twe # 3ware ATA RAID 180 181# NVM Express (NVMe) support 182device nvme # base NVMe driver 183device nvd # expose NVMe namespace as disks, depends on nvme 184 185# atkbdc0 controls both the keyboard and the PS/2 mouse --- 188 unchanged lines hidden (view full) --- 374# Xen HVM Guest Optimizations 375# NOTE: XENHVM depends on xenpci. They must be added or removed together. 376options XENHVM # Xen HVM kernel infrastructure 377device xenpci # Xen HVM Hypervisor services driver 378 379# VMware support 380device vmx # VMware VMXNET3 Ethernet 381 |
383# The cypto framework is required by IPSEC | 382# The crypto framework is required by IPSEC |
384device crypto # Required by IPSEC | 383device crypto # Required by IPSEC |