From owner-freebsd-current@FreeBSD.ORG Wed Oct 15 01:34:14 2003 Return-Path: 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 2A6B816A4B3 for ; Wed, 15 Oct 2003 01:34:14 -0700 (PDT) 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 6082F43FDD for ; Wed, 15 Oct 2003 01:34:10 -0700 (PDT) (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 h9F8Y6lG010005; Wed, 15 Oct 2003 10:34:06 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id h9F8Y61O010004; Wed, 15 Oct 2003 10:34:06 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200310150834.h9F8Y61O010004@spider.deepcore.dk> In-Reply-To: To: Balazs Nagy Date: Wed, 15 Oct 2003 10:34:06 +0200 (CEST) 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-current@FreeBSD.ORG Subject: Re: sata + vinum + Asus p4p800 = :( X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 08:34:14 -0000 It seems Balazs Nagy wrote: > Hi, > > I had a -CURRENT setting with an Abit BE7-S and two SATA disks with > vinum configuration. It worked very well until a power failure, and > the mainboard died. Yesterday I got a replacement mainboard, the only > type met the requirements (eg. two SATA ports) in the store: an Asus > P4P800. > > My only problem is with the disks. I can use all USB ports (8; what a > server could do with eight USB ports?), the 3C940 Gigabit Ethernet port > (I disabled the sound subsystem), and everything works until the first > fsck, when the kernel paniced. Here is the dmesg: > > GEOM: create disk ad0 dp=0xc6b4bb70 > ad0: 4028MB [8184/16/63] at ata0-master UDMA33 > acd0: CDROM at ata0-slave PIO4 > GEOM: create disk ad4 dp=0xc6b4b070 > ad4: 117246MB [238216/16/63] at ata2-master UDMA133 > GEOM: create disk ad6 dp=0xc6b4b170 > ad6: 117246MB [238216/16/63] at ata3-master UDMA133 > Mounting root from ufs:/dev/vinum/root > panic: ata_dmasetup: transfer active on this device! > > I did further investigation: I booted from ata0-master, and mounted > /dev/vinum/root as /mnt. A simple fsck -f -B /mnt killed the system. > I did the same with /dev/ad4s1a (this is the boot hack partition from > the handbook), then I switched off softupdates. No win. I tried to > boot with safe mode either, but it hung with page fault. > > What can I do? Besides, why my SATA interfaces are recognized as > UDMA133? First loose vinum from the mix, if we should have a chance finding the problem we need to lower the number of unknowns. Then tell us if and how it fails, dmesg from verbose booted system, backtrace etc, you know the drill if running -current. That your disks are said to be ATA133 is of no concern if they are SATA connected, no matter what DMA speed the disk is set to the interface will run full SATA speed. This is all just for backwards compat in case you wonder and yes I'd have liked a bit in there stating that it ran SATA speed, but thats simply not there.. -Søren