From owner-dev-commits-doc-all@freebsd.org Sat Jul 10 22:31:09 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2A8F65C9D7 for ; Sat, 10 Jul 2021 22:31:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GMl9n3cKsz3Pxm; Sat, 10 Jul 2021 22:31:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64F0210658; Sat, 10 Jul 2021 22:31:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16AMV9Zn011474; Sat, 10 Jul 2021 22:31:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16AMV9Pc011473; Sat, 10 Jul 2021 22:31:09 GMT (envelope-from git) Date: Sat, 10 Jul 2021 22:31:09 GMT Message-Id: <202107102231.16AMV9Pc011473@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Warner Losh Subject: git: f6cee70fe2 - main - handbook/basics/disk-organization: add nvme disk names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f6cee70fe2595252099fa05c9b5dc4ddb6b1bd35 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2021 22:31:09 -0000 The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=f6cee70fe2595252099fa05c9b5dc4ddb6b1bd35 commit f6cee70fe2595252099fa05c9b5dc4ddb6b1bd35 Author: Warner Losh AuthorDate: 2021-07-10 22:25:11 +0000 Commit: Warner Losh CommitDate: 2021-07-10 22:29:50 +0000 handbook/basics/disk-organization: add nvme disk names Add nvme disk names (nda, nvd), remove obsolete 'ad', 'acd', 'ast', 'mcd' and 'scd' device names. Did not remove raid adapters gone in 13, but still present in 12. Note: this section needs a refresh to move from MBR slice and disklabel to GPT slices. Sponsored by: Netflix --- .../content/en/books/handbook/basics/_index.adoc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc index 74324148de..bec5b6b733 100644 --- a/documentation/content/en/books/handbook/basics/_index.adoc +++ b/documentation/content/en/books/handbook/basics/_index.adoc @@ -1237,13 +1237,16 @@ When installing FreeBSD, configure the disk slices, create partitions within the | Drive Device Name |SATA and IDE hard drives -|`ada` or `ad` +|`ada` |SCSI hard drives and USB storage devices |`da` -|SATA and IDECD-ROM drives -|`cd` or `acd` +|NVMe storage +|`nvd` or `nda` + +|SATA and IDE CD-ROM drives +|`cd` |SCSICD-ROM drives |`cd` @@ -1251,15 +1254,9 @@ When installing FreeBSD, configure the disk slices, create partitions within the |Floppy drives |`fd` -|Assorted non-standard CD-ROM drives -|`mcd` for Mitsumi CD-ROM and `scd` for Sony CD-ROM devices - |SCSI tape drives |`sa` -|IDE tape drives -|`ast` - |RAID drives |Examples include `aacd` for Adaptec(R) AdvancedRAID, `mlxd` and `mlyd` for Mylex(R), `amrd` for AMI MegaRAID(R), `idad` for Compaq Smart RAID, `twed` for 3ware(R) RAID. |===