Home

USER`S MANUAL - Mouser Electronics

image

Contents

1. 8 JP7 LCD Panel Power Selection 9 JP8 ADJ LEVEL Setting 9 JP9 BL Voltage 10 JP10 BL_ADJ_Mode 5 10 JP6 COM3 4 RS232 5V 12V Power Setting 11 6 1B893 User s Manual INSTALLATIONS Jumper Locations 18893 DIMM K r u m m 659 Jp 1t BR d Jumpers on B803 eere ee Disi Page 1 2 ATX or AT Power Selection FER ok E SE JP3 LCD Panel Power Selection FER 1 4 1 5 COM3 4 RS232 5V 12V Power Setting 38 ok se JP6 JP7 JP8 RS232 422 485 COMI Selections REE 1B893 User s Manual 7 INSTALLATIONS ss ssF JP1 ATX AT Mode Select ATX mode AT mode Normal Clear CMOS Note Please remove the lithium battery before setting the jumper 8 1
2. int main void char SIO SIO Init W627UHG 0 if SIO 0 printf Can not detect Winbond 83627UHG program abort n return 1 WDTInitial WDTEnable 10 WDTDisable return 0 void WDTInitial void unsigned char bBuf Set W627UHG 0 8 switch to logic device 8 bBuf Get W627UHG Reg 0x30 bBuf amp 0x01 Set_W627UHG_Reg 0x30 Enable WDTO void WDTEnable unsigned char NewInterval unsigned char bBuf Set W627UHG LD 0x08 Set W627UHG Reg 0x30 0x01 timer 58 1B893 User s Manual APPENDIX bBuf Get W627UHG Reg O0xF5 bBuf amp 0x08 Set W627UHG Reg 0xF5 count mode is second Set_W627UHG_Reg OxF6 NewInterval eee set timer void WDTDisable void Set W627UHG LD 0x08 Set W627UHG Reg O0xF6 0x00 Set W627UHG Reg 0x30 0 00 EEE 1B893 User s Manual 59 APPENDIX D Digital I O Sample Code File of the W627UHG H M 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
3. EL ge CN5 USB 1 2 Connector CN6 VGA Connector Signal Name Pin Signal Name 2 Green 4 N C s e GND 6 GND VCC 9 10 GND 12 4 VGA DDCDATA HSYNC 13 VSYNC DDCCLK 15 CN7 CN8 Gigabit LAN RJ45 Connector CN9 COM1 RS232 RS422 RS485 Connector Signal Name R2 422 RS 485 Din BR wy n QI AI wn Z Z an o0 14 1B893 User s Manual INSTALLATIONS CN1 CN2 SATA Connectors J1 Board Input Power Connector Signal Name 1 12V 2 Pin Signal Name 1 5V 2 Ground Ground 12V E LLL LEAa2Z iELLo L ia lEilclkcc ccceecee nil 1B893 User s Manual 15 INSTALLATIONS rr rc J3 Power LED The power LED indicates the status of the main power switch Power LED No connect Ground 16 1B893 User s Manual INSTALLATIONS CN10 LCD Backlight Connector ES M Pin SignalName 2 Backlight Enable 4 Ground J10 Digital O Signal Name OUT3 OUT2 1B893 User s Manual 17 INSTALLATIONS J11 System Function Connector 2 8 on U 1 7 itcl Pi HDD LED nnectol Reset itcl Pin 7 ind igral ATX Power ON Switch Pins 1 and 2 This 2
4. Enable Disabled PCIE Port 4 IOxAPIC Enable Disabled PCIE Port 5 IOxAPIC Enable Disabled Enable Onboard PCI option ROM Disabled USB Function Enables the number of USB ports desired or disables the USB function USB 2 0 Controller This option is disabled by default HDA Controller This option is used to enable the Southbridge high definition audio controller SMBUS Controller This option is enabled by default Clock Gen Spectrum This option is disabled by default Enable Onboard PCI option ROM This option is disabled by default 40 1B893 User s Manual BIOS SETUP Exit Setup The exit setup has the following settings which are BIOS SETUP UTILITY Advanced PCIPnP Security Chipset Exit Exit system setup after saving the Save Changes and Exit changes Discard Changes and Exit Discard Changes F10 key can be used for this operation Exit Options Load Optimal Defaults Load Failsafe Defaults Select Screen tl Select Enter Go to Sub Screen F1 General Help F10 Save and Exit ESC Exit Save Changes and Exit This option allows you to determine whether or not to accept the modifications and save all changes into the CMOS memory before exit Discard Changes and Exit This option allows you to exit the Setup utility without saving the changes you have made in this session Discard Changes This option allows you to discard all the changes that you have made in
5. ifndef __W627UHG_H define W627UHG 1 EEE define W627UHG_INDEX_PORT W627UHG_BASE define W627UHG_DATA_PORT W627UHG_BASE 1 stdefine W627UHG REG LD 0x07 l define W627UHG_UNLOCK 0x87 define W627UHG LOCK OxAA EEE unsigned int Init W627UHG void void Set W627UHG LN unsigned char void Set W627UHG Reg unsigned char unsigned char unsigned char Get W627UHG Reg unsigned char l endif W627UHG gt 60 1B893 User s Manual APPENDIX YD ee File of the W627UHG CPP l 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 EEE include W627UHG H include lt dos h gt EEE unsigned int W627UHG BASE void Unlock W627UHG void void Lock W627UHG void l unsigned int Init W627UHG void unsigned int result unsigned char ucDid W627UHG BASE 0x4E result W627UHG BASE ucDid Get W627UHG Reg 0x20 if ucDid 0xA2 W83627UHG goto Init Finish W627UHG BASE 0x2E result
6. iii ipi 56 1B893 User s Manual APPENDIX g r File of the W627UHG H M nnn 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 EEE filndef W627UHG H define W627UHG 1 EEE define W627UHG_INDEX_PORT W627UHG_BASE define W627UHG_DATA_PORT W627UHG_BASE 1 EEE define W627UHG_REG_LD 0x07 define W627UHG UNLOCK 0x87 define W627UHG LOCK OxAA ncn nnn unsigned int Init W627UHG void void Set_W627UHG_LD unsigned char void Set_W627UHG_Reg unsigned char unsigned char unsigned char Get W627UHG Reg unsigned char endif W627UHG ses se see sg 1B893 User s Manual 57 APPENDIX File of the MAIN CPP 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 lt dos h gt include lt conio h gt include lt stdio h gt include lt stdlib h gt include W627UHG H EEE int main void void WDTInitial void void WDTEnable unsigned char void WDTDisable void
7. include W627UHG H include lt dos h gt EEE unsigned int W627UHG BASE void Unlock W627UHG void void Lock W627UHG void unsigned int Init_W627UHG void unsigned int result unsigned char ucDid W627UHG_BASE 0x4E result W627UHG_BASE ucDid Get_W627UHG_Reg 0x20 if ucDid 0xA2 W83627UHG goto Init Finish W627UHG_BASE 0x2E result W627UHG_BASE ucDid Get_W627UHG_Reg 0x20 if ucDid 0xA2 IW83627UHG goto Init_Finish W627UHG_BASE 0x00 result W627UHG_BASE Init_Finish return result HEURE E void Unlock W627UHG void UU 1 893 User s Manual 55 APPENDIX ee outportb W627UHG_INDEX_PORT W627UHG UNLOCK outportb W627UHG INDEX PORT W627UHG UNLOCK void Lock W627UHG void outportb W627UHG_INDEX_PORT W627UHG LOCK EEE void Set W627UHG unsigned char LD Unlock W627UHG outportb W627UHG INDEX PORT W627UHG REG LD outportb W627UHG DATA PORT Lock W627UHG void Set W627UHG Reg unsigned char REG unsigned char DATA Unlock_W627UHG outportb W627UHG_INDEX_PORT REG outportb W627UHG_DATA_PORT DATA Lock_W627UHG a unsigned char Get W627UHG Reg unsigned char REG unsigned char Result Unlock W627UHG outportb W627UHG INDEX PORT REG Result inportb W627UHG DATA PORT Lock W627UHG0 return Result
8. Graphics Media Accelerator Driver Intel Graphics Media Accelerator Driver intel Welcome to the Setup Program This setup program will install the Intel Graphics Media Accelerator Driver onto this computer It is strongly recommended that you exit all programs before continuing Click Next to continue 1B893 User s Manual 47 DRIVERS INSTALLATION 3 Click Yes to to agree with the license agreement and continue Intel amp Graphics Media Accelerator Driver Intel Graphics Media Accelerator Driver License Agreement You must accept all of the terms of the license agreement in order to continue the setup program Do you accept the terms INTEL SOFTWARE LICENSE AGREEMENT IHY ISV Distribution amp Single User IMPORTANT READ BEFORE COPYING INSTALLING OR USING Do not use or load this software and any associated materials collectively the Software until you have carefully read the Following terms and conditions By loading or using the Software you agree to the terms of this Agreement If you do not wish to so agree do not install or use the Software Please Also Note If you are an Original Equipment Manufacturer OEM Independent Hardware Vendor IHV or Independent Software Vendor ISV this complete LICENSE AGREEMENT applies Intel amp Graphics Media Accelerator Driver Intel Graphics Media Accel rator Driver Readme File Information Refer to the Read
9. 1 9 Signal Name i i Signal Name DCD Data carrier detect RXD Receive data TXD Transmit data DTR Data terminal ready GND ground DSR Data set ready RTS Request to send CTS Clear to send RI Ring indicator Not Used 1B893 User s Manual 21 INSTALLATIONS 2 OUTL 4 OUTR 18Bit Single 24Bit Single 24Bit Dual High High High High High T 22 1B893 User s Manual BIOS SETUP BIOS SETUP This chapter describes the different settings available in the AMI American Megatrends Inc BIOS that comes with the board The topics covered in this chapter are as follows BIOS Introduction sees 24 BIOS 24 BIOS Setup iot eiecti 25 Advanced 26 PGIPnP Settings unit eto bees 34 Boot 35 Security Settings iue ee reete n iha 37 Advanced Chipset Settings essere 38 Exit Setup i apes iate dO TC ER eR tere id 41 ses se 1B893 User s Manual 23 BIOS SETUP Ey BIOS Introduction The BIOS Basic Input Output System installed in your computer system s ROM supports Intel processors The BIOS provides critical low level support for a standard device such as disk drives serial ports and parallel ports It also adds virus and password protection as well as special support for detaile
10. APM Configuration Enter Go to Sub Screen gt USB Configuration F1 General Help gt Lan Configuration F10 Save and Exit gt fi i GPIO Configuration ESC Exit The Advanced BIOS Settings contains the following sections gt CPU Configurations gt IDE Configuration gt Super IO Configuration gt Hardware Health Configuration gt ACPI Configuration gt APM Configuration gt USB Configuration gt LAN Configuration gt GPIO Configuration The fields in each section are shown in the following pages as seen in the computer screen Please note that setting the wrong values may cause the system to malfunction If unsure please contact technical support of your supplier Ci 26 1B893 User s Manual BIOS SETUP BIOS SETUP UTILITY Configure advanced CPU settings Disabled for WindowsXP Module Version 3F 18 Manufacturer Intel Intel R Atom TM CPU D525 1 80GHz Frequency 1 80GHz FSB Speed 800MHz Cache L1 48KB Cache L2 1024KB Ratio Actual Value 19 lt Select Screen Max CPUID Value Limit Disabled tl Select Execute Disable Bit Capability Enabled Change Option Hyper Threading Technology Enabled F1 General Help Intel R SpeedStep tm tech Disabled F10 Save and Exit Intel R C STATE tech Enabled ESC Exit Enhanced C States Enabled The CPU Configuration menu shows the following CPU details Manufacturer the name of the CPU manufacturer Brand S
11. Enabled decrease the time Quiet Boot Disabled needed to boot the AddOn ROM Display Mode Force BIOS system Boot Settings Configuration Bootup Num Lock On PS 2 Mouse Support Auto Select Screen Wait for F1 If Error Enabled tL Select Item Hit DEL Message Display Enabled Change Option Interrupt 19 Capture Disabled F1 General Help F10 Save and Exit ESC Exit Quick Boot This allows BIOS to skip certain tests while booting This will decrease the time needed to boot the system Quite Boot When disabled this displays normal POST messages When enabled this displays OEM Logo instead of POST messages AddOn ROM Display Mode This allows user to force BIOS Option ROM of add on cards to be displayed during quiet boot 1B893 User s Manual 35 BIOS SETUP Bootup Num Lock This select the power on state for numlock PS 2 Mouse Support This select support for PS 2 mouse Wait for F1 If Error When set to Enabled the system waits for the F1 key to be pressed when error occurs This allows option ROM to trap interrupt 19 Hit lt DEL gt Message Display This displays Press lt DEL gt to run Setup in POST Interrupt 19 Capture This allows option ROMs to trap interrupt 19 uqi 36 1B893 User s Manual BIOS SETUP E nF OM Security Settings This setting comes with two options set the system password Supervisor Password sets a password that will be used to protec
12. INTRODUCTION Board Dimensions 74 84 om JE m K a gt E mimi wl sh NN 2 14 04 5 H i E E 5 5 FF He m DI 4 1B893 User s Manual INSTALLATIONS Installations This section provides information on how to use the jumpers and connectors on the IB893 in order to set up a workable system The topics covered are Setting the J mpets estet ci eee e eee tete 6 Connectors on IB893 1B893 User s Manual 5 INSTALLATIONS Setting the Jumpers Jumpers are used on IB893 to select various settings and features according to your needs and applications Contact your supplier if you have doubts about the best configuration for your needs The following lists the connectors on IB893 and their respective functions Jumper Locations 893 7 JP1 ATX AT Mode Selecto meenen 8 1 2 Clear CMOS Setting
13. W627UHG BASE ucDid Get W627UHG Reg 0x20 if ucDid 0xA2 IW83627UHG goto Init Finish W627UHG_BASE 0x00 result W627UHG_BASE Init_Finish return result EEE void Unlock W627UHG void outportb W627UHG INDEX PORT W627UHG UNLOCK outportb W627UHG INDEX PORT W627UHG UNLOCK void Lock W627UHG void outportb W627UHG INDEX PORT W627UHG LOCK void Set_W627UHG_LD unsigned char LD He se st st ss me di serer 1B893 User s Manual 61 APPENDIX S e L OOSEEADRDGSG ALEOEES UOU CtLC C EUOS CCCLLUZ UU Unlock W627UHG outportb W627UHG INDEX PORT W627UHG REG LD outportb W627UHG DATA PORT LD Lock W627UHG void Set W627UHG Reg unsigned char REG unsigned char DATA ji Unlock W627UHG outportb W627UHG INDEX PORT REG outportb W627UHG DATA PORT DATA Lock W627UHG unsigned char Get W627UHG Reg unsigned char REG unsigned char Result Unlock W627UHG outportb W627UHG INDEX PORT REG Result inportb W627UHG DATA PORT Lock W627UHG return Result 62 1B893 User s Manual APPENDIX File of the MAIN CPP T 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 EEE include lt dos h
14. gt stinclude lt conio h gt include lt stdio h gt include lt stdlib h gt include W627UHG H int main void void DioSInitial void void DioSSetOutput unsigned char unsigned char DioSGetInput void void DioSSetDirection unsigned char unsigned char DioSGetDirection void J int main void char SIO SIO Init W627UHG0 if SIO 0 printf Can not detect Winbond 83627UHG program abort n return 1 Dio5Initial 50 57 DioSSetDirection 0x0F GP50 53 input GP54 57 output printf Current DIO direction 0x X n DioSGetDirection printf Current DIO status 0x X n Dio5GetInput printf Set DIO output to high Dio5SetOutput OxOF printf Set DIO output to low n Dio5SetOutput 0x00 return 0 He o 1B893 User s Manual 63 APPENDIX EEE void DioSInitial void unsigned char ucBuf Set W627UHG LD 0x08 Iswitch to logic device 8 lenable the GP5 group ucBuf Get W627UHG Reg 0x30 ucBuf l 0x02 Set W627UHG Reg 0x30 ucBuf a void DioSSetOutput unsigned char NewData Set W627UHG LD 0x08 switch to logic device 8 Set W627UHG Reg 0xE1 NewData unsigned char DioSGetInput void unsigned char result Set W627UHG LD 0x08 switch to logic device 8 result Get W627UHG Reg OxEl return result void Dio5SetDirect
15. pin connector is an ATX Power Supply On Off Switch on the system that connects to the power switch on the case When pressed the power switch will force the system to power on When pressed again it will force the system to power off Hard Disk Drive LED Connector Pins 3 and 4 This connector connects to the hard drive activity LED on control panel This LED will flash when the HDD is being accessed Pin Signal Name HDD Active 5V Reset Switch Pins 5 and 6 The reset switch allows the user to reset the system without turning the main power switch off and then on again Orientation is not required when making a connection to this header 5V and 5VSB Signals Pins 7 and 8 Pin Signal Name 7 5V 8 5VSB 18 1B893 User s Manual INSTALLATIONS 1 2 Pin Signal Name 2 N C 0 ENABLE 18 LCD PWR CLK 16 CLK 14 GND 10 LCD_PWR 8 6 LD1 2 Signal Name 4 GND Signal Name DCD3 D3 DTR3 Ground DCD4 D4 TXD4 DTR4 1B893 User s Manual 19 INSTALLATIONS J14 Mini PCIE Connector Signal Name VCC KBDA KBCL Ground J17 LPC Connector factory use only 20 1B893 User s Manual INSTALLATIONS Pin Signal Name LINEOUT R 1 LINEOUT L Ground 3 JD FRONT LINEIN R 5 7 9 MIC In MIC L Ground JD MICI J20 COM2 RS232 Serial Port 2 1 10
16. APM Configuration APM Power Management APM Enabled Power Button Mode On Off Select Screen Select Item Change Option F1 General Help F10 Save and Exit ESC Exit Resume On PME Disabled Resume Alarm Disabled Power Management APM By default this field is set to Enabled Power Button Mode Go into On Off or Suspend when power button is pressed Resume on PME This option is used enable activity on the PCI PME power management event controller to wake up the system from a suspend or standby state Resume On RTC Alarm This option is used to specify the time the system should be awakened from a suspended state Hr spe pe 2 1B893 User s Manual 31 BIOS SETUP eee BIOS SETUP UTILITY Enables support for legacy USB AUTO option disables legacy support if USB Devices Enabled no USB devices are None connected USB Configuration Legacy USB Support Enabled USB 2 0 Controller Mode HiSpeed BIOS EHCI Hand Off Enabled USB 3 0 Controller Mode Enabled H BIOS XHCI Hand Off Enabled Select Screen Select Item Change Option F1 General Help F10 Save and Exit ESC Exit The USB Configuration menu is used to read USB configuration information and configure the USB settings Legacy USB Support Enables support for legacy USB AUTO option disables legacy support if no USB devices are connected USB 2 0 Controller Mode Configures the USB 2 0 controlle
17. B893 User s Manual INSTALLATIONS rm Function Open Close 5V default 18893 User s Manual 9 INSTALLATIONS r CeRLC Ai LLL LCDDbLLLLLCL LGCO JP9 BL Voltage Setting END Short Closed 3 3V Pin 3 4 Short Closed 5V Pin 5 6 Short Closed 12V Default ode Setting s Ut I T JP10 10 1B893 User s Manual INSTALLATIONS JP4 JP6 COM3 4 RS232 5V 12V Power Setting 1 2 5 6 Setting Pin 1 3 Short Closed 12V Pin 3 4 Short Closed Normal Pin 3 5 Short Closed 5V E 1B893 User s Manual 11 INSTALLATIONS s Connectors on IB893 Connector Locations on IB893 13 CNS USB 1 2 Connectot nie Renee ere ee etes 14 CN6 VGA Connector 14 CN7 CN8 Gigabit LAN RJ45 Connector 14 COMI RS232 RS422 RS485 Connector 14 CNI CN2 SATA CornnectOEs L 15 Board Input Power 4 15 J2 J22 HDD Power Connector Output Only 15 13 LED nies netten ee RES 16 DDR3 SO DIMM cessere 16 J6 J7 J8 USB3 4 5 6 7 8 Conn
18. He ses se 1B893 User s Manual 43 DRIVERS INSTALLATION Intel Chipset Software Installation Utility The Intel Chipset Drivers should be installed first before the software drivers to enable Plug amp Play INF support for Intel chipset components Follow the instructions below to complete the installation under Windows XP Vista 7 1 Insert the drivers DVD into the DVD drive Click Intel and then Intel R Chipset Software Installation Utility Intel R GM45 Chipset Drivers Intel R Q45 G45 Chipset Drivers Intel R G41 Chipset Drivers Intel R Pineview Chipset Drivers Intel R QM57 Chipset Drivers Intel R Q57 Chipset Drivers Support Intel R Pineview Chipset Drivers Inte Intel R Chipset Software Installation Utility F en Intel R Pineview Chipset Family Graphics Driver EE Realtek High Definition Codec Audio Driver m 44 1B893 User s Manual DRIVERS INSTALLATION 2 When the welcome screen to the Intel R Chipset Device Software appears click Next to continue Intel Chipset Device Software Intel Chipset Device Software Welcome to the Setup Program This setup program will install the Intel Chipset Device Software onto this computer It is strongly recommended that you exit all programs before continuing Intel Chipset Device Software Intel Chipset Device Software Setup Progress Please wait while the Following setup operations are performed Insta
19. IB893 Intel Pineview D ICH8 Chipset 3 5 Disk Size SBC USER S MANUAL Version 1 0 Acknowledgments AMI BIOS is a trademark of American Megatrends Inc PS 2 is a trademark of International Business Machines Corporation Intel is a registered trademark of Intel Corporation Microsoft Windows is a registered trademark of Microsoft Corporation Winbond is a registered trademark of Winbond Electronics Corporation All other product names or trademarks are properties of their respective owners ii 1B893 User s Manual Table of Contents nfi 1 Product Description 1 Checklist one einer as 2 IB893 Specifications uu 3 Board Dimensions u asa 4 lnstallations 5 Setting the Tumpers 6 Connectors on IB893 12 BIOS SETUP u 23 Drivers Installation 43 Appendbc ucc it ete ied 53 Port Address eee 53 B Interrupt Request Lines IRQ 54 C Watchdog Timer Configuration 55 D Digital I O Sample Code 60 1B893 User s Manual This page is intentionally left blank 1B893 User s Manual INTRODUCTION Introduction Product Description The IB893 is a 3 5 inch disk size SBC featuring the I
20. Ports 3D0h 3DFh CGA adapter 3E8h 3F8h 3FFh Serial Port 1 COM1 3BOh 3BFh Monochrome amp Printer adapter 3COh 3CFh EGA adapter 3EFh Serial Port 3 COM3 1B893 User s Manual 53 APPENDIX B Interrupt Request Lines IRQ Peripheral devices use interrupt request lines to notify CPU for the service required The following table shows the IRQ used by the devices on board Function System Timer Output Keyboard Interrupt Cascade Serial Port 2 Serial Port 1 Reserved Reserved Reserved Real Time Clock Reserved Serial Port 4 Serial Port 3 PS 2 Mouse 80287 Primary IDE 54 1B893 User s Manual APPENDIX C Watchdog Timer Configuration The WDT is used to generate a variety of output signals after a user programmable count The WDT is suitable for use in the prevention of system lock up such as when software becomes trapped in a deadlock Under these sorts of circumstances the timer will count to zero and the selected outputs will be driven Under normal circumstance the user will restart the WDT at regular intervals before the timer counts to zero SAMPLE CODE File of the W627UHG CPP 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
21. WE CN i oo Ala n p Connectors on 18893 Page CNI SATA Connector HR MREBS CN2 CFAST Connector FR ARERR Gigabit LAN RJ45 Connector FER ARERR CN4 COMI Serial Ports Connector GR SE SE 2 CN5 VGA SD1 Micro SD Connector USB1 USB 0 1 Connector ER SPI Flash Connector factory use only sese GR J2 Audio Connector aasan J4 LPC Connector factory use only S RRT FREESE J5 System Function Connector sese FER J6 HDD Power Connector esee rennes GRR RE BSE J8 LCD Backlight Connector AREBS 5 19 COM2 RS232 Serial Power RM ER J11 LVDS Connectors DF13 22 27274 8ER SE EE J12 COM3 Serial Port DF11 Connector 713 Mini PCIE Connector 2 22 FRR SE EE J14 DC IN 12V Power Connector 0 ER azk SE SE 5 115 CAN BUS Connector a neret 8ER SE EP J16 Digital O Connector 4 in 4 out AREBS 5 Connectors te oet EE 13 1B893 User s Manual INSTALLATIONS
22. atible 3 Enhanced Configure SATA as 1 IDE Mode 2 AHCI Mode BIOS SETUP UTILITY Configure Win627UHG Super IO Chipset picts BIOS te Select Serial Port Base Serial Port1 Address SF8 IRQ4 Addresses Device Mode RS232 Enable Serial Port2 Address 2F8 IRQ3 Serial Port Mode Normal Select Screen Serial Port3 Address 3E8 tl Select Serial PortC IRQ IRQ11 Change Option Serial Port4 Address 2E8 F1 General Help Serial PortD IRQ IRQ10 L Restore on AC Power Loss Power Off F10 Save and Exit ESC Exit 28 1B893 User s Manual BIOS SETUP Onboard Serial Port The default values are Serial Port 1 3F8 IRQ4 Serial Port 2 2F8 IRQ3 Serial Port 3 3E8 IRQI1 Serial Port 4 2E8 IRQ10 Restore on AC Power Loss This field sets the system power status whether Power On or Power Off when power returns to the system from a power failure situation BIOS SETUP UTILITY Hardware Health Configuration Options System Temperature 42 C 107 F Disabled CPU Temperature 137 C 98 F 70 C 158 F CPU FAN Speed 6750 RPM 75 C 167 F 80 C 176 F 85 C 185 F Vcore 1136 V 90 194 12V 111 904 V 95 203 3 3V 3 408 V 1 5V 1 504V VBAT 3 536V CPU Shutdown temperature Disabled lt Select Screen tl Select Item Change Option Tab Select Field F1 General Help F10 Save and Exit ESC Exit The Hardware Health Configuration menu is used to show the operating temperature
23. d fine tuning of the chipset controlling the entire system BIOS Setup The BIOS provides a Setup utility program for specifying the system configurations and settings The BIOS ROM of the system stores the Setup utility When you turn on the computer the BIOS is immediately activated Pressing the lt Del gt key immediately allows you to enter the Setup utility If you are a little bit late pressing the lt Del gt key POST Power On Self Test will continue with its test routines thus preventing you from invoking the Setup If you still wish to enter Setup restart the system by pressing the Reset button or simultaneously pressing the Ctrl Alt and Delete keys You can also restart by turning the system Off and back On again The following message will appear on the screen Press DEL to Enter Setup In general you press the arrow keys to highlight items Enter to select the lt PgUp gt and lt PgDn gt keys to change entries F1 for help and lt Esc gt to quit When you enter the Setup utility the Main Menu screen will appear on the screen The Main Menu allows you to select from various setup functions and exit choices Z I 24 1B893 User s Manual BIOS SETUP Main BIOS Setup This setup allows you to record some basic hardware configurations in your computer system and set the system clock BIOS SETUP UTILITY Main Advanced PCIPnP Security Chipset System Overview Us
24. e ENTER TAB or SHIFT TAB to select a field Processor Intel R Atom TM CPU D525 1 80GHz Speed 1800 2 Use 10 _ configure system Time Count 21 System Memory Size 2038MB Select Screen tl Select System Time 17 00 00 Change Field System Date Tue 05 25 2010 Tab Select Field F1 General Help F10 Save and Exit ESC Exit Note If the system cannot boot after making and saving system changes with Setup the AMI BIOS supports an override to the CMOS settings that resets your system to its default Warning It is strongly recommended that you avoid making any changes to the chipset defaults These defaults have been carefully chosen by both AMI and your system manufacturer to provide the absolute maximum performance and reliability Changing the defaults could cause the system to become unstable and crash in some cases 1B893 User s Manual 25 BIOS SETUP g Fi Advanced Settings This section allows you to configure and improve your system and allows you to set up some system features according to your preference BIOS SETUP UTILITY Main Advanced PciPnP Security Chipset Exit Configure CPU Advanced Settings WARNING Setting wrong values in below sections may cause system to malfunction gt CPU Configuration gt IDE Configuration gt Super IO Configuration gt Hardware Health Configuration Select Screen gt ACPI Configuration fj Select Item
25. ect Screen tl Select Change Option F1 General Help F10 Save and Exit ESC Exit DVMT Mode Select Select the control mode of memory built in graphics capabilities This option by default is set to DVMT Mode DVMT FIXED Memory Sets the maximum memory size assigned to the integrated graphics capabilities This option by default is set to 256MB Boot Display Device This option is used to select the display device used by the system when it boots Flat Panel Type This option is used to select the type of flat panel connected to the system Options include 640x480 800x600 1024x768 800x480 1280x768 1280x800 1280x600 LVDS Back Light Control Select LVDS Back Light G st 18893 User s Manual 39 BIOS SETUP BIOS SETUP UTILITY Advanced PCIPnP Security Chipset Exit South Bridge Chipset Configuration Options USB Function 10 USB Ports Disabled USB 2 0 Controller Enabled 2 USB Ports HAD Controller Enabled 4 USB Ports SMBUS Controller Enabled 6 USB Ports 8 USB Ports 10 USB Ports PCIE Ports Configuration PCIE Port 0 Auto Select Screen PCIE Port 1 Auto fj Select Item PCIE Port 2 Auto Change Option PCIE Port 3 Auto F1 General Help PCIE Port 4 Auto F10 Save and Exit PCIE Port 5 Auto ESC Exit PCIE High Priority Port Disabled PCIE Port 0 IOxAPIC Enable Disabled PCIE Port 1 IOxAPIC Enable Disabled PCIE Port 2 Enable Disabled PCIE Port
26. ector 16 CN10 LCD Backlight Connector 17 J10 Digital Onne eicere teet 17 System Function 18 724 725 LVDS Connectors 19 J13 COM3 Serial Port DF11 Connector 19 Mini PCIE 20 J15 Keyboard amp Mouse Connector DF11 Connector 20 J16 SPI Flash Connector factory use only sees 20 J17 LPC Connector factory use 20 J19 Audio Connector DF11 Connector 21 J20 COM2 RS232 Serial 21 J21 Amplifier 22 12 1B893 User s Manual INSTALLATIONS 2 Connector Locations IB893 FAN BZ Je M BS P 6 J 7 48 n d 5 2 ver PD 5 gt N n z E 24 Q9 Hi HS gt NS NT
27. fan speeds and system voltages CPU Shutdown temperature The system will shut down automatically under OS with ACPI mode when the CPU temperature reaches the configured temperature 1B893 User s Manual 29 BIOS SETUP BIOS SETUP UTILITY General Settings Configuration settings gt General ACPI Configuration gt Advanced ACPI Configuration gt Chipset ACPI Configuration Select Screen tl Select Item Enter Go to Sub Screen F1 General Help F10 Save and Exit ESC Exit BIOS SETUP UTILITY Select the ACPI state used for Suspend mode S1 POS System Suspend General ACPI Configuration Select Screen tl Select Item Change Option F1 General Help F10 Save and Exit ESC Exit Suspend Mode The options of this field are 51 53 and Auto BIOS SETUP UTILITY Enable RSDP pointers Advance ACPI Configuration ut to 64 bit Fixed System ACPI Version Features ACPI v1 0 Description Tables ACPI APIC support Enabled Different ACPI version Has some addition 30 1B893 User s Manual BIOS SETUP H E BIOS SETUP UTILITY South Bridge ACPI Configuration Options Energy Lake Feature Disabled Enabled APIC ACPI SCI IRQ Disabled Disabled USB Device Wakeup From 53 54 Disabled Select Screen tl Select Change Option F1 General Help F10 Save and Exit ESC Exit BIOS SETUP UTILITY Enable or disable
28. ion unsigned char NewData NewData 1 for input 0 for output Set W627UHG LD 0x08 switch to logic device 8 Set W627UHG Reg 0xE0 NewData unsigned char DioSGetDirection void unsigned char result Set W627UHG LD 0x08 switch to logic device 8 result Get W627UHG Reg 0xE0 return result EEE 64 1B893 User s Manual
29. isabled your system has a Plug OffBoard PCI ISA IDE Card Auto and Play operating system Advanced PCI PnP Settings RQ3 Avai RQ4 Avai RQ5 Avai RQ7 Avai RQ9 Avai RQ10 Avai RQ11 Avai RQ14 Avai RQ15 Avai oo Select Screen Channel 0 Avai 1 Select Item DMA Channel 1 Avail Change Option DMA Channel 3 Avai F1 General Help DMA Channel 5 F10 Save and Exit DMA Channel 6 Avai ESC Exit DMA Channel 7 Avai Reserved Memory Size Disabled Plug amp Play O S This lets BIOS configure all devices in the system or lets the OS configure PnP devices not required for boot if your system has Plug and Play OS Allocate IRQ to PCI VGA This assigns to PCI VGA card if card requests or doesn t assign IRQ to PCI VGA card even if card requests an IRQ IRQ Use the IRQ address to specify what IRQs can be assigned to a particular peripheral device 34 1B893 User s Manual BIOS SETUP OEE Boot Settings BIOS SETUP UTILITY Advanced PCIPnP Boot Security Chipset Configure Settings during System Boot Boot Settings gt Boot Settings Configuration Select Screen tl Select Item Enter Go to Sub Screen F1 General Help F10 Save and Exit ESC Exit Boot Device Priority gt Hard Disk Drives gt CD DVD Drives BIOS SETUP UTILITY Allows BIOS to skip certain tests while booting This will Quick Boot
30. lling Driver Intel R ICH8 Family USB2 Enhanced Host Controller 2836 Version 9 1 1 1016 Installing Driver Intel R ICH8 Family USB2 Enhanced Host Controller 283A Version 9 1 1 1016 Installing Driver Intel R ICH8M LPC Interface Controller 2815 Version 86 1 1002 Installing Driver Intel R ICH8 Family PCI Express Root Port 1 283F Version 8 6 1 1002 Installing Driver Intel R ICH8 Family PCI Express Root Port 4 2845 Version 86 1 1002 Click Next to continue 1B893 User s Manual 45 DRIVERS INSTALLATION 4 The Setup process is now complete Click Finish to restart the computer and for changes to take effect Intel amp Chipset Device Software Intel Chipset Device Software Setup Is Complete You must restart this computer For the changes to take effect Would you like to restart the computer now Yes I want to restart this computer now No I will restart this computer later Click Finish then remove any installation media From the drives 46 1B893 User s Manual DRIVERS INSTALLATION Intel Pineview Chipset Family Graphics Driver Installation 1 Insert the drivers DVD into the DVD drive Click Intel and then Intel R Pineview Chipset Drivers Click Intel R Pineview Chipset Family Graphics Driver nily Graphics Driver 2 When the welcome screen of the Intel R Graphics Media Accelerator Driver appears click Next to continue Intel
31. lt in USB 2 0 host controller support 8 ports Serial ATA Ports Audio ICH8M built in SATA controller supports 2 ports Intel ICH8M built in audio controller w Realtek ALC662 VD Codec supports 5 1 CH audio amp SSM2304 2W 4ohm Amplifier LPC I O Digital IO Nuvoton NCT6627UD COM1 RS232 422 485 EXAR SP339EER1 232 422 485 transceiver x 1 for jumper less COM2 COM4 RS232 only with pin 9 with power for 2 ports 500 mA for each port EXAR SP3243EBER x 3 Hardware monitor 2 thermal inputs 4 voltage monitor inputs VIDO 4 amp 1 x Fan Header 4 in amp 4 out Keyboard Mouse Connector Thru pin headers Expansion Slots Edge Connector On Board Header Connector Watchdog Timer Mini PCI e socket x 1 w USB signal DB15 x1 for VGA RJ45 x2 for LAN 1 amp 2 USB stack connector x 1 for USB1 2 DB9 x 1 for COM1 DF11 2x4 pin socket for KB mouse 2x4 pin header x 3 for 6 USB ports DF13 socket connector x 2 for 24 bit dual channel LVDS 2x6 pin box header x1 for Audio 4 pin header x1 for speaker 2x5 pin box header x 1 for COM2 2x10 pin box header x 1 for COM3 4 2x5 pin headers x 1 for LPC 80 port card debugging purpose Mini PCl e 1x connector x 1 4 pin box header x 1 for backlight brightness control 4 pin power connector x 2 for SATA HDD Yes 256 segments 0 1 2 255 sec min Power Connector RoHS 12V DC in Yes Board Size 102mm x 147mm 1B893 User s Manual 3
32. me file below to view the system requirements and installation information WBCACRCKCA CA h A h h OA A A A CR Oh B R h 5 A A AX D A Roh hc Rh A ACA CA OR OR h ch h ho A A A A OR B B B d f NA Production Version Releases Microsoft Windows XP Driver Revision PV 14 37 50 1 5182 v lt Back Cancel 48 1B893 User s Manual DRIVERS INSTALLATION 5 Click Next in the Setup Progress screen Intel amp Graphics Media Accelerator Driver Intel Graphics Media Accel rator Driver Setup Progress Please wait while the Following setup operations are performed Creating Key HKLM SOFTWARE Microsoft Windows CurrentVersion Uninstall HDMI InstallLoc Creating Key HKLM SOFTWARE Micrasoft Windows CurrentVersion Uninstall HDMI NoModify Creating Key HKLM SOFTWARE Microsoft Windows CurrentV ersion Uninstall HDMI NoRepair Creating Key HKLMISOFTWARE Microsoft Windows CurrentVersioniUninstalll HDMI VersionMe Creating Key HKLMISOFTWARE Microsoft Windows Current Version Uninstalll HDMI VersionMit Creating Key HKLM SOFTWARE Microsoft Windows Current ersion Uninstall HDMI Displayve Installing Driver Intel R Graphics Media Accelerator 3150 Version 6 14 10 5182 Click Next to continue 6 Setup is now complete Click Finish to restart the computer and for changes to take effect Intel amp Graphics Media Accelerator Driver Intel Graphics Media Accelerator Driver Setup Is Complete You mus
33. ntel Atom DC D525 processor with ICH8M chipset It has one DDR3 800MHz SO DIMM memory slot that can fit in up to 4GB of system memory graphics support dual 24 bit LVDS interface The board has edge connectors for VGA CRT two RJA5 two LAN USB stack connector and a serial port total of four RS232 serial ports are available on board Expansion is provided with a Mini PCI e socket Other features include two SATA connectors digital I O KB mouse headers watchdog timer and a 12V DC in power connector Board dimensions are 102mm and 147mm 1B893 User s Manual 1 INTRODUCTION es Checklist Your IB893 package should include the items listed below e The IB893 3 5 disk size SBC e This User s Manual e 1 CD containing chipset drivers and flash memory utility 2 1B893 User s Manual INTRODUCTION 1B893 Specifications Product Name 1B893 Form Factor 3 5 CPU Type Intel Pineview D DC Processor CPU Speed Intel Atom DC D525 1MB cache 1 66GHz 13W 22mm x 22mm Micro FCBGA8 BIOS AMI BIOS Chipset ICH8M 31mm x 31mm T PBGA 2 4W Memory DDR3 800MHz SO DIMM x 1 w o ECC Max 4GB Single channel VGA Intel Integrated Graphics Controller Supports DirectX 9 Graphic 200MHz 400MHz OpenGL 1 4 LVDS Xilinx XC3S200AN 4FTG256C FPGA for converting 18 bit to 24 bit Support 24 bit dual channels LVDS interface w DF13 socket x2 LAN Realtek 8111G CG x 2 32 pin QFN package USB ICH8M bui
34. r in HiSpeed 480Mbps or FullSpeed 12Mbps This option is enabled by HiSpeed BIOS EHCI Hand Off Enabled Disabled This is a workaround for Oses without EHCI hand off support The EHCI ownership change should be claimed by EHCI driver USB 3 0 Controller Mode Enabled USB3 0 legacy support BIOS XHCI Hand Off This is a workaround for OSes without XHCI hand off support The XHCI ownership change should claim by XHCI driver 32 1B893 User s Manual BIOS SETUP Options LAN Configuration Onboard LAN Option ROM Disabled Disabled Enabled Select Screen tl Select Change Field Fi General Help F10 Save and Exit ESC Exit Onboard LAN Option ROM Enabled Disabled Onboard LAN option ROM GPIO Configuration Options GPIO12 Disabled CRIT Enabled GPIO18 Select Screen 12 Select ChangeField F1 General Help F10 Save and Exit ESC Exit 1B893 User s Manual 33 BIOS SETUP PCIPnP Settings This option configures the PCI PnP settings BIOS SETUP UTILITY Advanced PCIPnP Boot Security Chipset NO lets the BIOS Configure all the WARNING Setting wrong values in below sections Devices in the system may cause system to malfunction YES lets the Clear NVRAM No Plug amp Play O S operating system PCI Latency Timer 64 configure Plug and Allocate IRQ to PCI VGA Yes Play PnP devices not Palette Snooping Disabled required for boot if PCI IDE BusMaster D
35. stem to malfunction North Bridge Configuration 9 9 lt Select Screen tl Select Enter Go to Sub Screen F1 General Help F10 Save and Exit ESC Exit South Bridge Configuration BIOS SETUP UTILITY North Bridge Chipset Configuration Options PCI MMIO Allocation 4GB To 3072MB Enabled DRAM Frequency Auto Disabled Configure DRAM Timing by SPD Enabled Initiate Graphics Adapter IGD Internal Graphics Mode Select Enabled 8MB Select Screen tl Select Change Option F1 General Help F10 Save and Exit ESC Exit PEG Port Configuration Video Function Configuration Configure DRAM Timing by SPD When this item is enabled the DRAM timing parameters are set according to the DRAM SPD Serial Presence Detect When disabled you can manually set the DRAM timing parameters through the DRAM sub items iii 38 1B893 User s Manual BIOS SETUP g Initiate Graphic Adapter Select which graphics controller to use as the primary boot device This option by default is set to IGD Internal Graphics Mode Select Use the feature to set the amount of system memory to be used by the internal graphics that requires a specified area of memory BIOS SETUP UTILITY Video Function Configuration Options DVMT Mode Select DVMT Mode Fixed Mode DVMT FIXED Memory 256MB DVMT Mode Boot Display Device CRT Flat Panel Type 1024x768 LVDS Back Light Control 0 lt Sel
36. t restart this computer For the changes to take effect Would you like to restart the computer now Yes I want to restart this computer now C No I will restart this computer later Click Finish then remove any installation media From the drives 18893 User s Manual 49 DRIVERS INSTALLATION Realtek High Definition Codec Audio Driver Installation 1 Insert the drivers DVD into the DVD drive Click Intel and then Realtek High Definition Codec Audio Driver asilo Thao OD Realtek High Definition Codec Audio Driver 2 When the welcome screen to InstallShield Wizard appears click Next to start the installation 3 When the InstallShieldWizard has finished performing maintenance operations on Realtek High Definition Codec Audio Driver click Finish to restart the computer EE 1 50 1B893 User s Manual DRIVERS INSTALLATION Realtek GbE FE Ethernet PCI E NIC Drivers Installation Follow the steps below to install Realtek RTL8111E LAN Drivers 1 Insert the CD that comes with the board Click LAN Card then Realtek Lan Controller Drivers Intel LAN Controller Drivers Realtek LAN Controller Drivers Marvell LAN Controller Driver Tools Realtek LAN Controller Drivers 2 Click Realtek RTL8111E LAN Drivers Realtek RTL8103EL LAN Drivers Realtek RTL8111C LAN Drivers Realtek RTL8111DL LAN Drivers Realtek RTL8111E LAN Drivers Support Realtek RTL8111E LAN Dri
37. t the system and Setup utility User Password sets a password that will be used exclusively on the system To specify a password highlight the type you want and press Enter The Enter Password message prompts on the screen Type the password and press Enter The system confirms your password by asking you to type it again After setting a password the screen automatically returns to the main screen To disable a password just press the Enter key when you are prompted to enter the password A message will confirm the password to be disabled Once the password is disabled the system will boot and you can enter Setup freely BIOS SETUP UTILITY Advanced PCIPnP Boot Security Chipset Install or Change the Password Security Settings Supervisor Password Not Installed User Password Not Installed Change Supervisor Password Select Screen Change User Password 1 Select Item Enter Change Boot Sector Virus Protection Disabled Fi General Help F10 Save and Exit ESC Exit 1B893 User s Manual 37 BIOS SETUP g has Advanced Chipset Settings This setting configures the north bridge and south bridge settings WARNING Setting the wrong values may cause the system to malfunction BIOS SETUP UTILITY Advanced Security Chipset Exit Configure North Bridge features Advanced Chipset Settings WARNING Setting wrong values in below sections may cause sy
38. this session Load Optimal Defaults This option allows you to load the default values to your system configuration These default settings are optimal and enable all high performance features Load Failsafe Defaults This option allows you to load the troubleshooting default values permanently stored in the BIOS ROM These default settings are non optimal and disable all high performance features 1B893 User s Manual 41 BIOS SETUP g F This page is intentionally left blank 1 42 1B893 User s Manual DRIVERS INSTALLATION Drivers Installation This section describes the installation procedures for software and drivers under the Windows XP Windows Vista and Windows 7 The software and drivers are included with the motherboard If you find the items missing please contact the vendor where you made the purchase The contents of this section include the following Intel Chipset Software Installation Utility 44 Intel Pineview Chipset Family Graphics Driver Installation 47 Realtek High Definition Codec Audio Driver Installation 50 Realtek GbE FE Ethernet PCI E NIC Drivers Installation 51 IMPORTANT NOTE After installing your Windows operating system Windows XP Vista 7 you must install first the Intel Chipset Software Installation Utility before proceeding with the drivers installation
39. tring the brand name of the CPU being used Frequency the CPU processing speed FSB Speed the FSB speed Cache L1 the CPU L1 cache size Cache L2 the CPU L2 cache Max CPUID Value Limit Disabled for WindowsXP Execute Disable Bit Capability XD can prevent certain classes of malicious buffer overflow attacks when combined with a supporting OS Hyper Threading Technology Enabled for Windows XP and Linux OS optimized for Hyper Threading Technology and Disabled for other OS OS not optimized for Hyper Threading Technology When Disabled only one thread per enabled core is enabled Intel SpeedStep tm tech Pineview M Disabled Disable GV3 Enabled Enable GV3 Intel R C STATE tech CState CPU idle is set to C2 C3 C4 State Enhanced C States CState CPU idle is set to Enhanced C States 1B893 User s Manual 27 BIOS SETUP BIOS SETUP UTILITY Options IDE Configuration ATA IDE Configuration Enhanced Disabled Configure SATA as IDE Compatible Enhanced Primary IDE Master Not Detected Secondary IDE Master Not Detected Hard Disk Write Protect Disabled Select Screen IDE Detect Time Out Sec 85 tl Select ATA PI 80Pin Cable Detection Host amp Device Change Option F1 General Help F10 Save and Exit ESC Exit The IDE Configuration menu is used to change and or set the configuration of the IDE devices installed in the system ATA IDE Configuration 1 Disabled 2 Comp
40. vers 18893 User s Manual 57 DRIVERS INSTALLATION s ssErr m 3 When the welcome screen to InstallShield Wizard appears click Next to start the installation REALTEK GbE amp FE Ethernet PCI E NIC Driver InstallShield Wizard Welcome to the InstallShield Wizard for REALTEK GbE amp FE Ethernet PCI E NIC Driver The InstallShield Wizard will install REALTEK GbE amp FE Ethemet PCI E NIC Driver on your computer To continue click Next 4 When the InstallShield Wizard has finished installing the Realtek LAN drivers click Finish REALTEK GbE amp FE Ethernet PCI E NIC Driver InstallShield Wizard InstallShield Wizard Complete The InstallShield Wizard has successfully installed REALTEK GbE amp FE Ethemet PCI E NIC Driver Click Finish to exit the wizard j x 52 18893 User s Manual APPENDIX Appendix A I O Port Address Map Each peripheral device in the system is assigned a set of I O port addresses that also becomes the identity of the device The following table lists the I O port addresses used Address Device Description 000h 01Fh DMA Controller 1 020h 03Fh Interrupt Controller 1 040h 05Fh Timer 060h 06Fh Keyboard Controller 080h 09Fh DMA Page Register OAOh OBFh Interrupt Controller 2 OCOh ODFh DMA Controller 2 OFOh Clear Math Coprocessor Busy Signal 1FOh 1F7h IDE Interface 2E8h 2EFh Serial Port 4 COM4 360h 36Fh Network

Download Pdf Manuals

image

Related Search

Related Contents

installation manual manuel d`installation - Pioneer Europe  Philips DVD707/781 User's Manual  sistema HYD. piloto y direccion 950G  Newstar LCD/Plasma/LED ceiling mount    Canon P114F User's Manual  LEÇON N˚ 81 : Exemples d`approximation d`une  Magix Video deluxe 17 Plus HD  USER`S MANUAL  平成14年(ネ)第6311号 不正競争行為差止等請求控訴事件  

Copyright © All rights reserved.
Failed to retrieve file