APPENDIX
60
MB960 User’s Manual
unsigned char Get_F81865_Reg(unsigned char REG)
{
unsigned char Result;
Unlock_F81865();
outportb(F81865_INDEX_PORT,
REG);
Result = inportb(F81865_DATA_PORT);
Lock_F81865();
return
Result;
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//
// 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.
//
//---------------------------------------------------------------------------
#ifndef __F81865_H
#define
__F81865_H
1
//---------------------------------------------------------------------------
#define F81865_INDEX_PORT
(F81865_BASE)
#define F81865_DATA_PORT (F8181)
//---------------------------------------------------------------------------
#define F81865_REG_LD
0x07
//---------------------------------------------------------------------------
#define
F81865_UNLOCK
0x87
#define F81865_LOCK 0xAA
//---------------------------------------------------------------------------
unsigned int Init_F81865(void);
void Set_F81865_LD( unsigned char);
void Set_F81865_Reg( unsigned char, unsigned char);
unsigned char Get_F81865_Reg( unsigned char);
//---------------------------------------------------------------------------
#endif //__F81865_H
Summary of Contents for MB960
Page 1: ...MB960 Intel Sandy Bridge PCH ATX Motherboard USER S MANUAL Version 1 0 ...
Page 4: ...iv MB960 User s Manual This page is intentionally left blank ...
Page 8: ...INTRODUCTION 4 MB960 User s Manual Board Size 305mm x 244mm ...
Page 9: ...INTRODUCTION MB960 User s Manual 5 Board Dimensions ...
Page 18: ...INSTALLATIONS 14 MB960 User s Manual Connector Locations on MB960 ...
Page 49: ...BIOS SETUP MB960 User s Manual 45 This page is intentionally left blank ...
Page 65: ...APPENDIX MB960 User s Manual 61 This page is intentionally left blank ...