![Arbor Technology FPC-8100 Series User Manual Download Page 105](http://html1.mh-extra.com/html/arbor-technology/fpc-8100-series/fpc-8100-series_user-manual_2963046105.webp)
- 93 -
Appendices
logic device – WDT */
outportb(sioData, 0x07);
outportb(sioIndex,
0xF6);
/*
Reset
WDT
Timeout Value */
outportb(sioData, iCount);
outportb(sioIndex,
0xAA);
/*
Disable
Super I/O */
}
int SioWDTCount(void)
{
int iData;
outportb(sioIndex,
0x87);
/*
Enable
Super I/O */
outportb(sioIndex, 0x87);
outportb(sioIndex, 0x07);
/*
Select
logic device – WDT */
outportb(sioData, 0x07);
outportb(sioIndex, 0xF6);
/* Get count
of timer */
iData = inportb(sioData);
outportb(sioIndex, 0xAA);
/* Disable
Super I/O */
return iData;
}
Summary of Contents for FPC-8100 Series
Page 2: ...2 This page is intentionally left blank...
Page 3: ...i Revision History Version Release Time Description 1 0 2021 02 Initial release...
Page 6: ...iv This page is intentionally left blank...
Page 12: ...x This page is intentionally left blank...
Page 13: ...1 1 Chapter 1 Introduction Chapter 1 Introduction...
Page 17: ...5 Introduction OS Support Windows 10 IOT Enterprise 64 bit Linux Kernel 4 9...
Page 20: ...8 2 Chapter 2 System Overview Chapter 2 System Overview...
Page 25: ...13 3 Chapter 3 System Configuration Chapter 3 System Configuration...
Page 45: ...33 4 Chapter 4 Installation and Maintenance Chapter 4 Installation and Maintenance...
Page 69: ...57 5 Chapter 5 BIOS Chapter 5 BIOS...