History log of /freebsd-12.1/sys/modules/nvme/Makefile (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0
# 4791c815 05-Sep-2019 Warner Losh <[email protected]>

MFC r351356:

Create a AHCI attachment for nvme.


# 8f1b2aef 05-Sep-2019 Warner Losh <[email protected]>

MFC r351355:

Separate the pci attachment from the rest of nvme


Revision tags: release/11.3.0, release/12.0.0, release/11.2.0
# d1c9349f 14-Nov-2017 Warner Losh <[email protected]>

Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernel
build.

Sponsored by: Netflix


Revision tags: release/10.4.0
# be650b34 28-Aug-2017 Warner Losh <[email protected]>

Add nvme_sim.c since that's not runtime switchable.

Sponsored by: Netflix


Revision tags: release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# ee13e70e 04-Mar-2017 Enji Cooper <[email protected]>

Fix "make depend" with nvme.ko: add opt_cam.h to SRCS

MFC after: 1 week
X-MFC with: r301778
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0
# 38441bd9 19-Jul-2013 Jim Harris <[email protected]>

Add message when nvd disks are attached and detached.

As part of this commit, add an nvme_strvis() function which borrows
heavily from cam_strvis(). This will allow stripping of
leading/trailing wh

Add message when nvd disks are attached and detached.

As part of this commit, add an nvme_strvis() function which borrows
heavily from cam_strvis(). This will allow stripping of
leading/trailing whitespace and also handle unprintable characters
in model/serial numbers. This function goes into a new nvme_util.c
file which is used by both the driver and nvmecontrol.

Sponsored by: Intel
Reviewed by: carl
MFC after: 3 days

show more ...


Revision tags: release/8.4.0
# ca269f32 12-Apr-2013 Jim Harris <[email protected]>

Move the busdma mapping functions to nvme_qpair.c.

This removes nvme_uio.c completely.

Sponsored by: Intel


Revision tags: release/9.1.0
# 978b2704 17-Sep-2012 Jim Harris <[email protected]>

Add nvme(4) and nvd(4) Makefiles to the tree.

Noticed by: pluknet
Pointy-hat to: jimharris