From owner-p4-projects@FreeBSD.ORG Thu May 1 23:58:14 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A3776106567A; Thu, 1 May 2008 23:58:14 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65D4F1065671 for ; Thu, 1 May 2008 23:58:14 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5161A8FC0A for ; Thu, 1 May 2008 23:58:14 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m41NwEUE066804 for ; Thu, 1 May 2008 23:58:14 GMT (envelope-from thompsa@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m41NwEYo066802 for perforce@freebsd.org; Thu, 1 May 2008 23:58:14 GMT (envelope-from thompsa@freebsd.org) Date: Thu, 1 May 2008 23:58:14 GMT Message-Id: <200805012358.m41NwEYo066802@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to thompsa@freebsd.org using -f From: Andrew Thompson To: Perforce Change Reviews Cc: Subject: PERFORCE change 141019 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 23:58:14 -0000 http://perforce.freebsd.org/chv.cgi?CH=141019 Change 141019 by thompsa@thompsa_burger on 2008/05/01 23:58:03 Allow bwifw by specifing WITH_BWI_FIRMWARE in /etc/src.conf, with the idea that the user has obtained the blob. Affected files ... .. //depot/projects/vap/share/mk/bsd.own.mk#6 edit .. //depot/projects/vap/sys/modules/Makefile#25 edit Differences ... ==== //depot/projects/vap/share/mk/bsd.own.mk#6 (text+ko) ==== @@ -376,6 +376,7 @@ # .for var in \ BIND_LIBS \ + BWI_FIRMWARE \ HESIOD \ IDEA .if defined(WITH_${var}) && defined(WITHOUT_${var}) ==== //depot/projects/vap/sys/modules/Makefile#25 (text+ko) ==== @@ -41,6 +41,7 @@ ${_bktr} \ bridgestp \ bwi \ + ${_bwifw} \ cam \ ${_canbepm} \ ${_canbus} \ @@ -344,6 +345,10 @@ #_harp= harp #.endif +.if ${MK_BWI_FIRMWARE} != "no" +_bwifw= bwifw +.endif + .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) .if exists(${.CURDIR}/../opencrypto) _crypto= crypto