From owner-svn-src-all@FreeBSD.ORG Tue Feb 24 00:39:49 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DC59106566C; Tue, 24 Feb 2009 00:39:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B1A58FC1D; Tue, 24 Feb 2009 00:39:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1O0dnLE045775; Tue, 24 Feb 2009 00:39:49 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1O0dn7a045773; Tue, 24 Feb 2009 00:39:49 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200902240039.n1O0dn7a045773@svn.freebsd.org> From: Andrew Thompson Date: Tue, 24 Feb 2009 00:39:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188977 - in head/sys: amd64/conf i386/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 00:39:49 -0000 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 #####################################################################