From owner-cvs-all@FreeBSD.ORG Thu Oct 23 02:08:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7DC16A4B3; Thu, 23 Oct 2003 02:08:33 -0700 (PDT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5E443F75; Thu, 23 Oct 2003 02:08:32 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd01.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1ACbSI-00037k-01; Thu, 23 Oct 2003 11:08:30 +0200 Received: from Andro-Beta.Leidinger.net (Z6sJqvZVoevfbFCBZXJtproBUET9TaZBtL-nl92M23CCBO732PdMcX@[80.131.114.27]) by fmrl01.sul.t-online.com with esmtp id 1ACbPn-1zDYkC0; Thu, 23 Oct 2003 11:05:55 +0200 Received: from Leidinger.net ([192.168.1.5])h9N95rf5046828; Thu, 23 Oct 2003 11:05:53 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Message-ID: <3F9799EF.9050509@Leidinger.net> Date: Thu, 23 Oct 2003 11:05:51 +0200 From: Alexander Leidinger User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.4) Gecko/20030624 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Soren Schmidt References: <200310230725.h9N7P0JQ052058@spider.deepcore.dk> In-Reply-To: <200310230725.h9N7P0JQ052058@spider.deepcore.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: Z6sJqvZVoevfbFCBZXJtproBUET9TaZBtL-nl92M23CCBO732PdMcX@t-dialin.net cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 09:08:33 -0000 Soren Schmidt schrieb: > Hmm, are you sure those drives are OK ? have you tested them on another > system/controller ? I've only one system with a SATA controller. The drives are new. >>I noticed, that Asus released a new BIOS for the board. It doesn't >>mentions any improvements in the area in question, but I will give it a >>try tomorrow too. > > > Okies, let me know what happens.. ---snip--- ata3: spurious interrupt - status=0x50 error=0x00 [a lot of them] as2: FAILURE - already active DMA on this device ad2: setting up DMA failed Fatal trap 12: page fault... Fault virtual address = 0x8 Fault code = supervisor read, page not present instruction pointer = 0x8:0xc042d4bb stack pointer = 0x10:0xe008ccac frame pointer = 0x10:0xe008ccb0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 27 (irq5: uhci2 atapci1) kernel: type 12 trap, code=0 Stopped at ata_prtdev+0x7: movl 0x8(%ecx),%eax db> trace ata_prtdev ata_interrupt ata_generic_intr ithread_loopp fork_exit fork_trampoline --- trap 0x1, eip = 0, esp = 0xe008cd7c, ebp = 0 --- ---snip--- I can't get a dump. You are aware of the fact, that this is an ICH5R system (RAID BIOS disabled; the RAID isn't supposed to be supported with the actual code, correct?)? Bye, Alexander.