From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 2 09:29:17 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 B9C8616A4CE; Tue, 2 Dec 2003 09:29:17 -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 8CC2743FB1; Tue, 2 Dec 2003 09:29:16 -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 1AREKp-00055X-00; Tue, 02 Dec 2003 17:29:15 +0000 Message-ID: <012401c3b8f9$d1a513d0$43c8a8c0@orac> From: "Duncan Barclay" To: Date: Tue, 2 Dec 2003 17:29:19 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Subject: 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 17:29:17 -0000 Hi Soren and all, Having just got a nice new motherboard, a PATA drive and a bunch of SATA disks I discover that my homework wasn't too good. -stable isn't detecting the VIA-8237 controller, and in particuluar it is not finding the SATA disks. 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. What other alternatives are there? -current Not ideal for the machine's use hack Where to start? Promise Any recommendations for a suitable SATA card for -stable? Thanks in advance, Duncan