Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2025 11:42:05 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5c0182cbe5b4 - stable/14 - LinuxKPI: add ASMEDIA vendor ID for PCI
Message-ID:  <202504291142.53TBg5KP048394@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=5c0182cbe5b43e8eb6f1508408552cbe29547f30

commit 5c0182cbe5b43e8eb6f1508408552cbe29547f30
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-04-24 09:27:35 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-04-29 10:49:32 +0000

    LinuxKPI: add ASMEDIA vendor ID for PCI
    
    This is needed for rtw89 updates.
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    emaste, zarychtam_plan-b.pwste.edu.pl
    Differential Revision: https://reviews.freebsd.org/D50000
    
    (cherry picked from commit c8e2458de590d7427ef3311412b8ddbc326cd3b5)
---
 sys/compat/linuxkpi/common/include/linux/pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/pci_ids.h b/sys/compat/linuxkpi/common/include/linux/pci_ids.h
index 2f02d6ad1c14..e318f6f75ce7 100644
--- a/sys/compat/linuxkpi/common/include/linux/pci_ids.h
+++ b/sys/compat/linuxkpi/common/include/linux/pci_ids.h
@@ -46,6 +46,7 @@
 
 #define	PCI_VENDOR_ID_APPLE		0x106b
 #define	PCI_VENDOR_ID_ASUSTEK		0x1043
+#define	PCI_VENDOR_ID_ASMEDIA		0x1b21
 #define	PCI_VENDOR_ID_ATHEROS		0x168c
 #define	PCI_VENDOR_ID_ATI		0x1002
 #define	PCI_VENDOR_ID_BROADCOM			0x14e4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504291142.53TBg5KP048394>