From eafe889c249eff22a20e92554537f78f68c3ea62 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Mon, 9 Nov 2020 20:47:42 -0500 Subject: [PATCH] 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. --- build/profiles/freenas/config.pyd | 2 -- build/profiles/freenas/kernel/TRUENAS.amd64 | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build/profiles/freenas/config.pyd b/build/profiles/freenas/config.pyd index a026585..ad9f999 100644 --- a/build/profiles/freenas/config.pyd +++ b/build/profiles/freenas/config.pyd @@ -82,9 +82,7 @@ kernel_modules = [ "mlx4ib", "mlx5ib", "mthca", - "ocs_fc", "qlxgbe", - "smartpqi", ] # World/kernel build configuration diff --git a/build/profiles/freenas/kernel/TRUENAS.amd64 b/build/profiles/freenas/kernel/TRUENAS.amd64 index 1d962d3..5beae05 100644 --- a/build/profiles/freenas/kernel/TRUENAS.amd64 +++ b/build/profiles/freenas/kernel/TRUENAS.amd64 @@ -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.