From owner-cvs-src@FreeBSD.ORG Fri Jun 25 23:14:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9821116A4CE; Fri, 25 Jun 2004 23:14:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D1543D2F; Fri, 25 Jun 2004 23:14:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5PNE6hU038488; Fri, 25 Jun 2004 23:14:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5PNE6WW038487; Fri, 25 Jun 2004 23:14:06 GMT (envelope-from imp) Message-Id: <200406252314.i5PNE6WW038487@repoman.freebsd.org> From: Warner Losh Date: Fri, 25 Jun 2004 23:14:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bluetooth/bcmfw bcmfw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 23:14:31 -0000 imp 2004-06-25 23:14:06 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bcmfw bcmfw.c Log: Remove dependency on dev/usb/usbdevs.h, in preparation for its disappearing from the tree. We already were splitting the baby (using the symbol for the vendor BROADCOM, but not for the device). Use #defines for both. Revision Changes Path 1.2 +4 -2 src/usr.sbin/bluetooth/bcmfw/bcmfw.c