Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2024 01:15:10 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8ecb74942506 - main - ichsmb: add Cedar Fork PCI id
Message-ID:  <202402100115.41A1FAXC007276@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=8ecb749425067c209b5e84812c66a88725281350

commit 8ecb749425067c209b5e84812c66a88725281350
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-02-09 16:52:41 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-02-10 01:14:27 +0000

    ichsmb: add Cedar Fork PCI id
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/dev/ichsmb/ichsmb_pci.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
index 4d4cc9be70e5..675a15daaf1b 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -108,6 +108,7 @@
 #define	ID_TIGERLAKE			0xa0a3
 #define	ID_TIGERLAKE2			0x43a3
 #define	ID_GEMINILAKE			0x31d4
+#define	ID_CEDARFORK			0x18df
 #define	ID_ICELAKE			0x34a3
 #define	ID_ALDERLAKE			0x7aa3
 #define	ID_ALDERLAKE2			0x51a3
@@ -204,6 +205,8 @@ static const struct pci_device_table ichsmb_devices[] = {
 	  PCI_DESCR("Intel Tiger Lake SMBus controller") },
 	{ PCI_DEV(PCI_VENDOR_INTEL, ID_GEMINILAKE),
 	  PCI_DESCR("Intel Gemini Lake SMBus controller") },
+	{ PCI_DEV(PCI_VENDOR_INTEL, ID_CEDARFORK),
+	  PCI_DESCR("Intel Cedar Fork SMBus controller") },
 	{ PCI_DEV(PCI_VENDOR_INTEL, ID_ICELAKE),
 	  PCI_DESCR("Intel Ice Lake SMBus controller") },
 	{ PCI_DEV(PCI_VENDOR_INTEL, ID_ALDERLAKE),



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