Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2009 00:39:49 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188977 - in head/sys: amd64/conf i386/conf
Message-ID:  <200902240039.n1O0dn7a045773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Tue Feb 24 00:39:48 2009
New Revision: 188977
URL: http://svn.freebsd.org/changeset/base/188977

Log:
  Exclude ndis from the LINT build as it currently breaks the build, patches to
  move to the new usb stack are in progress.

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/i386/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Tue Feb 24 00:33:08 2009	(r188976)
+++ head/sys/amd64/conf/NOTES	Tue Feb 24 00:39:48 2009	(r188977)
@@ -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

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Tue Feb 24 00:33:08 2009	(r188976)
+++ head/sys/i386/conf/NOTES	Tue Feb 24 00:39:48 2009	(r188977)
@@ -882,8 +882,8 @@ options 	DEBUG_SVR4	# enable verbose deb
 device		streams		# STREAMS network driver (required for svr4).
 
 # Enable NDIS binary driver support
-options 	NDISAPI
-device		ndis
+#options 	NDISAPI
+#device		ndis
 
 
 #####################################################################



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240039.n1O0dn7a045773>