From owner-cvs-src@FreeBSD.ORG Thu May 15 01:25:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676781065671; Thu, 15 May 2008 01:25:34 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43A798FC17; Thu, 15 May 2008 01:25:34 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4F1PYkP083354; Thu, 15 May 2008 01:25:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4F1PVaf083353; Thu, 15 May 2008 01:25:31 GMT (envelope-from phk) Message-Id: <200805150125.m4F1PVaf083353@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 May 2008 01:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 01:25:34 -0000 phk 2008-05-15 01:25:30 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Fix for a bug I introduced when I cleaned up atacontrol: Don't terminate if we are listing devices, a controller might legitimately not be there. Submitted by: "Andrey V. Elsukov" Revision Changes Path 1.48 +5 -3 src/sbin/atacontrol/atacontrol.c