From owner-freebsd-current@FreeBSD.ORG Wed Dec 23 19:03:07 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34AC2106568D; Wed, 23 Dec 2009 19:03:07 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id E6E978FC15; Wed, 23 Dec 2009 19:03:05 +0000 (UTC) Received: from mail.geekcn.org (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 70372A5A451; Thu, 24 Dec 2009 03:02:57 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by mail.geekcn.org (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with LMTP id AKPHGqZyKalm; Thu, 24 Dec 2009 03:02:41 +0800 (CST) Received: from delta.delphij.net (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 16371A5A453; Thu, 24 Dec 2009 03:02:36 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:content-type:content-transfer-encoding; b=Mz5kXRbAW7M4sXUT4VRtvnPhrq9PXhaiV69pjpxzdjsTMfx3YYPoroRjvPWxLeMOM MljrVAGNv6WzTbjhVYcSA== Message-ID: <4B326942.40908@delphij.net> Date: Wed, 23 Dec 2009 11:02:26 -0800 From: Xin LI Organization: The Geek China Organization User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20091220 Thunderbird/3.0 ThunderBrowse/3.2.6.8 MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG, FreeBSD-STABLE Mailing List Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: smartmontools now works for new AHCI/ATA_CAM "ada" devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2009 19:03:07 -0000 Hi, FYI, I have just committed the update submitted by Alex Samorukov, per marck@'s approval. The most important change in this version is to support the new AHCI and ATA_CAM devices! Thanks everyone who made this happen! -------- Original Message -------- Subject: cvs commit: ports/sysutils/smartmontools Makefile distinfo ports/sysutils/smartmontools/files patch-knowndrives.cpp patch-os__freebsd.cpp patch-scsiata.cpp Date: Wed, 23 Dec 2009 18:55:52 +0000 (UTC) From: Xin LI To: ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG delphij 2009-12-23 18:55:52 UTC FreeBSD ports repository Modified files: sysutils/smartmontools Makefile distinfo Removed files: sysutils/smartmontools/files patch-knowndrives.cpp patch-os__freebsd.cpp patch-scsiata.cpp Log: Update to 5.39. This version is long awaited and the important improvements related to FreeBSD are: - USB device type autodetection for some devices http://sourceforge.net/apps/trac/smartmontools/wiki/Supported_USB-Devices - Support for HighPoint RocketRAID controllers - Support RAID controllers using /dev/pass devices - Support CHECK_POWER_MODE and WRITE_LOG - Fix CCISS file descriptor leak - New device type detection algorithm on FreeBSD, not based on filename - Support for the adaX (ATA on CAM bus) devices on FreeBSD 8.0 and higher PR: ports/141371 Submitted by: Alex Samorukov Approved by: marck (maintainer) Revision Changes Path 1.45 +3 -2 ports/sysutils/smartmontools/Makefile 1.12 +3 -3 ports/sysutils/smartmontools/distinfo 1.3 +0 -11 ports/sysutils/smartmontools/files/patch-knowndrives.cpp (dead) 1.6 +0 -58 ports/sysutils/smartmontools/files/patch-os__freebsd.cpp (dead) 1.2 +0 -22 ports/sysutils/smartmontools/files/patch-scsiata.cpp (dead)