Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102839029
D44707.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
702 B
Referenced Files
None
Subscribers
None
D44707.diff
View Options
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -153,6 +153,8 @@
..
nvme
..
+ nvmf
+ ..
ofw
..
pbio
diff --git a/include/Makefile b/include/Makefile
--- a/include/Makefile
+++ b/include/Makefile
@@ -182,6 +182,11 @@
NVME= nvme.h
NVMEDIR= ${INCLUDEDIR}/dev/nvme
+.PATH: ${SRCTOP}/sys/dev/nvmf
+NVMF= nvmf.h \
+ nvmf_proto.h
+NVMFDIR= ${INCLUDEDIR}/dev/nvmf
+
.PATH: ${SRCTOP}/sys/dev/pci
PCI= pcireg.h
PCIDIR= ${INCLUDEDIR}/dev/pci
@@ -255,6 +260,7 @@
HYPERV \
OPENCRYPTO \
NVME \
+ NVMF \
PCI \
RPC \
SECAUDIT \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 8:19 PM (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14704080
Default Alt Text
D44707.diff (702 B)
Attached To
Mode
D44707: nvmf: Install nvmf.h and nvmf_proto.h in /usr/include/dev/nvmf
Attached
Detach File
Event Timeline
Log In to Comment