From owner-cvs-src-old@FreeBSD.ORG Fri Sep 10 08:12:01 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBFB106566B for ; Fri, 10 Sep 2010 08:12:01 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7438FC0C for ; Fri, 10 Sep 2010 08:12:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8A8C1J8029614 for ; Fri, 10 Sep 2010 08:12:01 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8A8C1TO029613 for cvs-src-old@freebsd.org; Fri, 10 Sep 2010 08:12:01 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201009100812.o8A8C1TO029613@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Fri, 10 Sep 2010 08:11:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/malo if_malo_pci.c src/sys/dev/mwl if_mwl_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 08:12:01 -0000 bschmidt 2010-09-10 08:11:48 UTC FreeBSD src repository Modified files: sys/dev/malo if_malo_pci.c sys/dev/mwl if_mwl_pci.c Log: SVN rev 212410 on 2010-09-10 08:11:48Z by bschmidt Fix firmware module dependencies. malo and mwl use the firmware framework to access firmware images. Depending on the firmware modules itself is not required and in this case even wrong because no modules with those names exist. Pointed out by: brucec MFC after: 1 week Revision Changes Path 1.6 +1 -1 src/sys/dev/malo/if_malo_pci.c 1.3 +1 -1 src/sys/dev/mwl/if_mwl_pci.c