From owner-svn-doc-all@FreeBSD.ORG Sun Jul 27 23:44:31 2014 Return-Path: Delivered-To: svn-doc-all@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 6E4D54BE; Sun, 27 Jul 2014 23:44:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 505BF25C8; Sun, 27 Jul 2014 23:44:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6RNiViQ072311; Sun, 27 Jul 2014 23:44:31 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6RNiVx7072310; Sun, 27 Jul 2014 23:44:31 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201407272344.s6RNiVx7072310@svn.freebsd.org> From: Gavin Atkinson Date: Sun, 27 Jul 2014 23:44:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45378 - head/en_US.ISO8859-1/books/handbook/basics X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 23:44:31 -0000 Author: gavin Date: Sun Jul 27 23:44:30 2014 New Revision: 45378 URL: http://svnweb.freebsd.org/changeset/doc/45378 Log: When talking about IDE/SATA disks, prioritise SATA over IDE, and "ada" style naming over "ad". The latter has been the default since FreeBSD 9, and available since FreeBSD 8. PR: 175712 (idea, not content) Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Sun Jul 27 13:40:25 2014 (r45377) +++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml Sun Jul 27 23:44:30 2014 (r45378) @@ -2200,8 +2200,8 @@ root 5211 0.0 0.2 3620 1724 2 the first SCSI drive. There can only be four physical slices on a disk, but there can be logical slices inside physical slices of the appropriate type. These extended slices are numbered - starting at 5, so ad0s5 is - the first extended slice on the first IDE disk. These devices + starting at 5, so ada0s5 is + the first extended slice on the first SATA disk. These devices are used by file systems that expect to occupy a slice. Slices, dangerously dedicated physical @@ -2213,8 +2213,8 @@ root 5211 0.0 0.2 3620 1724 2 a partition on the first da drive, which is dangerously dedicated. - ad1s3e is the fifth - partition in the third slice of the second IDE disk + ada1s3e is the fifth + partition in the third slice of the second SATA disk drive. Finally, each disk on the system is identified. A disk name @@ -2252,10 +2252,10 @@ root 5211 0.0 0.2 3620 1724 2 - IDE and SATA + SATA and IDE hard drives - ad or - ada + ada or + ad @@ -2265,10 +2265,10 @@ root 5211 0.0 0.2 3620 1724 2 - IDE and SATA + SATA and IDE CD-ROM drives - acd or - cd + cd or + acd @@ -2330,10 +2330,10 @@ root 5211 0.0 0.2 3620 1724 2 - ad0s1a + ada0s1a The first partition (a) on the first slice (s1) on the first IDE - disk (ad0). + disk (ada0).