IBASE Technology ASB200-918 Series User Manual page 74

Fanless system with 3.5" disk-size sbc system
Table of Contents

Advertisement

//---------------------------------------------------------------------------
//
// 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 "F81846.H"
#include <dos.h>
//---------------------------------------------------------------------------
unsigned int F81846_BASE; void Unlock_F81846 (void); void Lock_F81846 (void);
//---------------------------------------------------------------------------
unsigned int Init_F81846(void)
{
unsigned int result;
unsigned char ucDid;
F81846_BASE = 0x4E;
result = F81846_BASE;
ucDid = Get_F81846_Reg(0x20);
if (ucDid == 0x07)
{
goto Init_Finish; }
F81846_BASE = 0x2E;
result = F81846_BASE;
ucDid = Get_F81846_Reg(0x20);
if (ucDid == 0x07)
{
goto Init_Finish; }
F81846_BASE = 0x00;
result = F81846_BASE;
Init_Finish:
return (result);
}
//---------------------------------------------------------------------------
void Unlock_F81846 (void)
{
outportb(F81846_INDEX_PORT, F81846_UNLOCK);
outportb(F81846_INDEX_PORT, F81846_UNLOCK);
}
//---------------------------------------------------------------------------
void Lock_F81846 (void)
{
outportb(F81846_INDEX_PORT, F81846_LOCK);
}
//---------------------------------------------------------------------------
void Set_F81846_LD( unsigned char LD)
{
Unlock_F81846();
66
//Fintek 81846
//Fintek 81846
ASB200-918 User Manual

Advertisement

Table of Contents
loading

Table of Contents