From owner-svn-src-all@FreeBSD.ORG Fri Jan 23 05:45:17 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 A2612106564A; Fri, 23 Jan 2009 05:45:17 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9389C8FC08; Fri, 23 Jan 2009 05:45:17 +0000 (UTC) (envelope-from weongyo@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 n0N5jHNb032496; Fri, 23 Jan 2009 05:45:17 GMT (envelope-from weongyo@svn.freebsd.org) Received: (from weongyo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0N5jHSK032495; Fri, 23 Jan 2009 05:45:17 GMT (envelope-from weongyo@svn.freebsd.org) Message-Id: <200901230545.n0N5jHSK032495@svn.freebsd.org> From: Weongyo Jeong Date: Fri, 23 Jan 2009 05:45:17 +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: r187612 - head/sys/modules 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: Fri, 23 Jan 2009 05:45:18 -0000 Author: weongyo Date: Fri Jan 23 05:45:17 2009 New Revision: 187612 URL: http://svn.freebsd.org/changeset/base/187612 Log: Connect urtw(4) to the i386 build only because it's not tested on amd64 architecture but expect it'd work. In cases on other architectures it'd not work yet. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri Jan 23 05:33:48 2009 (r187611) +++ head/sys/modules/Makefile Fri Jan 23 05:45:17 2009 (r187612) @@ -299,6 +299,7 @@ SUBDIR= ${_3dfx} \ uplcom \ ural \ urio \ + ${_urtw} \ usb \ usb2 \ uscanner \ @@ -438,6 +439,7 @@ _stg= stg _streams= streams _tmpfs= tmpfs _upgt= upgt +_urtw= urtw _wi= wi _xe= xe .if ${MK_ZFS} != "no" || defined(ALL_MODULES)