diff --git a/10030-PATCH-hwdb-add-NebulaMatrix-vendor-info.patch b/10030-PATCH-hwdb-add-NebulaMatrix-vendor-info.patch new file mode 100644 index 0000000000000000000000000000000000000000..a9af201e069f2b033348c5ed12620b55e58945aa --- /dev/null +++ b/10030-PATCH-hwdb-add-NebulaMatrix-vendor-info.patch @@ -0,0 +1,69 @@ +From e4c9bcd33d0d53884815a77c4fcbac42ba90b29d Mon Sep 17 00:00:00 2001 +From: nebula_matrix_driver +Date: Wed, 16 Apr 2025 15:52:04 +0800 +Subject: [PATCH] [PATCH] hwdb: add NebulaMatrix vendor info + +Signed-off-by: nebula_matrix_driver +--- + hwdb/20-pci-vendor-model.hwdb | 3 +++ + hwdb/pci.ids | 36 +++++++++++++++++++++++++++++++++++ + 2 files changed, 39 insertions(+) + +diff --git a/hwdb/20-pci-vendor-model.hwdb b/hwdb/20-pci-vendor-model.hwdb +index 94e495c280..5c598e9592 100644 +--- a/hwdb/20-pci-vendor-model.hwdb ++++ b/hwdb/20-pci-vendor-model.hwdb +@@ -89182,3 +89182,6 @@ pci:v0000FFFEd00000710* + + pci:v0000FFFF* + ID_VENDOR_FROM_DATABASE=Illegal Vendor ID ++ ++pci:v00001F0F* ++ ID_VENDOR_FROM_DATABASE=NebulaMatrix Technology +diff --git a/hwdb/pci.ids b/hwdb/pci.ids +index 40ee143fc5..47a661589b 100644 +--- a/hwdb/pci.ids ++++ b/hwdb/pci.ids +@@ -30419,3 +30419,39 @@ C 12 Processing accelerators + C 13 Non-Essential Instrumentation + C 40 Coprocessor + C ff Unassigned class ++1f0f NebulaMatrix Technology ++ 1041 D1055AS vDPA Ethernet Controller ++ 1f0f 0001 D1055AS vDPA Ethernet Controller ++ 1042 D1055AS vDPA Storage Controller ++ 1f0f 0001 D1055AS vDPA Storage Controller ++ 1220 D1055AS Ethernet Controller ++ 1221 D1055AS Ethernet Controller ++ 1222 D1055AS Ethernet Controller ++ 1223 D1055AS Ethernet Controller ++ 1600 M16104 Family ++ 1f0f 0001 M16104 Family ++ 1601 M16104 Family Virtual Function ++ 1f0f 0001 M16104 Family Virtual Function ++ 1a00 M16104 Family ++ 1f0f 0001 M16104 Family ++ 1a01 M16104 Family Virtual Function ++ 1f0f 0001 M16104 Family Virtual Function ++ 2022 D1055AS PCI Express Switch Upstream Port ++ 3403 M18110 Family ++ 3404 M18110 Lx Family ++ 3405 M18110 Family BASE-T ++ 3406 M18110 Lx Family BASE-T ++ 3407 M18110 Family OCP ++ 3408 M18110 Lx Family OCP ++ 3409 M18110 Family BASE-T OCP ++ 340a M18110 Lx Family BASE-T OCP ++ 340b M18120 Family ++ 340c M18120 Lx Family ++ 340d M18120 Family BASE-T ++ 340e M18120 Lx Family BASE-T ++ 340f M18120 Family OCP ++ 3410 M18120 Lx Family OCP ++ 3411 M18120 Family BASE-T OCP ++ 3412 M18120 Lx Family BASE-T OCP ++ 3413 M18100 Family Virtual Function ++ 9088 D1055AS PCI Express Switch Downstream Port +-- +2.43.5 + diff --git a/systemd.spec b/systemd.spec index 21ebd0bc23b981bbd5a80b2672b6ae209c6aa00a..5b6a65c44c6aafc97696c24848f86e9eb404ca51 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 #global gitcommit 10e465b5321bd53c1fc59ffab27e724535c6bc0f %{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})} @@ -1104,6 +1104,7 @@ Patch10026: 10026-cryptsetup-port-cryptsetup-s-main-key-file-logic-ov.patch Patch10027: 10027-fix-compilation-without-utmp.patch Patch10028: 10028-cgroup-drastically-simplify-caching-of-cgroups-membe.patch Patch10029: 10029-core-udev-remove-old-device-on-move-event.patch +Patch10030: 10030-PATCH-hwdb-add-NebulaMatrix-vendor-info.patch Patch20001: 20001-hwdb-parse_hwdb_dot_py.patch # Patch20002: 20002-cgroup-do-not-refresh-cgroup-devices-config-when-dae.patch @@ -1837,6 +1838,9 @@ fi %files tests -f .file-list-tests %changelog +* Wed April 16 2025 nebula_matrix_driver - 239-82.0.3.3 +- add NebulaMatrix vendor info + * Wed Dec 24 2024 Yuanhong Peng - 239-82.0.3.3 - core: fix a null reference case in load_from_path() - sysctl: Don't pass null directive argument to '%s'