From owner-freebsd-current@FreeBSD.ORG Sun Feb 19 09:05:39 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 C455816A420 for ; Sun, 19 Feb 2006 09:05:39 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF7B43D45 for ; Sun, 19 Feb 2006 09:05:39 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp2-g19.free.fr (Postfix) with ESMTP id 57DEB6CD4B for ; Sun, 19 Feb 2006 10:05:38 +0100 (CET) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id k1J95VgP027888 for ; Sun, 19 Feb 2006 10:05:35 +0100 (CET) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Sun, 19 Feb 2006 10:05:24 +0100 User-Agent: KMail/1.9.1 X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602191005.25128.thierry@herbelot.com> Subject: MFC of "Unbreak Promise SATAII/150 controllers" ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 09:05:39 -0000 Hello, My main server runs Releng-6 and has SATA disks driven by a Promise SATA controller. Recent releng-6 kernels (6.1-Beta) lose access to the disks with messages like : ad10: req=0xc2771e10 SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! (the disks themselves are new and have been checked recently : they have been converted to a g_mirror setup). After searching in cvs archives, I have found this commit for -Current : http://lists.freebsd.org/pipermail/cvs-src/2006-February/059647.html Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c Log: Unbreak Promise SATAII/150 controllers caused by the DMA dump changes. a quick check with a recent (yesterday's) -current kernel (running in the place of releng_6) seems to show that -current is fixed (at least a 'ls -lR /big_part' runs as expected). Is there any plan to MFC this commit ? Cheers TfH