System Installation
AMDY-7002 User’s Manual
3-8
Or_Register(0xCA,0xE0); //35,36,37
Or_Register(0xCE,0x0F); //70,71,72,73
//output high
outp(GP0,0x10); //14
outp(GP2,0xE0); //35,36,37
outp(GP6,0x0F); //70,71,72,73
result=1;
if ((inp(GP0)&0x06)!=0x06) result=0; //11,12
if ((inp(GP3)&0x80)!=0x80) result=0; //47
if ((inp(GP4)&0x01)!=0x01) result=0; //50
if ((inp(GP6)&0xF0)!=0xF0) result=0; //74,75,76,77
if (result==0){
printf("Test fail!!\n");
BIOS Setup Information
WADE-8011/WADE-8012 User’s Manual 3-13
return 1;
}
//output low
outp(GP0,inp(GP0)&0xEF); //14
outp(GP2,inp(GP2)&0x1F); //35,36,37
outp(GP6,inp(GP6)&0xF0); //70,71,72,73
result=1;
if ((inp(GP0)&0x06)!=0x00) result=0; //11,12
if ((inp(GP3)&0x80)!=0x00) result=0; //47
if ((inp(GP4)&0x01)!=0x00) result=0; //50
if ((inp(GP6)&0xF0)!=0x00) result=0; //74,75,76,77
if (result==0){
printf("Test fail!!\n");
return 1;
}
//getchar ();
printf("Test Pass!!\n");
return 1;
Summary of Contents for AMDY-7002
Page 8: ...System Overview AMDY 7002 User s Manual 1 5 1 3 1 Mechanical Drawing ...
Page 9: ...System Overview AMDY 7002 User s Manual 1 6 ...
Page 12: ...Hardware Configuration AMDY 7002 User s Manual 2 2 Connector location on top layer RTL8111D L ...
Page 53: ...BIOS Setup Information AMDY 7002 User s Manual 4 20 4 7 Boot Boot Priority Order ...