- 109 -
Appendices
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);
}
Содержание FPC-7700 Series
Страница 2: ...2 This page is intentionally left blank...
Страница 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...
Страница 20: ...8 This page is intentionally left blank...
Страница 21: ...9 2 Chapter 2 System Overview Chapter 2 System Overview...
Страница 27: ...15 2 2 3 Side Views FPC 7700 Front right FPC 7700 Rear left...
Страница 28: ...16 System Overview FPC 7701 7702 7703 Front right FPC 7701 7702 7703 Rear left...
Страница 31: ...19 3 Chapter 3 System Configuration Chapter 3 System Configuration...
Страница 33: ...21 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...
Страница 61: ...49 4 Chapter 4 Installation and Maintenance Chapter 4 Installation and Maintenance...
Страница 88: ...76 This page is intentionally left blank...
Страница 89: ...77 5 Chapter 5 BIOS Chapter 5 BIOS...
Страница 119: ...107 Appendices Appendices...
Страница 145: ...133 This page is intentionally left blank...