From owner-freebsd-stable@FreeBSD.ORG Wed May 26 07:53:34 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E578C16A4CE for ; Wed, 26 May 2004 07:53:34 -0700 (PDT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5C43D48 for ; Wed, 26 May 2004 07:53:34 -0700 (PDT) (envelope-from david.gurvich@verizon.net) Received: from verizon.net ([68.160.200.76]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040526145259.SNHY18566.out011.verizon.net@verizon.net> for ; Wed, 26 May 2004 09:52:59 -0500 Message-ID: <40B4AF36.504@verizon.net> Date: Wed, 26 May 2004 10:52:38 -0400 From: David Gurvich User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [68.160.200.76] at Wed, 26 May 2004 09:52:58 -0500 Subject: WRITE command timeout X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 14:53:35 -0000 I've been having some trouble with nforce motherboard and FreeBSD-5.2.1-CURRENT as well. The only combinations that I have found to work consistently are disabling ACPI with hw.acpi.0.disabled="1" and either no PM or using apm, or enabling ACPI and APIC disabled with hw.apic.0.disabled="1". This solution would not work for SMP kernel. I'm not sure of the exact problem but there seems to be an irq sharing issue when both ACPI and APIC are enabled. These coexisted with 11/2003 5.1 but as of 5.2.1 there have been problems for me. Onbord Lan, USB, and either ACPI or APIC cannot coexist. There was also an issue with using multiple drives per ide-controller. No problem with a drive per controller, but add optical drive and hard-drive on same controller and all I got was fs corruption and r/w timeouts. BIOS upgrade improved r/w timeouts, so that it took less time to find out data was corrupted.