mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
superio: Add device ID for ITE IT8613
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39969
This commit is contained in:
parent
6d204407ec
commit
5804b7ab37
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue