!27 [sync] PR-23: Add huawei SP686C RAID and SP186 HBA info in pci.ids

From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2024-03-09 02:48:09 +00:00 committed by Gitee
commit 42dfcaacea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 41 additions and 2 deletions

View File

@ -0,0 +1,36 @@
From fabf1369360048fd7243bdae336a184df10dbc73 Mon Sep 17 00:00:00 2001
From: zhangzikang <zhangzikang@kylinos.cn>
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

View File

@ -1,7 +1,7 @@
Name: hwdata Name: hwdata
Summary: Hardware identification and configuration data Summary: Hardware identification and configuration data
Version: 0.353 Version: 0.353
Release: 2 Release: 3
License: GPL-2.0-or-later License: GPL-2.0-or-later
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz Source: https://github.com/vcrhonek/hwdata/archive/v%{version}.tar.gz
URL: https://github.com/vcrhonek/hwdata URL: https://github.com/vcrhonek/hwdata
@ -9,7 +9,7 @@ BuildArch: noarch
Patch9000: enhancement-update-Hi1822-info-in-pci-ids.patch Patch9000: enhancement-update-Hi1822-info-in-pci-ids.patch
Patch9001: bugfix-rename-some-pci-name.patch Patch9001: bugfix-rename-some-pci-name.patch
Patch9002: enhancement-add-huawei-SP686C-RAID-and-SP186-HBA-info-in-pci-ids.patch
%description %description
hwdata contains various hardware identification and configuration data, hwdata contains various hardware identification and configuration data,
such as the pci.ids and usb.ids databases. such as the pci.ids and usb.ids databases.
@ -32,6 +32,9 @@ make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
%{_datadir}/%{name}/* %{_datadir}/%{name}/*
%changelog %changelog
* Fri Mar 08 2024 zhangzikang <zhangzikang@kylinos.cn> - 0.353-3
- Add Huawei SP686C RAID and SP186 HBA info in pci.ids
* Wed Aug 03 2022 liukuo <liukuo@kylinos.cn> - 0.353-2 * Wed Aug 03 2022 liukuo <liukuo@kylinos.cn> - 0.353-2
- License compliance rectification - License compliance rectification