Date: Fri, 23 Jan 2009 05:45:17 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r187612 - head/sys/modules Message-ID: <200901230545.n0N5jHSK032495@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901230545.n0N5jHSK032495>