From 9ea3c7a8b788eff6fbef12cd9a98aa8980d284ef Mon Sep 17 00:00:00 2001 From: zhangzikang Date: Fri, 8 Mar 2024 17:26:50 +0800 Subject: [PATCH] Add huawei SP686C RAID and SP186 HBA info in pci.ids (cherry picked from commit 2a0bc6e88c3410b5538a4bbf64a280f1b0033cfc) --- ...C-RAID-and-SP186-HBA-info-in-pci-ids.patch | 36 +++++++++++++++++++ hwdata.spec | 7 ++-- 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids.patch diff --git a/enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids.patch b/enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids.patch new file mode 100644 index 0000000..4ef1746 --- /dev/null +++ b/enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids.patch @@ -0,0 +1,36 @@ +From fabf1369360048fd7243bdae336a184df10dbc73 Mon Sep 17 00:00:00 2001 +From: zhangzikang +Date: Fri, 8 Mar 2024 17:20:09 +0800 +Subject: [PATCH] enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids + +--- + pci.ids | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +diff --git a/pci.ids b/pci.ids +index b8efd0e..20b8250 100644 +--- a/pci.ids ++++ b/pci.ids +@@ -22929,8 +22929,19 @@ + 19e5 6213 NVMe SSD ES3500P V6 3840GB 2.5" U.2 + 19e5 6214 NVMe SSD ES3500P V6 7680GB 2.5" U.2 + 19e5 6215 NVMe SSD ES3500P V6 15360GB 2.5" U.2 ++ 3758 Huawei Server SP686C RAID Controller Card ++ 19e5 0185 RAID SP686C-M-16i 2G ++ 19e5 01a4 RAID SP686C-M-16i 4G ++ 19e5 01a8 RAID SP686C-MH-32i 4G ++ 19e5 01a1 RAID SP686C-M-40i 2G ++ 19e5 01ad RAID SP686C-M-40i 4G + 375e Hi1822 Family Virtual Function + 379e Hi1822 Family Virtual Function ++ 3858 Huawei Server SP186 HBA Controller Card ++ 19e5 0188 HBA SP186-M-8i ++ 19e5 0180 HBA SP186-M-16i ++ 19e5 0120 HBA SP186-M-32i ++ 19e5 0125 HBA SP186-M-40i + a120 HiSilicon PCIe Root Port with Gen4 + a121 HiSilicon PCI-PCI Bridge + a122 HiSilicon Embedded DMA Engine +-- +2.23.0 + diff --git a/hwdata.spec b/hwdata.spec index 95c0131..ec93151 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,7 +1,7 @@ Name: hwdata Summary: Hardware identification and configuration data Version: 0.353 -Release: 2 +Release: 3 License: GPL-2.0-or-later Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz URL: https://github.com/vcrhonek/hwdata @@ -9,7 +9,7 @@ BuildArch: noarch Patch9000: enhancement-update-Hi1822-info-in-pci-ids.patch Patch9001: bugfix-rename-some-pci-name.patch - +Patch9002: enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids.patch %description hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases. @@ -32,6 +32,9 @@ make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib %{_datadir}/%{name}/* %changelog +* Fri Mar 08 2024 zhangzikang - 0.353-3 +- Add Huawei SP686C RAID and SP186 HBA info in pci.ids + * Wed Aug 03 2022 liukuo - 0.353-2 - License compliance rectification -- Gitee