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