History log of /netbsd/sbin/nvmectl/wdc.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 569abc5c 05-Jul-2023 riastradh <riastradh@NetBSD.org>

Revert "nvmectl(8): Ensure A divides S before aligned_alloc(A, S)."

C17 lifted this restriction.


# 8617756d 04-Jul-2023 riastradh <riastradh@NetBSD.org>

nvmectl(8): Ensure A divides S before aligned_alloc(A, S).

Required by C11 Sec. 7.22.3.1 The aligned_alloc function, para. 2,
p. 348:

The value of alignment shall be a valid alignment supported

nvmectl(8): Ensure A divides S before aligned_alloc(A, S).

Required by C11 Sec. 7.22.3.1 The aligned_alloc function, para. 2,
p. 348:

The value of alignment shall be a valid alignment supported by the
implementation and the value of size shall be an integral multiple
of alignment.

XXX pullup-10

show more ...


# 433840f4 18-Apr-2018 nonaka <nonaka@NetBSD.org>

nvmectl(8): Add big-endian support.

from FreeBSD nvmecontolr(8) r329824.


# 6685b59f 17-Apr-2018 nonaka <nonaka@NetBSD.org>

nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.


# ca52247b 17-Mar-2018 jdolecek <jdolecek@NetBSD.org>

use setprogname()/getprogname(), do not hardcode the prognam name in fixed
strings


# 3ab013ee 29-Apr-2017 nonaka <nonaka@NetBSD.org>

Added missing file...

> nvmectl(8): sync with FreeBSD HEAD r316105.
>
> - Expand the SMART / Health Information Log Page (Page 02) printout based on
> NVM Express 1.2.1 Standard.
> - Implement

Added missing file...

> nvmectl(8): sync with FreeBSD HEAD r316105.
>
> - Expand the SMART / Health Information Log Page (Page 02) printout based on
> NVM Express 1.2.1 Standard.
> - Implement Intel-specific log pages.
> - Implement HGST-specific log pages.
> - Implement wdc-specific nvme control options.
> - Add the ability to dump log pages directly in binary to stdout.

show more ...