From owner-freebsd-stable@FreeBSD.ORG Sun Nov 9 04:03:46 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4267716A4D1; Sun, 9 Nov 2003 04:03:46 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F32D43FE1; Sun, 9 Nov 2003 04:03:45 -0800 (PST) (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 hA9C4RVl001828; Sun, 9 Nov 2003 13:04:27 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hA9C4Rnd001827; Sun, 9 Nov 2003 13:04:27 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200311091204.hA9C4Rnd001827@spider.deepcore.dk> In-Reply-To: <20031107194452.X29993@woozle.rinet.ru> To: Dmitry Morozovsky Date: Sun, 9 Nov 2003 13:04:27 +0100 (CET) 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: stable@FreeBSD.ORG cc: sos@FreeBSD.ORG Subject: Re: panic at ata-dma: transfer active on this device! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 12:03:47 -0000 It seems Dmitry Morozovsky wrote: > Dear Soeren, > > I've got almost reproducible panic at one of our machine (possibly related to > next-to-failing disk). Backtraces from kernel dump (when kernel is able to > re-init ata0, otherwise dump is unavailable, of course) look as follow. > > System is RELENG_4_9 with > > FreeBSD 4.9-RELEASE #3: Fri Nov 7 17:40:34 MSK 2003 > marck@kucha.rinet.ru:/usr/obj/FreeBSD/src.stable-49/sys/staff > CPU: AMD Athlon(tm) XP 1800+ (1533.40-MHz 686-class CPU) > real memory = 536805376 (524224K bytes) > atapci0: port 0xe400-0xe40f at device 17.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > ad0: 39266MB [79780/16/63] at ata0-master tagged UDMA100 Dont use tags, it was apparently severely broken by the PAE integration. -Søren