From owner-freebsd-current Wed Feb 12 10: 9:40 2003 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 6735637B401; Wed, 12 Feb 2003 10:09:39 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29FB043F3F; Wed, 12 Feb 2003 10:09:37 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h1CI9Zdx054097; Wed, 12 Feb 2003 19:09:35 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200302121809.h1CI9Zdx054097@spider.deepcore.dk> Subject: Re: kern/43345: Support for the SiS 651 ATA controller In-Reply-To: <3E4A8330.2070905@infowest.com> To: "Aaron D. Gifford" Date: Wed, 12 Feb 2003 19:09:35 +0100 (CET) Cc: freebsd-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Aaron D. Gifford wrote: > Then on one of the messages, I noticed a link to Patrick Bihan-Faou's > problem report, read it, and tried out his patch under 5.0-CURRENT > (having completed my install of 5.0-RELEASE and updated to -CURRENT). > Of course the line numbers were a bit different, but a hand patch of the > two files was quick and easy. A quick kernel recompile, BIOS re-enable > of UDMA, and boot proved the patch worked! The patch does *not* work, the reason you have it sortof working is that the driver writes to the wrong regs, and your BIOS set up the mode correctly.. I have a working solution here, and it will get committed to -current as soon as I have it tested some more. This cannot easily be backported to -stable since it is part of a major rewrite of parts of the ATA driver. However when it has proven to be working, I'll try to get the SiS part backported to the older ATA driver in -stable, time permitting... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message