- 78 -
Appendix
{
m_OutBuf=inportb(0x6C);
if ( ( m_OutBuf&0x00000002) == 0 ) break;
}
if ( i < 3999 )
{
outport(0x68,m_ECDATA);
for ( i=0; i<=4000; i++ )
{
m_OutBuf=inportb(0x6C);
if ( ( m_OutBuf&0x00000002) == 0 )
{ return 0x00000000; }
}
}
if ( i > 3999 ) m_OutBuf=inportb(0x68);
return 0xFFFFFFFF;
}
//---------------------------------------------------------------------------
unsigned long Process_686C_Command_Read(unsigned long m_ECCMD )
{
int i,temp;
unsigned long m_OutBuf,m_InBuf;
m_OutBuf=inportb(0x6C);
if ( ( m_OutBuf&0x00000003) > 0 )
{
temp=inportb(0x68);
return 0xFFFFFFFF;
}
m_InBuf = m_ECCMD;
outport(0x6C,m_InBuf);
for ( i=0; i<=3500; i++ )
{
m_OutBuf=inportb(0x6C);
if ( ( m_OutBuf&0x00000001) > 0 )
{
temp=inportb(0x68);
temp= (temp & 0x000000FF ) ;
return temp;
Содержание SPI-Q6700-LLVA
Страница 1: ...SPI Q6700 LLVA PICMG 1 3 Full size SBC User s Manual Version 1 0 2012 08...
Страница 2: ...This page is intentionally left blank...
Страница 5: ...1 Introduction 1 Chapter 1 Introduction Chapter 1 Introduction...
Страница 15: ...11 Installation 2 Chapter 2 Installation Chapter 2 Installation...
Страница 32: ...This page is intentionally left blank...
Страница 33: ...29 BIOS 3 Chapter 3 BIOS Chapter 3 BIOS...
Страница 45: ...41 BIOS Serial Port This item allows you to enable disable Serial Port COM Serial Port 1 Configuration...
Страница 57: ...53 BIOS Boot Option 1 This item allows you to set the system boot priorities...
Страница 58: ...54 BIOS 3 5 Security You can set administrator password by Security menu...
Страница 72: ...This page is intentionally left blank...
Страница 73: ...69 Appendix Appendix Appendix...