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