mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
Reword comment to remove awkward constructs, including an "it's" that
shouldn't have been there at all (it wasn't a typo for its, rather a left-over from an older revision of the comment). Noticed by: many
This commit is contained in:
parent
73c8686e91
commit
e8bef32ce2
1 changed files with 3 additions and 4 deletions
|
|
@ -506,10 +506,9 @@ nvme_ns_construct(struct nvme_namespace *ns, uint32_t id,
|
|||
ns->stripesize = 0;
|
||||
|
||||
/*
|
||||
* Some Intel devices advertise an alignment that improves performance,
|
||||
* but is in it's vendor specific space in the cdata. Use it for these
|
||||
* drives, if present, to suggest a stripe size. Future versions of
|
||||
* Intel hardware will use fields standardized in NVMe 1.3 for this.
|
||||
* Older Intel devices advertise in vendor specific space an alignment
|
||||
* that improves performance. If present use for the stripe size. NVMe
|
||||
* 1.3 standardized this as NOIOB, and newer Intel drives use that.
|
||||
*/
|
||||
switch (pci_get_devid(ctrlr->dev)) {
|
||||
case 0x09538086: /* Intel DC PC3500 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue