From owner-cvs-all@FreeBSD.ORG Fri Feb 2 07:54:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4921116A407; Fri, 2 Feb 2007 07:54:11 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32D6013C4A7; Fri, 2 Feb 2007 07:54:11 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l127sBx3048545; Fri, 2 Feb 2007 07:54:11 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l127sBa4048544; Fri, 2 Feb 2007 07:54:11 GMT (envelope-from remko) Message-Id: <200702020754.l127sBa4048544@repoman.freebsd.org> From: Remko Lodder Date: Fri, 2 Feb 2007 07:54:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ata ata-queue.c src/sys/sys ata.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Feb 2007 07:54:11 -0000 remko 2007-02-02 07:54:10 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/dev/ata ata-queue.c sys/sys ata.h Log: MFC: Fix a typo in ata-queue.c PR: kern/107100 Submitted by: Stephen J. Roznowski Approved by: sos and Add the SMART command to the ATA instruction set. When the disk has an error, it will now print SMART instead of 'Unknown CMD'. PR: kern/93368 Submitted by: Garry Belka Approved by: sos Approved by: sos (implicitly with the two previous commits). Revision Changes Path 1.32.2.9 +3 -2 src/sys/dev/ata/ata-queue.c 1.23.2.1 +1 -0 src/sys/sys/ata.h