mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
Add ice(4), ocs_fc(4) and smartpqi(4) drivers into the kernel.
Since we have no ZFS in kernel any more, we have space for some more hardware drivers. ice(4) is just a new one, so we'd need it any way.
This commit is contained in:
@@ -82,9 +82,7 @@ kernel_modules = [
|
||||
"mlx4ib",
|
||||
"mlx5ib",
|
||||
"mthca",
|
||||
"ocs_fc",
|
||||
"qlxgbe",
|
||||
"smartpqi",
|
||||
]
|
||||
|
||||
# World/kernel build configuration
|
||||
|
||||
@@ -136,7 +136,7 @@ device mpr # LSI-Logic MPT-Fusion 3
|
||||
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
|
||||
#device trm # Tekram DC395U/UW/F DC315U adapters
|
||||
device isci # Intel C600 SAS controller
|
||||
#device ocs_fc # Emulex FC adapters
|
||||
device ocs_fc # Emulex FC adapters
|
||||
|
||||
# ATA/SCSI peripherals
|
||||
device scbus # SCSI bus (required for ATA/SCSI)
|
||||
@@ -161,7 +161,7 @@ device iir # Intel Integrated RAID
|
||||
device ips # IBM (Adaptec) ServeRAID
|
||||
#device mly # Mylex AcceleRAID/eXtremeRAID
|
||||
device twa # 3ware 9000 series PATA/SATA RAID
|
||||
#device smartpqi # Microsemi smartpqi driver
|
||||
device smartpqi # Microsemi smartpqi driver
|
||||
device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
|
||||
|
||||
# RAID controllers
|
||||
@@ -230,6 +230,7 @@ device ix # Intel PRO/10GbE PCIE PF Ethernet
|
||||
device ixv # Intel PRO/10GbE PCIE VF Ethernet
|
||||
device ixl # Intel 700 Series Physical Function
|
||||
device iavf # Intel Adaptive Virtual Function
|
||||
device ice # Intel 800 Series Physical Function
|
||||
device vmx # VMware VMXNET3 Ethernet
|
||||
|
||||
# PCI Ethernet NICs.
|
||||
|
||||
Reference in New Issue
Block a user