APPENDIX
IB827 User’s Manual
59
Filename: W627hf.cpp
//=====================================================================
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
//=====================================================================
unsigned int W627HF_BASE;
void Unlock_W627HF (void);
void Lock_W627HF (void);
//=======================================================================
unsigned int Init_W627HF(void)
{
unsigned int result;
//0=NA, 1=627HF, 2=627THF, 4=627EHF
//
W627HF_BASE = 0x2E;
W627HF_BASE = 0x4E;
result = Get_W627HF_Reg(0x20);
if (result == 0x52)
{
result
=
1;
goto
Init_Finish;
}
else if (result == 0x82)
{
result
=
2;
goto
Init_Finish;
}
else if (result == 0x88)
{
result
=
4;
goto
Init_Finish;
}
//
W627HF_BASE = 0x4E;
W627HF_BASE = 0x2E;
result = Get_W627HF_Reg(0x20);
if (result == 0x52)
{
result
=
1;
goto
Init_Finish;
}
else if (result == 0x82)
{
result
=
2;
goto
Init_Finish;
}
else if (result == 0x88)
{
result
=
4;
goto
Init_Finish;
}
Summary of Contents for IB827
Page 1: ...IB827 Intel Atom 945GSE PICMG 1 0 CPU CARD USER S MANUAL Version 1 0...
Page 4: ...iv IB827 User s Manual This page is intentionally left blank...
Page 8: ...INTRODUCTION Board Dimensions 4 IB827 User s Manual...
Page 9: ...INTRODUCTION IB827 User s Manual 5...
Page 13: ...INSTALLATIONS Jumper Locations on IB827 IB827 User s Manual 9...
Page 18: ...INSTALLATIONS 14 IB827 User s Manual This page is intentionally left blank...
Page 50: ...BIOS SETUP 46 IB827 User s Manual This page is intentionally left blank...