CVS log for src/sbin/nvmectl/identify.c
Up to [cvs.NetBSD.org] / src / sbin / nvmectl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 17 14:33:25 2022 UTC (3 years, 1 month ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
remove one whitespace to align report, misalignment occured after typo fix.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 16 22:00:55 2022 UTC (3 years, 1 month ago) by andvar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
fix various typos, mainly in comments.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 27 16:45:21 2020 UTC (4 years, 5 months ago) by jdolecek
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2
lines
show APSTA support status in identify
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:35 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -3
lines
Sync with HEAD
Revision 1.2.14.3: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:29 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.2.14.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.14.2: +3 -3
lines
Sync with HEAD, resolve a few conflicts
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 1 18:29:19 2018 UTC (6 years, 3 months ago) by jdolecek
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
since NVMe 1.2 (which defined the ONCS bit), the bit (4) is whether controller
supports 'Save' field in Set Features, and 'Select' field for Get Features,
not the support for the 'Set Features' command itself
Revision 1.2.14.2: download - view: text, markup, annotated - select for diffs
Sun Apr 22 07:20:16 2018 UTC (6 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.2.14.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.14.1: +19 -3
lines
Sync with HEAD
Revision 1.2.8.1: download - view: text, markup, annotated - select for diffs
Thu Apr 19 15:37:56 2018 UTC (6 years, 11 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +20 -4
lines
Pull up following revision(s) (requested by nonaka in ticket #781):
sbin/nvmectl/Makefile 1.4
sbin/nvmectl/bignum.c 1.2
sbin/nvmectl/devlist.c 1.3-1.5
sbin/nvmectl/firmware.c 1.3,1.4
sbin/nvmectl/identify.c 1.3-1.5
sbin/nvmectl/logpage.c 1.5-1.7
sbin/nvmectl/nvme.h 1.3
sbin/nvmectl/nvmectl.8 1.5
sbin/nvmectl/nvmectl.c 1.5-1.7
sbin/nvmectl/nvmectl.h 1.5-1.8
sbin/nvmectl/perftest.c 1.3-1.5
sbin/nvmectl/power.c 1.3,1.4
sbin/nvmectl/reset.c 1.2,1.3
sbin/nvmectl/util.c 1.1,1.2
sbin/nvmectl/wdc.c 1.2-1.4
sys/dev/ic/ld_nvme.c 1.20
sys/dev/ic/nvme.c 1.38,1.39
sys/dev/ic/nvmeio.h 1.2
sys/dev/ic/nvmereg.h 1.10,1.11
sys/dev/ic/nvmevar.h 1.16
sys/dev/pci/nvme_pci.c 1.20
nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.
nvmectl(8): fix wdc command usage.
nvme(4): Added some delay before check RDY bit quirk when disabling device.
Pick from FreeBSD nvme(4) r326937.
Add some new structure fileds, opcodes and statuses from NVMe 1.3a.
nvmectl(8): Add big-endian support.
from FreeBSD nvmecontolr(8) r329824.
nvmectl(8): fix subcommand usage.
nvmectl(8): Remove some wdc subcommands from man page.
- wdc drive-log
- wdc get-crash-dump
- wdc purge
- wdc purge-monitor
Typos.
use setprogname()/getprogname(), do not hardcode the prognam name in fixed
strings
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 18 10:11:44 2018 UTC (6 years, 11 months ago) by nonaka
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422
Branch point for: phil-wifi
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
nvmectl(8): Add big-endian support.
from FreeBSD nvmecontolr(8) r329824.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 17 08:54:35 2018 UTC (6 years, 11 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +19 -3
lines
nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.
Revision 1.2.14.1: download - view: text, markup, annotated - select for diffs
Thu Mar 22 01:44:40 2018 UTC (7 years ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Synch with HEAD, resolve conflicts
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 17 11:07:26 2018 UTC (7 years ago) by jdolecek
Branches: MAIN
CVS tags: pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
use setprogname()/getprogname(), do not hardcode the prognam name in fixed
strings
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 4 20:59:49 2016 UTC (8 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: pgoyette-compat,
netbsd-8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5
lines
Mark dead functions.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 4 16:29:35 2016 UTC (8 years, 9 months ago) by nonaka
Branches: MAIN
nvmectl(8): Added NVM Express control utility.
Ported from FreeBSD nvmecontrol(8).
CVSweb <webmaster@jp.NetBSD.org>