From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 2 14:06:13 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 F28E916A4D2; Tue, 2 Dec 2003 14:06:12 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0605243FDF; Tue, 2 Dec 2003 14:06:11 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id hB2M6rtx047228; Tue, 2 Dec 2003 23:06:53 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hB2M6ruW047227; Tue, 2 Dec 2003 23:06:53 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200312022206.hB2M6ruW047227@spider.deepcore.dk> In-Reply-To: <012401c3b8f9$d1a513d0$43c8a8c0@orac> To: Duncan Barclay Date: Tue, 2 Dec 2003 23:06:53 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 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:06:13 -0000 It seems Duncan Barclay wrote: > 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. 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.. -Søren .. but it works under windows!!