diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 3839dfe50a7f..76dca9d20427 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -509,5 +509,5 @@ options VM_KMEM_SIZE_MAX options VM_KMEM_SIZE_SCALE # Enable NDIS binary driver support -#options NDISAPI -#device ndis +options NDISAPI +device ndis diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ab97642256bf..1f69960370d6 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -882,8 +882,8 @@ options DEBUG_SVR4 # enable verbose debugging device streams # STREAMS network driver (required for svr4). # Enable NDIS binary driver support -#options NDISAPI -#device ndis +options NDISAPI +device ndis #####################################################################