Page MenuHomeFreeBSD

D58997.id184379.diff
No OneTemporary

D58997.id184379.diff

diff --git a/sys/dev/intel/spi_pci.c b/sys/dev/intel/spi_pci.c
--- a/sys/dev/intel/spi_pci.c
+++ b/sys/dev/intel/spi_pci.c
@@ -46,6 +46,12 @@
enum intelspi_vers vers;
const char *desc;
} intelspi_pci_devices[] = {
+ { 0x0ac28086, SPI_SUNRISEPOINT, "Intel Broxton SPI Controller-0" },
+ { 0x0ac48086, SPI_SUNRISEPOINT, "Intel Broxton SPI Controller-1" },
+ { 0x0ac68086, SPI_SUNRISEPOINT, "Intel Broxton SPI Controller-2" },
+ { 0x1ac28086, SPI_SUNRISEPOINT, "Intel Broxton SPI Controller-3" },
+ { 0x1ac48086, SPI_SUNRISEPOINT, "Intel Broxton SPI Controller-4" },
+ { 0x1ac68086, SPI_SUNRISEPOINT, "Intel Broxton SPI Controller-5" },
{ 0x31c28086, SPI_SUNRISEPOINT, "Intel Gemini Lake SPI Controller-0" },
{ 0x31c48086, SPI_SUNRISEPOINT, "Intel Gemini Lake SPI Controller-1" },
{ 0x31c68086, SPI_SUNRISEPOINT, "Intel Gemini Lake SPI Controller-2" },

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 21, 8:47 PM (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37007234
Default Alt Text
D58997.id184379.diff (862 B)

Event Timeline