index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
nvme
/
nvme.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r292074:
smh
2016-01-25
1
-0
/
+1
*
MFC r290199:
jimharris
2015-11-23
1
-0
/
+1
*
Extend some 32-bit fields and variables to 64-bit to prevent overflow
jimharris
2013-10-08
1
-1
/
+1
*
Add driver-assisted striping for upcoming Intel NVMe controllers that can
jimharris
2013-10-08
1
-1
/
+1
*
Send a shutdown notification in the driver unload path, to ensure
jimharris
2013-08-13
1
-11
/
+14
*
Add message when nvd disks are attached and detached.
jimharris
2013-07-19
1
-2
/
+4
*
Define constants for the lengths of the serial number, model number
jimharris
2013-07-17
1
-3
/
+7
*
Fix a poorly worded comment in nvme(4).
jimharris
2013-07-11
1
-3
/
+3
*
Update copyright dates.
jimharris
2013-07-09
1
-1
/
+1
*
Add firmware replacement and activation support to nvmecontrol(8) through
jimharris
2013-06-27
1
-0
/
+6
*
Use MAXPHYS to specify the maximum I/O size for nvme(4).
jimharris
2013-06-26
1
-0
/
+4
*
Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...
jimharris
2013-04-12
1
-6
/
+5
*
Add support for passthrough NVMe commands.
jimharris
2013-04-12
1
-0
/
+59
*
Add unmapped bio support to nvme(4) and nvd(4).
jimharris
2013-04-01
1
-0
/
+4
*
Add the ability to internally mark a controller as failed, if it is unable to
jimharris
2013-03-26
1
-1
/
+3
*
Pass associated log page data to async event consumers, if requested.
jimharris
2013-03-26
1
-1
/
+2
*
Add structure definitions and controller command function for firmware
jimharris
2013-03-26
1
-0
/
+12
*
Add structure definitions and a controller command function for
jimharris
2013-03-26
1
-0
/
+13
*
Create struct nvme_status.
jimharris
2013-03-26
1
-11
/
+19
*
Add API for nvme consumers to access controller and namespace identify data.
jimharris
2013-03-26
1
-0
/
+4
*
Add controller reset capability to nvme(4) and ability to explicitly
jimharris
2013-03-26
1
-0
/
+1
*
Create a generic nvme_ctrlr_cmd_get_log_page function, and change the
jimharris
2013-03-26
1
-0
/
+4
*
Expose the get/set features API to nvme consumers.
jimharris
2013-03-26
1
-0
/
+10
*
Add an interface for nvme shim drivers (i.e. nvd) to register for
jimharris
2013-03-26
1
-3
/
+11
*
Enable asynchronous event requests on non-Chatham devices.
jimharris
2013-03-26
1
-1
/
+1
*
Add ability to queue nvme_request objects if no nvme_trackers are available.
jimharris
2012-10-18
1
-3
/
+0
*
Add return codes to all functions used for submitting commands to I/O
jimharris
2012-10-18
1
-4
/
+4
*
Add __aligned(4) to NVMe defined data structures.
jimharris
2012-09-18
1
-3
/
+3
*
This is the first of several commits which will add NVM Express (NVMe)
jimharris
2012-09-17
1
-0
/
+738