Intel MB890 user manual mov cl, 0F5h

Page 60
mov cl, 0F5h

APPENDIX

mov cl, 0F5h

 

call Read_Reg

 

and al, NOT 08h

 

call Write_Reg

;set count mode as second

pop ax

 

mov cl, 0F6h

 

call Write_Reg

;set watchdog timer

mov al, 01h

 

mov cl, 30h

 

call Write_Reg

;watchdog enabled

call Lock_Chip ret

Enable_And_Set_Watchdog Endp ;[]=============================================== ; Name : Disable_Watchdog

; IN : None

;OUT : None ;[]=============================================== Disable_Watchdog Proc Near

call Unlock_Chip

mov cl, 07h

 

mov al, 08h

 

call Write_Reg

;switch to LD8

xor al, al

 

mov cl, 0F6h

 

call Write_Reg

;clear watchdog timer

xor al, al

 

mov cl, 30h

 

call Write_Reg

;watchdog disabled

call Lock_Chip ret

Disable_Watchdog Endp ;[]===============================================

56

MB890 User’s Manual

Image 60
Contents Intel Pentium M Mini-ITXMotherboard Version 1.1AMB890 Acknowledgments Installations BIOS SetupDrivers Installation IntroductionThis page is intentionally left blank Introduction Product DescriptionINTRODUCTION Checklist Cable kit IDE, Power, Audio, VGA CRTThe MB890 Pentium M Mini-ITXmotherboard MB890 Specifications Board Dimensions Installations INSTALLATIONSInstalling the CPU Installing the Memory DDR ModuleLock Setting the Jumpers Jumper Locations on MB890 JP2 Power Mode Setting JP3 LVDS Power SettingJP1 CPU Host Clock JP4 1394 Controller EEPROM Write ProtectJP9 COM2 RS232 Pin9 Setting JP10 COM1 RS232 Pin9 SettingJP11 Clear CMOS Contents JP13 Compact Flash Mode SettingJ13 Intel 82541GI Gigabit LAN Enable/Disable JP14 CPU VCCA Voltage SettingConnectors on MB890 錯誤! 尚未定義書籤。Connector Locations on MB890 錯誤! 尚未定義書籤。CN2 PS/2 Keyboard and PS/2 Mouse Connectors CN3 DVI-IConnectorCN1 DC Jack for DC Adaptor KeyboardCN4 Parallel Port Connector CN5, CN8 1394 Connectors optionCN6 RJ45 and 2 USB Ports CN7 COM1 and COM2 Serial PortsJ2 HDD Power Connector J3 Internal DC-InPower ConnectorJ5 LCD Backlight Setting J6, J8 LVDS Connectors 1st channel, 2nd channel J7 IrDA ConnectorJ10 Digital I/O J11, J12 USB Port Pin HeaderJ16 HDD Power Pin Header J18, J19 Primary and Secondary IDE ConnectorsJ17 Mini PCI Socket J18 Primary IDE ConnectorJ20 CD-In Pin Header J19 Secondary IDE ConnectorJ21 External Audio Connector J22 System Function ConnectorJ23 Wake On LAN Connector J24 Compact Flash SocketJ25 VGA CRT Connector J26 Power Connector for MB890D / MB890FDFAN1 CPU Fan Power Connector FAN2 System Fan Power ConnectorBIOS Setup BIOS Introduction BIOS SetupPress DEL to Enter Setup BIOS SETUP Standard CMOS Setup DateTime IDE Primary HDDs / IDE Secondary HDDsDrive A / Drive B CYLSVideo Halt OnAdvanced BIOS Features CPU FeatureQuick Power On Self Test Virus WarningFirst/Second/Third Boot Device Boot Other DeviceBoot Up Floppy Seek Boot Up NumLock StatusSecurity Option APIC ModeMPS Version Control for OS OS Select for DRAM 64MBAdvanced Chipset Features DRAM Timing SelectableCAS Latency Time Active to Precharge DelaySystem BIOS Cacheable Video BIOS CacheableDRAM RAS# Precharge DRAM Data Integrity ModeBoot Display AGP Aperture SizeOn-ChipVGA On-ChipFrame Buffer SizeIntegrated Peripherals OnChip Primary/Secondary PCI IDE IDE Primary/Secondary Master/Slave PIOIDE Primary/Secondary Master/Slave UDMA IDE HDD Block ModePower On After Fail USB 2.0 ControllerUSB Keyboard Support USB Mouse SupportUART Mode Select Parallel Port ModeStandard Printer Port Enhanced Parallel PortPower Management Setup Power Supply TypePower Management ACPI FunctionHDD Power Down Video Off MethodVideo Off In Suspend Suspend TypePower On by Ring Resume by AlarmReload Global Timer Events PNP/PCI Configurations Reset Configuration DataResources Controlled by PCI/VGA Palette SnoopPC Health Status CPU Warning TemperatureTemperatures/Voltages Shutdown TemperatureFrequency/Voltage Control Auto Detect PCI ClkSpread Spectrum Modulated Load Fail-SafeDefaults Load Optimized DefaultsSet Supervisor Password Save & Exit SetupBIOS SETUP Drivers Installation AC97 Codec Audio Driver InstallationIntel Chipset Software Intallation Utility DRIVER INSTALLATIONDRIVERS INSTALLATION VGA Drivers Installation AC97 Codec Audio Driver Installation 2.Click Realtek AC97 Codec Audio DriverIntel PRO LAN Drivers Installation 2.Click Install Base Software to continueAppendix A. I/O Port Address MapB. Interrupt Request Lines IRQ LevelC. Watchdog Timer Configuration mov cl, 0F5h Name Unlock Chip IN None Name Read Reg IN CL - register index D. Digital I/O Sample Code APPENDIX APPENDIX This page is intentionally left blank APPENDIX