We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eb27a1 + 411f400 commit 1f48c39Copy full SHA for 1f48c39
Kbuild
@@ -1,4 +1,4 @@
1
LINUXINCLUDE := -I$(src) $(LINUXINCLUDE)
2
3
-obj-m := switchtec.o switchtec_ntb.o
+obj-m := switchtec.o ntb_hw_switchtec.o
4
ccflags-y := -Wall -Werror -Werror=implicit-function-declaration
README.rst
@@ -83,7 +83,7 @@ The following IOCTLs are also supported by the device:
83
Non-Transparent Bridge (NTB) Driver
84
===================================
85
86
-An NTB driver is provided for the switchtec hardware in switchec_ntb.
+An NTB driver is provided for the switchtec hardware in switchtec_ntb.
87
Currently, it only supports switches configured with exactly 2
88
partitions. It also requires the following configuration settings:
89
0 commit comments