Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2009 19:54:30 +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: r189497 - in head/sys: amd64/conf i386/conf
Message-ID:  <200903071954.n27JsUdA061307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Sat Mar  7 19:54:30 2009
New Revision: 189497
URL: http://svn.freebsd.org/changeset/base/189497

Log:
  Reenable ndis in the LINT build now that it has been updated for USB. Thanks to
  HPS and Weongyo.

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

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Sat Mar  7 19:49:47 2009	(r189496)
+++ head/sys/amd64/conf/NOTES	Sat Mar  7 19:54:30 2009	(r189497)
@@ -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	Sat Mar  7 19:49:47 2009	(r189496)
+++ head/sys/i386/conf/NOTES	Sat Mar  7 19:54:30 2009	(r189497)
@@ -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?200903071954.n27JsUdA061307>