From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 2 14:35:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60EEF16A4CE; Tue, 2 Dec 2003 14:35:20 -0800 (PST) Received: from dmlb.org (cpc2-cmbg4-6-0-cust36.cmbg.cable.ntl.com [81.96.76.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A8543FEA; Tue, 2 Dec 2003 14:35:12 -0800 (PST) (envelope-from dmlb@dmlb.org) Received: from orac.my.domain ([192.168.200.67] helo=orac) by dmlb.org with smtp (Exim 3.36 #1) id 1ARJ6n-0005hm-00; Tue, 02 Dec 2003 22:35:05 +0000 Message-ID: <013d01c3b924$8b87cd40$43c8a8c0@orac> From: "Duncan Barclay" To: "Soren Schmidt" References: <200312022206.hB2M6ruW047227@spider.deepcore.dk> Date: Tue, 2 Dec 2003 22:35:10 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-hackers@FreeBSD.ORG cc: sos@FreeBSD.ORG Subject: Re: sata on -stable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 22:35:20 -0000 > From: "Soren Schmidt" >> >> I can hack the device recognition code to pick up the 8237 and set UDMA133 >> mode on the PATA drive I have in the machine, but I cannot seem to find my >> two SATA drives. Any suggestions on how to at least find the drives - I >> don't need the h/w RAID as I was going to use Vinum anyway. > > The SATA part of the VIA needs a bit more work, you can how its done in > current, not too bad just a few lines of code.. I've now got the SATA part recognised and find one of the two SATA drives and I'm able to acess the drive. Although there were lots of warnings about UDMA mode etc - not suprising becuase all I did was add a couple of case statements to recognise the device. It gave up on the other drive eventually. It's rather remarkable that it is working at all! I'll grub around in current tomorrow and see what I can do. Do you want patches directly or via a send-pr? Or shall I commit after your review? Thanks Duncan > -Søren > .. but it works under windows!! Who cares ;-)