Appendix
MI836F User’s Manual
71
// 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();
}
Содержание MI836F
Страница 1: ...MI836F Intel Atom SoC x6000 Series Mini ITX Motherboard User s Manual Version 1 0 December 2022 ...
Страница 8: ......
Страница 14: ...6 MI836F User s Manual 1 6 Block Diagram ...
Страница 15: ...General Information MI836F User s Manual 7 1 1 7 Product View Top View ...
Страница 16: ...8 MI836F User s Manual Bottom View ...
Страница 18: ...10 MI836F User s Manual 1 8 Dimensions ...
Страница 22: ...14 MI836F User s Manual 2 2 Jumper Connector Locations MI836F ...
Страница 24: ...16 MI836F User s Manual 2 2 2 Clear ME Register SW1 Function Pin closed Normal default P2 OFF Clear ME P2 ON ...
Страница 38: ...30 MI836F User s Manual 2 3 12 Audio Amplifier Connector J16 Pin Signal Name 1 SPK_L 2 SPK_L 3 SPK_R 4 SPK_R ...
Страница 42: ...34 MI836F User s Manual This page is intentionally left blank ...
Страница 46: ...38 MI836F User s Manual 2 Click Intel R Elkhartlake Graphics Driver 3 Click Begin Installation 4 Click I agree ...