git: 6d4b45ac5c6c - main - intelspi: add Meteor Lake SPI controller IDs
Adrian Chadd <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a890cc9.3a37d.3e00e17a__47848.0841544055$1787366685$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=6d4b45ac5c6c7b01febda0185df420d08f80096b commit 6d4b45ac5c6c7b01febda0185df420d08f80096b Author: Abdelkader Boudih <[email protected]> AuthorDate: 2026-08-22 02:28:05 +0000 Commit: Adrian Chadd <[email protected]> CommitDate: 2026-08-22 02:28:09 +0000 intelspi: add Meteor Lake SPI controller IDs Add PCI device IDs for Meteor Lake-generation LPSS peripheral SPI controllers. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D59008 --- sys/dev/intel/spi_pci.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c index 03c9b1cc021b..1bb72cff1157 100644 --- a/sys/dev/intel/spi_pci.c +++ b/sys/dev/intel/spi_pci.c @@ -91,6 +91,13 @@ static struct intelspi_pci_device { { 0x7aab8086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-7" }, { 0x7af98086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-8" }, { 0x7afb8086, SPI_SUNRISEPOINT, "Intel Alder Lake SPI Controller-9" }, + { 0x7e278086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-0" }, + { 0x7e308086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-1" }, + { 0x7e468086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-2" }, + { 0x7f2a8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-3" }, + { 0x7f2b8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-4" }, + { 0x7f5e8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-5" }, + { 0x7f5f8086, SPI_SUNRISEPOINT, "Intel Meteor Lake SPI Controller-6" }, { 0x98aa8086, SPI_SUNRISEPOINT, "Intel Lakefield SPI Controller" }, { 0x9c658086, SPI_LYNXPOINT, "Intel Lynx Point-LP SPI Controller-0" }, { 0x9c668086, SPI_LYNXPOINT, "Intel Lynx Point-LP SPI Controller-1" },