From owner-freebsd-stable@FreeBSD.ORG Mon Dec 16 09:37:57 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E815EED7 for ; Mon, 16 Dec 2013 09:37:57 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id C5A3D1B11 for ; Mon, 16 Dec 2013 09:37:57 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:content-type:date:message-id:mime-version; b=c/MDhDo5bJkhDMaAySDmSlT0Tns/RH846Ema+uug8BYxUAe+Gf6C9aTdUNOGaJUuMCZykonXeEMx j7fZomr9zZaNmvB92M2vcqLaTiHI/aqNprzITXUqtPtZLh5IWepp Received: from [192.168.11.5] (213.111.120.236 [213.111.120.236]) by mx.zohomail.com with SMTPS id 1387186675024646.9318708119615; Mon, 16 Dec 2013 01:37:55 -0800 (PST) Subject: Remove all legacy ATA code parts, Thu Apr 4, 7c2b81b0e97e507aa2b3b3fac77056edcdf18669 From: clutton To: freebsd-stable Content-Type: text/plain; charset="UTF-8" Date: Mon, 16 Dec 2013 11:37:49 +0200 Message-ID: <1387186669.2370.7.camel@eva02.mbsd> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-ZohoMail: Ss SS_10 UW UB UW UB SGR3_1_26113_62 X-ZohoMail-Owner: <1387186669.2370.7.camel@eva02.mbsd>+zmo_0_ X-ZohoMail-Sender: 213.111.120.236 X-Zoho-Virus-Status: 2 X-ZohoMailClient: External X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 09:37:58 -0000 Hi list. The commit message says: =C2=ABRemove all legacy ATA code parts, not used since options ATA_CAM enabled in most kernels before FreeBSD 9.0. Remove such modules and respective kernel options: atadisk, ataraid, atapicd, atapifd, atapist, atapicam. Remove the atacontrol utility and some man pages. Remove useless now options ATA_CAM.=C2=BB Question: How am I suppose to use my PC Card HDD now? I used to use atadisk for this purpose before.