From owner-freebsd-current@FreeBSD.ORG Thu Apr 8 16:54:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10D816A4CE for ; Thu, 8 Apr 2004 16:54:42 -0700 (PDT) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C16343D55 for ; Thu, 8 Apr 2004 16:54:42 -0700 (PDT) (envelope-from jdoolittle@kingsquarry.net) Received: from mercury.kingsquarry.net ([65.1.130.141]) by imf23aec.mail.bellsouth.netESMTP <20040408235441.ROMI23778.imf23aec.mail.bellsouth.net@mercury.kingsquarry.net> for ; Thu, 8 Apr 2004 19:54:41 -0400 Received: by mercury.kingsquarry.net (Postfix, from userid 1000) id BC8847B2; Thu, 8 Apr 2004 19:54:40 -0400 (EDT) Received: from kingsquarry.net (mars.kingsquarry.net [192.168.1.71]) by mercury.kingsquarry.net (Postfix) with ESMTP id B4CB83D for ; Thu, 8 Apr 2004 19:54:36 -0400 (EDT) Message-ID: <4075E63C.3060709@kingsquarry.net> Date: Thu, 08 Apr 2004 19:54:36 -0400 From: Jeff Doolittle User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mercury.kingsquarry.net X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 Subject: ASUS P4C800-E Deluxe and ICH5R support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 23:54:42 -0000 I've seen eMails regarding ICH5R support on other motherboards being added, is there plans to add support for the ASUS P4C800-E Deluxe? I tried both FreeBSD v5.2.1 & am now updating to current on a daily basis hoping the following error will be address: ad12: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA = xxxx or ad10: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA = xxxx and the machine is hung, requiring a hard reset. The following are from dmesg: FreeBSD 5.2-CURRENT #0: Thu Apr 8 13:27:36 EDT 2004 root@saturn.kingsquarry.net:/usr/obj/usr/src/sys/GENERIC ..... Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2398.85-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf25 Stepping = 5 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 536018944 (511 MB) avail memory = 514789376 (490 MB) ..... atapci0: port 0xd880-0xd8ff,0xdfa0-0xdfaf,0xdf00-0xdf3f mem 0xfeac0000-0xfeadffff,0xfeafe000-0xfeafefff irq 23 at device 4.0 on pci3 ata2: at 0xfeafe000 on atapci0 ata3: at 0xfeafe000 on atapci0 ata4: at 0xfeafe000 on atapci0 isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0xfc00-0xfc0f,0-0x3,0-0x7,0-0x3,0-0x7 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 atapci2: port 0xef90-0xef9f,0xefa8-0xefab,0xefa0-0xefa7,0xefac-0xefaf,0xefe0-0xefe7 irq 18 at device 31.2 on pci0 ata5: at 0xefe0 on atapci2 ata6: at 0xefa0 on atapci2 ..... ad0: 19092MB [38792/16/63] at ata0-master UDMA100 acd0: CDRW <48X12X50 CD-RW 1.04 20021101> at ata1-master PIO4 ad4: 190782MB [387621/16/63] at ata2-master UDMA100 ad6: 190782MB [387621/16/63] at ata3-master UDMA100 em0: Link is up 100 Mbps Full Duplex ad10: 190782MB [387621/16/63] at ata5-master UDMA100 ad12: 190782MB [387621/16/63] at ata6-master UDMA100 ar0: 381564MB [48642/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master ar1: 381564MB [48642/255/63] status: READY subdisks: disk0 READY on ad10 at ata5-master disk1 READY on ad12 at ata6-master NOTE #1: ar0 is a Promise created RAID array. NOTE #2: at1 is a atacontrol created RAID array, because the BIOS created is not recognized. Basically the machine crashed when I run rsync from the Promise raid drives to the Intel raid drives. In the past I could copy between 1 - 2gig and it would hang with the above error messages, except yesterday's build dumped me in debug mode, today's build is the first I have seen it acknowlegde the Intel ICH5 SATA150 controller and it errors out almost immediately after starting rsync. Is there more information I can/should provide to help resolve this problem? I apologize, this is the first time I've ever had a "problem" with FreeBSD since I started using it at v2.2.7.... Thanks. - Jeff Thanks...