Add ITOX STAR, a STPC Client machine with hardware monitoring and AMIBIOS 6

This commit is contained in:
RichardG867
2020-07-06 21:12:09 -03:00
parent 18a3e4795c
commit 710796a180
4 changed files with 67 additions and 2 deletions

View File

@@ -558,6 +558,20 @@ stpc_init(const device_t *info)
}
const device_t stpc_client_device =
{
"STPC Client",
DEVICE_PCI,
0,
stpc_init,
stpc_close,
stpc_reset,
NULL,
NULL,
NULL,
NULL
};
const device_t stpc_consumer2_device =
{
"STPC Consumer-II",