From owner-freebsd-current@FreeBSD.ORG Tue Mar 30 06:29:01 2004 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 D8E2916A4CE for ; Tue, 30 Mar 2004 06:29:01 -0800 (PST) Received: from therion.astral-on.net (therion.astral-on.net [193.41.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC60E43D1F for ; Tue, 30 Mar 2004 06:29:00 -0800 (PST) (envelope-from ad@astral-on.net) Received: from odin.astral-on.net (odin.astral-on.net [193.41.4.6]) i2UESuUb031650 for ; Tue, 30 Mar 2004 17:28:57 +0300 (EEST) (envelope-from ad@astral-on.net) Received: from odin.astral-on.net (localhost.astral-on.net [127.0.0.1]) by odin.astral-on.net (8.12.8p2/8.12.8) with ESMTP id i2UESu41043030 for ; Tue, 30 Mar 2004 17:28:56 +0300 (EEST) (envelope-from ad@odin.astral-on.net) Received: (from ad@localhost) by odin.astral-on.net (8.12.8p2/8.12.8/Submit) id i2UESubo043029 for current@freebsd.org; Tue, 30 Mar 2004 17:28:56 +0300 (EEST) Date: Tue, 30 Mar 2004 17:28:56 +0300 From: Andrew Degtiariov To: current@freebsd.org Message-ID: <20040330142856.GB23535@astral-on.net> Mail-Followup-To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Wed, 31 Mar 2004 04:37:13 -0800 Subject: Support for intel s875wp1-e with Adaptec embedded SATA HostRAID onboar X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ad@astral-on.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 14:29:02 -0000 Hello Does the ata driver in CURRENT support Adaptec embedded SATA HostRAID controller on Intel s875wp1-e motherboard? I'm trying to boot 5.2.1-RELEASE but kernel unable to found ata controller. I boot from Live CD and execute pciconf -l: none1@pci 0:31:2: class=0x0148f card=0x342a8086 chip=0x24df8086 rev=0x02 hdr=0x00 none2@pci 0:31:3: class=0x0c0500 card=0x342a8086 chip=0x24df8086 rev=0x02 hdr=0x00 none3@pci 3:6:0: class=0x030000 card=0x342a8086 chip=0x47521002 rev=0x27 hdr=0x00 'none1@pci 0:31:2' this is the controller mentioned above (sorry, I can't show dmesg output, because this machine is remote one and these lines has been dictated aloud). After adding '#define ATA_I82801EB_2 0x24df8086' to sys/dev/ata/ata-pci.h and '{ ATA_I82801EB_2, 0, 0, 0x00, ATA_SA150, "Intel ICH5" }' to sys/dev/ata/ata-chipset.c (and building release), the kernel recognize this controller and attached disks, but fdisk crashes sysinstall: Stopped at softdep_disk_prewrite+0x3b: testb $0x10,0x7b(%eax) db> -- Andrew Degtiariov DA-RIPE