aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_ctrlr_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r267342:Jim Harris2014-06-181-1/+1
| | | | | | | | | | | Use bitwise OR instead of logical OR when constructing value for SET_FEATURES/NUMBER_OF_QUEUES command. Sponsored by: Intel Approved by: re (gjb) Notes: svn path=/stable/9/; revision=267619
* MFC r253112:Jim Harris2013-07-121-1/+1
| | | | | | | | | Update copyright dates. Approved by: re (kib) Notes: svn path=/stable/9/; revision=253296
* 240618, 240621, 240633, 240671, 240672, 240697, 240700, 241433,Jim Harris2013-06-251-84/+97
| | | | | | | | | | | | | | | 241434, 241657, 241658, 241659, 241660, 241661, 241662, 241663, 241664, 241665, 241689, 242420, 243951, 244410, 244411, 244413, 244549, 245136, 247963, 248729, 248730, 248731, 248732, 248733, 248734, 248735, 248736, 248737, 248738, 248739, 248740, 248741, 248746, 248747, 248748, 248749, 248754, 248755, 248756, 248757, 248758, 248759, 248760, 248761, 248762, 248763, 248764, 248765, 248766, 248767, 248768, 248769, 248770, 248771, 248772, 248773, 248780, 248834, 248835, 248913, 248977, 249067, 249416, 249417, 249418, 249419, 249420, 249421, 249422, 249432 Notes: svn path=/stable/9/; revision=252222
* MFC r240616, r240619, r240620:Jim Harris2013-06-251-0/+312
Merge initial NVM Express (NVMe) commits to stable/9. This only pulls the nvme(4), nvd(4) and nvmecontrol(8) code into stable/9. A follow-up commit will link it into the build and merge all of the additional commits made for NVMe over the last few months. Sponsored by: Intel Notes: svn path=/stable/9/; revision=252221