Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167314788
D58997.id184379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
862 B
Referenced Files
None
Subscribers
None
D58997.id184379.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D58997: intelspi: add Broxton SPI controller IDs
Attached
Detach File
Event Timeline
Log In to Comment