Intel 965 motherboard series


 
Thread Tools Search this Thread
Operating Systems Linux Intel 965 motherboard series
# 1  
Old 06-16-2008
Intel 965 motherboard series

Can anybody help me about 965 motherboard? I have one, and i want visual console on it in RHEL5. If anyone has the module any any form plz send it for me.

I will very thankful to U.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Change motherboard

Hello, I am fairly new to Solaris ... You can change the motherboard of a computer with solaris 10? Exist a tutorial for this or can you tell me how to do this? Thanks in advance (3 Replies)
Discussion started by: sedos
3 Replies

2. Solaris

corrupted motherboard

hi i have a sun server V890 and i added two cpu/memory modules to it but it caused the motherboard to become corrupted could you please help me find what causes this problem and how to avoid it because i changed the corrupted motherboard and i want to do the expansion and I'm scared that ... (2 Replies)
Discussion started by: bahjatm
2 Replies

3. UNIX for Dummies Questions & Answers

Replacing Motherboard

My UNIX (SCO) crashed. I replaced the MB and tried reconfiguring all the devices etc...the system detects the NIC ok, but the following are not working properly a) keyboard/credit card swipe which connects to PS/2 port not working b) unable to connect to another PC in the small network c)... (0 Replies)
Discussion started by: maakus
0 Replies

4. Windows & DOS: Issues & Discussions

Need BIOS drivers for motherboard

Does anyone know a good driver site. If you've heard of driverguide.com or driversearch.com please do not reccomend them because I already know them. I need to know where to get Motherboard drivers for a homemade computer. If there is any info that you need to know feel free to make a reply. :) (5 Replies)
Discussion started by: computek
5 Replies

5. Filesystems, Disks and Memory

Motherboard Compatibility

Hi there,, I URGENTLY need to know if the Gigabyte GA 8IDML Motherboard is compatible with the Unix BSD. We need to know if we should buy new boards before we can use the product. Thanking you Hannelie Bosch:confused: :confused: (1 Reply)
Discussion started by: hbosch
1 Replies

6. UNIX for Dummies Questions & Answers

Which motherboard???

Hello All I'm looking to buy a new motherboard because my current one (ABIT BE6-II v1.1) doesn't support the installation of Unix. I'd like to keep my CPU (Genuine Intel PIII 800 Mhz) and memory (512 Meg) to use on the new motherboard. My CPU is one of those cartridge types which is mounted... (5 Replies)
Discussion started by: purloiner
5 Replies
Login or Register to Ask a Question
ICHWD(4)						   BSD Kernel Interfaces Manual 						  ICHWD(4)

NAME
ichwd -- device driver for the Intel ICH watchdog interrupt timer SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ichwd Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ichwd_load="YES" DESCRIPTION
The ichwd driver provides watchdog(4) support for the watchdog interrupt timer present on all Intel ICH motherboard chipsets. The ICH WDT counts down in ticks of approximately 0.6 seconds; the exact value depends on hardware quality and environmental factors. Sup- ported watchdog intervals range from 2 to 63 ticks. Note that on some ICH-based systems, the WDT may be present but disabled, either in hardware or by the BIOS. The ichwd driver attempts to detect this condition and will refuse to attach if it believes the WDT is disabled. SEE ALSO
watchdog(4), watchdog(8), watchdogd(8), watchdog(9) Using the Intel ICH Family Watchdog Timer (WDT), Intel Application Note AP-725, Document Number 292273-001. HISTORY
The ichwd driver first appeared in FreeBSD 5.3. AUTHORS
The ichwd driver was written by Wm. Daryl Hawkins <dhawkins@tamu.edu> of Texas A&M University and Dag-Erling Smorgrav <des@FreeBSD.org>. This manual page was written by Dag-Erling Smorgrav <des@FreeBSD.org>. BSD
August 20, 2008 BSD