From owner-svn-src-head@freebsd.org Sun Oct 11 17:45:22 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F8E3A11317; Sun, 11 Oct 2015 17:45:22 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D58AC1357; Sun, 11 Oct 2015 17:45:21 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabve7 with SMTP id ve7so74640409pab.2; Sun, 11 Oct 2015 10:45:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=IDgmP7pkjvuRvxFECKxdxIKrAGFw5iHn7CXux4GZ7Jw=; b=IiT4EeuEqyluQcx3K5eiOPGPTWYSarBLN9U7lVN2DsyEHx5O4GtH2jUbC2s2gv2ymz KWxpDb+sQlhx74j5URa4ARtB265NyHoahGee3Y1+HXhRrPCPZU5ZvCtTrQHHyLzB9XTa SDFa9D528/pyKl+mWzWwEyq+/nGLnyUXF/LKNqysIb6gFkfX/pNIHxrc9mHvXHPgQmMJ 8U+ogoonpbgK2S2uZdezEI/Om9NbxfGzZnlv73lXybq6oj+5Bgw9NhmAMrFMbtXSQmhT Zz8Us7eiwAqyeGpHNfykSeAiTb6PqydHEszL2sWhXA68jZuYulzK7PlJpBmOWdq6/rbH XKjw== X-Received: by 10.66.190.6 with SMTP id gm6mr29285863pac.27.1444585521403; Sun, 11 Oct 2015 10:45:21 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:95a9:d549:1e19:96f3? ([2601:601:800:126d:95a9:d549:1e19:96f3]) by smtp.gmail.com with ESMTPSA id si10sm13835759pab.15.2015.10.11.10.45.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Oct 2015 10:45:20 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r289137 - in head: . sbin/geom/class/raid share/man/man4 sys/amd64/conf sys/arm/conf sys/cam sys/cam/ata sys/conf sys/geom sys/geom/raid sys/i386/conf sys/mips/conf sys/pc98/conf From: Garrett Cooper X-Mailer: iPhone Mail (13A452) In-Reply-To: <201510111301.t9BD1poi035565@repo.freebsd.org> Date: Sun, 11 Oct 2015 10:45:19 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201510111301.t9BD1poi035565@repo.freebsd.org> To: Alexander Motin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2015 17:45:22 -0000 > On Oct 11, 2015, at 06:01, Alexander Motin wrote: > > Author: mav > Date: Sun Oct 11 13:01:51 2015 > New Revision: 289137 > URL: https://svnweb.freebsd.org/changeset/base/289137 > > Log: > Remove compatibility shims for legacy ATA device names. > > We got new ATA stack in FreeBSD 8.x, switched to it at 9.x, completely > removed old stack at 10.x, so at 11.x it is time to remove compat shims. Relnotes: yes!