Intel MI910F user manual Appendix

Page 64

APPENDIX

void copyright(void)

{

printf("\n======== Winbond 83627EHF Watch Timer Tester (AUTO DETECT) ========\n"\

"Usage : W627E_WD reset_time\n"\

"Ex : W627E_WD 3 => reset system after 3 second\n"\

"W627E_WD 0 => disable watch dog timer\n");

}

//=========================================================================== void EnableWDT(int interval)

{

unsigned char bBuf;

bBuf = Get_W627EHF_Reg( 0x2D); bBuf &= (!0x01); Set_W627EHF_Reg( 0x2D, bBuf);

Set_W627EHF_LD( 0x08);

Set_W627EHF_Reg( 0x30, 0x01);

bBuf = Get_W627EHF_Reg( 0xF5); bBuf &= (!0x08); Set_W627EHF_Reg( 0xF5, bBuf);

Set_W627EHF_Reg( 0xF6, interval);

//Enable WDTO

//switch to logic device 8 //enable timer

//count mode is second

//set timer

}

//=========================================================================== void DisableWDT(void)

{

Set_W627EHF_LD(0x08);

//switch to logic device 8

Set_W627EHF_Reg(0xF6, 0x00);

//clear watchdog timer

Set_W627EHF_Reg(0x30, 0x00);

//watchdog disabled

}

//===========================================================================

60

MI910 User’s Manual

Image 64
Contents Intel CoreTM 2 Duo Celeron GM965 VersionAcknowledgments Table of Contents MI910 Mini ITX Motherboard Introduction Product DescriptionChecklist MI910 Specifications CPU FSBBoard Dimensions Installations Installing the CPU Installing the Memory LockSetting the Jumpers Jumper Locations on MI910 JP5 LCD Panel Power Selection JBAT1 Clear Cmos SettingJP9 PCI/PCIE Riser Card Selection JP8 CompactFlash Slave/Master SelectionConnectors on MI910 Connector Locations on MI910 MI910 Solder Side CN1 PS/2 Keyboard and PS/2 Mouse Connectors CN2, CN3 COM1 and VGA ConnectorFAN2 CPU Fan Power Connector IDE1 IDE Connector FDD1 Floppy Drive ConnectorATX1 ATX Power Supply Connector J1 Fpanel System Function ConnectorPower LED Pins 11 Pin # Signal Name FUSB1 USB0/USB1 Connector COM2J3, J4 Lvds Connectors 1st channel, 2nd channel J5 LCD Backlight ConnectorJ7 Mini PCI Connector CN8, CN9 Sata Connectors J2 COM2 Serial PortJ10 SPI Flash Connector factory use only J11 1394 ConnectorJ12 Front Audio Connector J8 Digital I/OJ14 IrDA Connector SDVOCCLK+ SdvocclkHeaders and Connectors on MI910 Daughter Cards JP4RED ID391 J2 DVI Connector This page is intentionally left blank Bios Setup Bios Introduction Bios SetupPhoenix AwardBIOS Cmos Setup Utility Standard Cmos Setup DateIDE Channel Master/Slave TimeDrive a / Drive B Video Halt OnAdvanced Bios Features CPU FeatureHard Disk Boot Priority Virus WarningQuick Power On Self Test First/Second/Third Boot DeviceBoot Other Device Boot Up Floppy SeekTypematic Delay Msec Apic ModeSecurity Option MPS Version Control for OSSystem Bios Cacheable Advanced Chipset FeaturesMemory Hole At 15M-16M Panel Scaling On-Chip VGA SettingPanel Number Integrated Peripherals OnChip IDE DeviceIDE HDD Block Mode On-chip Primary PCI IDE EnabledOn-chip Primary/Secondary PCI IDE IDE Primary/Secondary Master/Slave PIOOn-Chip Serial ATA Setting Power on FunctionKB Power on Password Hot Key Power onUart Mode Select Onboard Serial PortPwron After PWR-Fail USB 1.0 ControllerPower Management Setup RUN Vgabios if S3 ResumePower Management Acpi FunctionSuspend Mode HDD Power DownPower On by Ring Video Off MethodResume by Alarm Reload Global Timer EventsPNP/PCI Configurations CPU Warning Temperature Temperatures/VoltagesShutdown Temperature 1st 2st Smart Fan TemperatureAuto Detect PCI Clk Frequency/Voltage ControlSpread Spectrum Modulated Load Fail-Safe Defaults Load Optimized DefaultsSet Supervisor Password Save & Exit SetupDrivers Installation Intel Chipset Software Installation Utility Click IntelR Chipset Software Installation UtilityDrivers Installation VGA Drivers Installation Click IntelR GM965Chipset Family Graphics DriverImportant Note AC97 Codec Audio Driver Installation Click Realtek AC97 Codec Audio DriverLAN Drivers Installation Click Install Base Software to continueDriver Installation Appendix O Port Address MapInterrupt Request Lines IRQ Level FunctionWatchdog Timer Configuration Sample CodeAppendix OutportbW627EHFINDEXPORT, W627EHFLOCK W627EHFLOCK