summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-24 00:39:48 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-24 00:39:48 +0000
commitcf8a92987a9233b1d42762c9a4847b890f937561 (patch)
tree67d0dcfe4f3bdbc1dee4b7c666c179307c3babc3
parente10f01b24bddba3aa6173b7d2ba2144648317386 (diff)
downloadFreeBSD-src-cf8a92987a9233b1d42762c9a4847b890f937561.zip
FreeBSD-src-cf8a92987a9233b1d42762c9a4847b890f937561.tar.gz
Exclude ndis from the LINT build as it currently breaks the build, patches to
move to the new usb stack are in progress.
-rw-r--r--sys/amd64/conf/NOTES4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 76dca9d..3839dfe 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 1f69960..ab97642 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
#####################################################################
OpenPOWER on IntegriCloud