aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2021-01-26 00:04:13 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2021-01-26 00:04:13 +0000
commitb42a2ea5589f86911643b3ce1ebeace5d1e2c1eb (patch)
tree7b84269de8bf47ae00a6b1c77eff4abae3e9a4ce
parent1fc148624f50cbf93365f6d56c6587a7d268195b (diff)
downloadsrc-b42a2ea5589f86911643b3ce1ebeace5d1e2c1eb.tar.gz
src-b42a2ea5589f86911643b3ce1ebeace5d1e2c1eb.zip
Remove ndis(4) remnants from kernel configs
Unbreaks LINT kernels.
-rw-r--r--sys/amd64/conf/NOTES5
-rw-r--r--sys/conf/options.amd641
-rw-r--r--sys/conf/options.i3861
-rw-r--r--sys/i386/conf/NOTES4
4 files changed, 0 insertions, 11 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 1b949fc24c8e..a1691f66a4cb 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -684,11 +684,6 @@ options VM_KMEM_SIZE
options VM_KMEM_SIZE_MAX
options VM_KMEM_SIZE_SCALE
-# Enable NDIS binary driver support
-options NDISAPI
-device ndis
-
-
# GCOV (code coverage) support
options LINDEBUGFS
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index cd90747ba732..05b295647b6b 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -21,7 +21,6 @@ COMPAT_FREEBSD32 opt_global.h
COMPAT_LINUX32 opt_compat.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
-NDISAPI opt_dontuse.h
TIMER_FREQ opt_clock.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 73957449413f..011d787ec68c 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -25,7 +25,6 @@ COMPAT_AOUT opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
-NDISAPI opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 47626787cab9..12d607be5598 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -887,10 +887,6 @@ options LINPROCFS
# and PSEUDOFS)
options LINSYSFS
-# Enable NDIS binary driver support
-options NDISAPI
-device ndis
-
#####################################################################
# VM OPTIONS