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
/
nvd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add message when nvd disks are attached and detached.
jimharris
2013-07-19
1
-8
/
+29
*
Do not call disk_create() until we have completed all initialization of our
jimharris
2013-07-19
1
-2
/
+2
*
Define constants for the lengths of the serial number, model number
jimharris
2013-07-17
1
-2
/
+6
*
Update copyright dates.
jimharris
2013-07-09
1
-1
/
+1
*
Add unmapped bio support to nvme(4) and nvd(4).
jimharris
2013-04-01
1
-0
/
+5
*
Change a number of malloc(9) calls to use M_WAITOK instead of
jimharris
2013-03-26
1
-2
/
+2
*
Add the ability to internally mark a controller as failed, if it is unable to
jimharris
2013-03-26
1
-1
/
+21
*
Have nvd(4) register for controller notifications.
jimharris
2013-03-26
1
-17
/
+54
*
Create struct nvme_status.
jimharris
2013-03-26
1
-2
/
+2
*
Add an interface for nvme shim drivers (i.e. nvd) to register for
jimharris
2013-03-26
1
-4
/
+6
*
Add ability to queue nvme_request objects if no nvme_trackers are available.
jimharris
2012-10-18
1
-19
/
+3
*
Add return codes to all functions used for submitting commands to I/O
jimharris
2012-10-18
1
-1
/
+13
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
This is the first of several commits which will add NVM Express (NVMe)
jimharris
2012-09-17
1
-0
/
+318