From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 24 16:20:43 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DB5810656E7 for ; Sat, 24 Jan 2009 16:20:43 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id DA50B8FC0A for ; Sat, 24 Jan 2009 16:20:42 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: by ewy14 with SMTP id 14so56199ewy.19 for ; Sat, 24 Jan 2009 08:20:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=tzQXvNJ/TUe/wbx728/K/LIB+NlMdu9iro3Kc9+v/0I=; b=LrMG08KKVdYT5PgifwRU4zBpiDOWfkgEESHqTA+MAm6N9liXIVO4lfJVzUwVw0K5WR G+h02Fd2xatuZirXlqvu0FYOrxRsvsBi8UYGSR77xn1mSvH5fvoiAT1ondyLHd9VDtsC gsqk9RpaHPuCEVdvDhtWyY8DoTUbe26tEKmVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IT27RFRRw4Tcx02FhTlfp5P4aX0spz971Vr3Hk9QQwMTk8g3rnA/1pGkZSfsnkjvxH RW28resn8UFB3ya1KPKo+XhHesXYsMlHfM12471b/iqIVxKXlrAycH+iQtUSj0/EpLam VRKCqf8ltbeLLuxEGMP1iwL3cy+j4RItmIrtc= MIME-Version: 1.0 Received: by 10.103.173.15 with SMTP id a15mr1638183mup.59.1232812150643; Sat, 24 Jan 2009 07:49:10 -0800 (PST) In-Reply-To: References: Date: Sat, 24 Jan 2009 16:49:10 +0100 Message-ID: <6101e8c40901240749h106916adya7d6a8caee4ed155@mail.gmail.com> From: Oliver Pinter To: Scott Gasch Content-Type: multipart/mixed; boundary=001636417647505c1504613c7279 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Problems with ata driver on current / Asus P5Q-E X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 16:20:44 -0000 --001636417647505c1504613c7279 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have the same MB, and it running perfect, but I have only 3 SATA HDD + 1 SATA DVD-RW The ICH is in RAID mode. Attached my conf and dmesg Which version of BIOS use You? [snip] Southbridge - 6 x SATA 3Gb/s - Intel(R) Matrix Storage Technology with RAID 0, 1, 5, 10 support Marvell 88SE6121 - 1 x UltraDMA 133/100/66 for up to 2 PATA devices - 1 x External SATA 3Gb/s port (SATA On-the-Go) Silicon Image Sil5723 (Drive Xpert technology) - 2 x SATA 3Gb/s - Supports EZ Backup and Super Speed functions [snip] http://www.asus.com/products.aspx?l1=3&l2=11&l3=709&l4=0&model=2267&modelmenu=2 /* sorry for bad english */ On 1/24/09, Scott Gasch wrote: > Hi, > I've been running a 7.1-p1 (amd64) system and and seeing very high interrupt > rates on irq19 which is shared between several devices. Over 60% of one > core is used responding to interrupts. The machine also hangs frequently. > irq19 is shared by atapci1, atapci2, fwohci0 and uhci4... > the consensus response to my last question was that "it's probably the ata > driver". > > Today I tried building and booting a GENERIC current kernel and got another > piece of information. The freebsd-current GENERIC kernel does not boot; > shortly after probing the drives it says "Cannot setup DMA" several times on > the console and hangs. > > This machine is an Asus P5Q-E... I believe it has two ATA controllers: > a Marvell > 88SE6121 and a Silicon Image SIL5723. Is one of these chipsets generating > interrupts that the driver doesn't understand and/or properly dismiss? Can > it be put into a legacy mode that works? This machine has problems in 7.0, > 7.1 and current... I'm running out of ideas. > > Thx, > Scott > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > --001636417647505c1504613c7279--