From owner-svn-src-all@FreeBSD.ORG Tue Nov 25 09:17:02 2008 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 33C781065673; Tue, 25 Nov 2008 09:17:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 211828FC14; Tue, 25 Nov 2008 09:17:02 +0000 (UTC) (envelope-from bz@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 mAP9H1d2014544; Tue, 25 Nov 2008 09:17:01 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mAP9H1aE014543; Tue, 25 Nov 2008 09:17:01 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200811250917.mAP9H1aE014543@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 25 Nov 2008 09:17:01 +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: r185291 - head/sys/modules/usb2 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, 25 Nov 2008 09:17:02 -0000 Author: bz Date: Tue Nov 25 09:17:01 2008 New Revision: 185291 URL: http://svn.freebsd.org/changeset/base/185291 Log: Unbreak the build until alfred@ is back to fix it correctly. For now disconnect the nonexistent serial_3g. Modified: head/sys/modules/usb2/Makefile Modified: head/sys/modules/usb2/Makefile ============================================================================== --- head/sys/modules/usb2/Makefile Tue Nov 25 08:04:40 2008 (r185290) +++ head/sys/modules/usb2/Makefile Tue Nov 25 09:17:01 2008 (r185291) @@ -57,7 +57,7 @@ SUBDIR += ndis SUBDIR += quirk SUBDIR += scanner SUBDIR += serial -SUBDIR += serial_3g +#SUBDIR += serial_3g SUBDIR += serial_ark SUBDIR += serial_bsa SUBDIR += serial_bser