From owner-svn-src-all@FreeBSD.ORG Mon Feb 23 23:12:01 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 C29021065673; Mon, 23 Feb 2009 23:12:01 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AF3538FC0A; Mon, 23 Feb 2009 23:12:01 +0000 (UTC) (envelope-from thompsa@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 n1NNC1f2042491; Mon, 23 Feb 2009 23:12:01 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1NNC1bh042490; Mon, 23 Feb 2009 23:12:01 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200902232312.n1NNC1bh042490@svn.freebsd.org> From: Andrew Thompson Date: Mon, 23 Feb 2009 23:12:01 +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: r188966 - head/sys/conf 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: Mon, 23 Feb 2009 23:12:03 -0000 Author: thompsa Date: Mon Feb 23 23:12:01 2009 New Revision: 188966 URL: http://svn.freebsd.org/changeset/base/188966 Log: Use the correct config names for the netgraph bluetooth modules. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Mon Feb 23 23:04:15 2009 (r188965) +++ head/sys/conf/files Mon Feb 23 23:12:01 2009 (r188966) @@ -1626,8 +1626,8 @@ dev/usb/serial/usb_serial.c optional uc # # USB bluetooth drivers # -dev/usb/bluetooth/ng_ubt.c optional ubt -dev/usb/bluetooth/ubtbcmfw.c optional ubtbcmfw +dev/usb/bluetooth/ng_ubt.c optional netgraph_bluetooth_ubt usb +dev/usb/bluetooth/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw usb # # USB misc drivers # @@ -2243,8 +2243,8 @@ netgraph/atm/uni/ng_uni.c optional ngatm netgraph/bluetooth/common/ng_bluetooth.c optional netgraph_bluetooth netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c optional netgraph_bluetooth_bt3c netgraph/bluetooth/drivers/h4/ng_h4.c optional netgraph_bluetooth_h4 -netgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt -netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw +netgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt ousb +netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw ousb netgraph/bluetooth/hci/ng_hci_cmds.c optional netgraph_bluetooth_hci netgraph/bluetooth/hci/ng_hci_evnt.c optional netgraph_bluetooth_hci netgraph/bluetooth/hci/ng_hci_main.c optional netgraph_bluetooth_hci