This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-02-01 17:00:36 +00:00
Code
Issues
Releases
Activity
freebsd
/
sys
/
dev
/
nvme
History
Warner Losh
696c950297
NVME Namespace ID is 32-bits, so widen interface to reflect that.
...
Sponsored by: Netflix
2017-08-25 21:38:38 +00:00
..
nvme_ctrlr_cmd.c
NVME Namespace ID is 32-bits, so widen interface to reflect that.
2017-08-25 21:38:38 +00:00
nvme_ctrlr.c
NVME Namespace ID is 32-bits, so widen interface to reflect that.
2017-08-25 21:38:38 +00:00
nvme_ns_cmd.c
…
nvme_ns.c
NVME Namespace ID is 32-bits, so widen interface to reflect that.
2017-08-25 21:38:38 +00:00
nvme_private.h
NVME Namespace ID is 32-bits, so widen interface to reflect that.
2017-08-25 21:38:38 +00:00
nvme_qpair.c
Avoid dereferencing unintialized elements in the error path.
2017-03-07 23:06:41 +00:00
nvme_sim.c
Use the correct queue depth for nda devices.
2017-08-08 16:06:16 +00:00
nvme_sysctl.c
Make nvd vs nda choice boot-time rather than build-time
2017-08-04 03:40:01 +00:00
nvme_test.c
…
nvme_util.c
Use _Static_assert
2017-08-25 04:33:06 +00:00
nvme.c
Enable bus mastering on the device before resetting the device. The
2017-08-25 03:15:18 +00:00
nvme.h
Add feature codes from NVMe 1.3 specification:
2017-08-25 21:38:29 +00:00