From owner-freebsd-hackers@FreeBSD.ORG Mon Oct 6 00:06:34 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 8C1CE16A4B3 for ; Mon, 6 Oct 2003 00:06:34 -0700 (PDT) Received: from priv-edtnes46.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0FE43FDD for ; Mon, 6 Oct 2003 00:06:33 -0700 (PDT) (envelope-from sh@bel.bc.ca) Received: from antalus ([154.5.106.237]) by priv-edtnes46.telusplanet.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031006070632.RZOY22757.priv-edtnes46.telusplanet.net@antalus> for ; Mon, 6 Oct 2003 01:06:32 -0600 Message-ID: <000501c38bd8$6016ce50$0300000a@antalus> From: "Sean Hamilton" To: Date: Mon, 6 Oct 2003 00:06:32 -0700 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 Subject: VT8237 serial-ATA support, Promise ATA stalls, GEOM noise 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: Mon, 06 Oct 2003 07:06:34 -0000 I'm looking to replace an aging fileserver with an Asus A7V600 board. Presently it appears FreeBSD does not support the serial ATA interface on the south bridge. As this appears to be the first Via serial ATA controller, am I safe in assuming this will not be supported for some time? I have two Asus boards (A7V8X and A7V) which have in common a Promise ATA controller. Both of these boards hang up for about a minute during the boot of 5.1-RELEASE, and emit messages about ad* devices being reset -- I cannot paste them verbatim as they seem to have been omitted from my dmesg. In the case of the A7V8X, the controller is unused and disabled in the BIOS. Has this been rectified for 5.2? When using atacontrol's software RAID functionality, GEOM laments "Opened disk ad6 -> 1" at boot. This seems like benign noise, perhaps it should be removed -- it appears to be a forgotten debug message, /sys/geom/geom_disk.c 1.72, line 115.