Date: Mon, 01 Jun 2026 08:45:42 +0000 From: ShengYi Hung <aokblast@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4ccbceefeb0f - main - spi: Remove incorrect pci id Message-ID: <6a1d46b6.3210e.108cc6b7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=4ccbceefeb0f2898e2e4bb951862125d0bc5ce34 commit 4ccbceefeb0f2898e2e4bb951862125d0bc5ce34 Author: ShengYi Hung <aokblast@FreeBSD.org> AuthorDate: 2026-06-01 08:41:12 +0000 Commit: ShengYi Hung <aokblast@FreeBSD.org> CommitDate: 2026-06-01 08:45:20 +0000 spi: Remove incorrect pci id This id is for SPI flash instead of spi bus Fixes: 39e297bf54a5 ("ig4iic: Add PantherLake IDs") MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Sponsored by: Framework Computer Inc --- sys/dev/intel/spi_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c index 3780589d03e5..49fb9c14d268 100644 --- a/sys/dev/intel/spi_pci.c +++ b/sys/dev/intel/spi_pci.c @@ -58,7 +58,6 @@ static struct intelspi_pci_device { { 0xa2aa8086, SPI_SUNRISEPOINT, "Intel Kaby Lake-H SPI Controller-1" }, { 0xa3a98086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-0" }, { 0xa3aa8086, SPI_SUNRISEPOINT, "Intel Comet Lake-V SPI Controller-1" }, - { 0xe4238086, SPI_SUNRISEPOINT, "Intel Panther Lake-H SPI Controller" }, }; static inthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1d46b6.3210e.108cc6b7>
