- 99 -
Appendix
delay(10);
/* GPIO20~27 Data */
SMB_Byte_WRITE(SMB_PORT_AD,SMB_DEVICE_ADD,0x21,(oData & 0xFF00)
>> 8 );
delay(10);
/* GPIO10~17 Status */
iTemp = SMB_Byte_READ(SMB_PORT_AD,SMB_DEVICE_ADD,0x12);
iData = iTemp;
delay(10);
/* GPIO20~27 Status */
iTemp = SMB_Byte_READ(SMB_PORT_AD,SMB_DEVICE_ADD,0x22);
iData = ( iTemp << 8 ) + iData;
delay(10);
return iData;
}
unsigned char SMB_Byte_READ(int SMPORT, int DeviceID, int iREG_INDEX)
{
unsigned char iData;
outportb(02, 0x00);
outportb(00, 0xff);
delay(10);
outportb(04, D1);
outportb(03, iREG_INDEX);
outportb(02, 0x48);
delay(10);
iData = inportb(05);
return iData;
}
void SMB_Byte_WRITE(int SMPORT, int DeviceID, int oREG_INDEX, int oREG_
DATA)
{
outportb(02, 0x00);
outportb(00, 0xff);
delay(10);
outportb(04, DeviceID);
outportb(03, oREG_INDEX);
outportb(05, oREG_DATA);
outportb(02, 0x48);
delay(10);
}
Содержание Rigid-772
Страница 2: ...2 This page is intentionally left blank...
Страница 3: ...i Revision History Version Date Description 1 0 2013 February Initial release...
Страница 6: ...iv This page is intentionally left blank...
Страница 12: ...x This page is intentionally left blank...
Страница 13: ...1 1 Chapter 1 Introduction Chapter 1 Introduction...
Страница 19: ...7 2 Chapter 2 Getting Started Chapter 2 Getting Started...
Страница 23: ...11 Rear left...
Страница 26: ...14 This page is intentionally left blank...
Страница 27: ...15 3 Chapter 3 System Configuration Chapter 3 System Configuration...
Страница 29: ...17 Engine of the Computer FMB i77M1 Board Bottom 1 1 5 6 C1 C4 C2 C5 C3 C6 1 1 1 4 7 2 3 5 6 1 4 7 2 3...
Страница 47: ...35 Engine of the Computer...
Страница 55: ...43 4 Chapter 4 Installation and Maintenance Chapter 4 Installation and Maintenance...
Страница 84: ...72 This page is intentionally left blank...
Страница 85: ...73 5 Chapter 5 BIOS Chapter 5 BIOS...
Страница 109: ...97 Appendix Appendix...
Страница 113: ...101 This page is intentionally left blank...