superio: Add device ID for ITE IT8613

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39969
This commit is contained in:
Johannes Totz 2023-05-25 10:23:06 -04:00 committed by Ed Maste
parent 6d204407ec
commit 5804b7ab37

View file

@ -295,6 +295,10 @@ static const struct {
const char *descr;
const struct sio_device *devices;
} superio_table[] = {
{
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8613,
.devices = ite_devices,
},
{
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8712,
.devices = ite_devices,