From 663963b1d2192483eb85245ae1b1ef8a314baeb2 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Sat, 7 Mar 2009 19:54:30 +0000 Subject: [PATCH] Reenable ndis in the LINT build now that it has been updated for USB. Thanks to HPS and Weongyo. --- sys/amd64/conf/NOTES | 4 ++-- sys/i386/conf/NOTES | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 3839dfe50a7..76dca9d2042 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 ab97642256b..1f69960370d 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 #####################################################################