M i n i - I T X
E M B - Q M 8 7 A
Appendix E Electrical Specifications for I/O Ports
D-8
************************************************************************************
VOID
SIOEnterMBPnPMode()
{
IOWriteByte(SIOIndex,
0x87);
IOWriteByte(SIOIndex,
0x87);
}
VOID
SIOExitMBPnPMode()
{
IOWriteByte(SIOIndex,
0xAA);
}
VOID
SIOSelectLDN(byte
LDN)
{
IOWriteByte(SIOIndex,
0x07);
//
SIO
LDN
Register
Offset
=
0x07
IOWriteByte(SIOData,
LDN
);
}
VOID
SIOBitSet(byte
LDN,
byte
Register,
byte
BitNum,
byte
Value)
{
Byte
TmpValue;
SIOEnterMBPnPMode();
SIOSelectLDN(byte
LDN
);
IOWriteByte(SIOIndex,
Register);
TmpValue
=
IOReadByte(SIOData);
TmpValue
&=
~(1
<<
BitNum);
TmpValue
|=
(Value
<<
BitNum);
IOWriteByte(SIOData,
TmpValue);
SIOExitMBPnPMode();
}
VOID
SIOByteSet(byte
LDN,
byte
Register,
byte
Value)
{
SIOEnterMBPnPMode();
SIOSelectLDN(LDN);
IOWriteByte(SIOIndex,
Register);
IOWriteByte(SIOData,
Value
);
SIOExitMBPnPMode();
}
************************************************************************************
Summary of Contents for EMB-QM87A
Page 8: ...Mini ITX E M B Q M 8 7 A Chapter 1 General Information 1 1 Chapter General 1 Information ...
Page 18: ...Mini ITX E M B Q M 8 7 A Chapter 2 Quick Installation Guide 2 4 Solder Side ...
Page 20: ...Mini ITX E M B Q M 8 7 A Chapter 2 Quick Installation Guide 2 6 Solder Side ...
Page 36: ...Mini ITX E M B Q M 8 7 A Chapter 2 Quick Installation Guide 2 22 ...
Page 37: ...E M B Q M 8 7 A Chapter 3 AMI BIOS Setup 3 1 Chapter AMI 3 BIOS Setup ...
Page 40: ...E M B Q M 8 7 A Setup Menu Setup submenu Main Chapter 3 AMI BIOS Setup 3 4 ...
Page 41: ...E M B Q M 8 7 A Setup submenu Advanced Chapter 3 AMI BIOS Setup 3 5 ...
Page 42: ...E M B Q M 8 7 A Super IO Configuration Chapter 3 AMI BIOS Setup 3 6 ...
Page 49: ...E M B Q M 8 7 A H W Monitor Chapter 3 AMI BIOS Setup 3 13 ...
Page 58: ...E M B Q M 8 7 A CPU Configuration Chapter 3 AMI BIOS Setup 3 22 ...
Page 68: ...E M B Q M 8 7 A Setup submenu Chipset Chapter 3 AMI BIOS Setup 3 32 ...
Page 72: ...E M B Q M 8 7 A Memory Configuration Chapter 3 AMI BIOS Setup 3 36 ...
Page 75: ...E M B Q M 8 7 A Setup submenu Exit Chapter 3 AMI BIOS Setup 3 39 ...
Page 76: ...Mini ITX E M B Q M 8 7 A Chapter 4 Driver Installation 4 1 Chapter Driver 4 Installation ...
Page 93: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 1 I O Information Appendix B ...
Page 94: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 2 B 1 I O Address Map ...
Page 95: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 3 ...
Page 96: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 4 B 2 Memory Address Map ...
Page 97: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 5 B 3 IRQ Mapping Chart ...
Page 98: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 6 ...
Page 99: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 7 ...
Page 100: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 8 ...
Page 101: ...Mini ITX E M B Q M 8 7 A Appendix B I O Information B 9 B 4 DMA Channel Assignments ...
Page 102: ...Mini ITX E M B Q M 8 7 A Appendix C Mating Connector C 1 Mating Appendix C Connector ...