Appendix
IB953 Series User’s Manual
75
//
// 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.
//
//---------------------------------------------------------------------------
#include "F81866.H"
#include <dos.h>
//---------------------------------------------------------------------------
unsigned int F81866_BASE;
void Unlock_F81866 (void);
void Lock_F81866 (void);
//---------------------------------------------------------------------------
unsigned int Init_F81866(void)
{
unsigned int result;
unsigned char ucDid;
F81866_BASE = 0x4E;
result = F81866_BASE;
ucDid = Get_F81866_Reg(0x20);
if (ucDid == 0x07)
//Fintek 81866
{
goto Init_Finish;
}
F81866_BASE = 0x2E;
result = F81866_BASE;
ucDid = Get_F81866_Reg(0x20);
if (ucDid == 0x07)
//Fintek 81866
{
goto Init_Finish;
}
F81866_BASE = 0x00;
result = F81866_BASE;
Init_Finish:
return (result);
}
//---------------------------------------------------------------------------
void Unlock_F81866 (void)
{
outportb(F81866_INDEX_PORT, F81866_UNLOCK);
outportb(F81866_INDEX_PORT, F81866_UNLOCK);
}
//---------------------------------------------------------------------------
void Lock_F81866 (void)
{
outportb(F81866_INDEX_PORT, F81866_LOCK);
}
//---------------------------------------------------------------------------
void Set_F81866_LD( unsigned char LD)
{
Unlock_F81866();
outportb(F81866_INDEX_PORT, F81866_REG_LD);
outportb(F81866_DATA_PORT, LD);
Lock_F81866();
Summary of Contents for IB953 Series
Page 8: ......
Page 14: ...6 IB953 Series User s Manual 1 6 Block Diagram...
Page 17: ...General Information IB953 Series User s Manual 9 1 1 8 Dimensions...
Page 18: ...10 IB953 Series User s Manual This page is intentionally left blank...
Page 22: ...14 IB953 Series User s Manual 2 3 Jumper Connector Locations Board diagram of IB953...
Page 38: ...30 IB953 Series User s Manual This page is intentionally left blank...
Page 50: ...42 IB953 Series User s Manual This page is intentionally left blank...
Page 58: ...50 IB953 Series User s Manual 4 4 4 PCH FW Configuration...
Page 63: ...BIOS Setup IB953 Series User s Manual 55 4...
Page 65: ...BIOS Setup IB953 Series User s Manual 57 4 4 4 10 AMI Graphic Output Protocol Policy...
Page 68: ...60 IB953 Series User s Manual 4 4 13 NVMe Configuration...
Page 70: ...62 IB953 Series User s Manual 4 5 1 2 VT d...
Page 76: ...68 IB953 Series User s Manual This page is intentionally left blank...