ichsmb: add PCI device ID for Intel Sunrise Point-H SMBus controller

MFC after:	3 days
Sponsored by:	Dell Inc.
This commit is contained in:
Eric van Gyzen 2016-02-16 02:23:39 +00:00
parent 9d8a81b4e4
commit bb51c27943
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295651

View File

@ -92,6 +92,7 @@ __FBSDID("$FreeBSD$");
#define ID_WCPT 0x8ca28086
#define ID_WCPTLP 0x9ca28086
#define ID_WELLSBURG 0x8d228086
#define ID_SRPT 0xa1238086
#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00
@ -216,6 +217,9 @@ ichsmb_pci_probe(device_t dev)
case ID_WELLSBURG:
device_set_desc(dev, "Intel Wellsburg SMBus controller");
break;
case ID_SRPT:
device_set_desc(dev, "Intel Sunrise Point-H SMBus controller");
break;
default:
return (ENXIO);
}