index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
nvmereg.h
Age
Commit message (
Expand
)
Author
2022-10-12
fix few typos in comments.
andvar
2022-08-01
Also fix shift values for SCT constants.
mlelstv
2022-07-31
The status is an 8 bit field. Fix masks and move the status type field
mlelstv
2021-11-14
Use BITS(3) some more. Same nvme.o before and after.
skrll
2020-09-27
add definition of the bit indicating support for APSTA
jdolecek
2019-10-05
remove __packed attribute from struct ieee80211_radiotap_header
mrg
2018-12-01
rename NVME_ID_CTRLR_ONCS_SAVE back to NVME_ID_CTRLR_ONCS_SET_FEATURES;
jdolecek
2018-12-01
support DIOCSCACHE + DKCACHE_WRITE if volatile write cache is present
jdolecek
2018-04-18
Add some new structure fileds, opcodes and statuses from NVMe 1.3a.
nonaka
2018-04-17
nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.
nonaka
2017-05-29
nvme(4): Mask non relevant bits when pritting version number.
nonaka
2017-02-28
implement DIOCGCACHE
jdolecek
2017-02-13
NVMe 1.2.1
nonaka
2016-10-08
add defines for dataset management (from NVMe spec rev 1.2)
jdolecek
2016-09-17
add macros to read AQA subvalues, is used by nvme_dumpregs()
jdolecek
2016-09-16
add IO flags for FUA and also LR while here
jdolecek
2016-06-04
nvmectl(8): Added NVM Express control utility.
nonaka
2016-06-04
Add NVMe command passthrough support.
nonaka
2016-05-01
Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
nonaka