From owner-svn-src-head@FreeBSD.ORG Thu May 13 20:48:41 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7881B1065670; Thu, 13 May 2010 20:48:41 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 67B328FC15; Thu, 13 May 2010 20:48:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4DKmeZk044974; Thu, 13 May 2010 20:48:40 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4DKmeZe044972; Thu, 13 May 2010 20:48:40 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201005132048.o4DKmeZe044972@svn.freebsd.org> From: Andrew Thompson Date: Thu, 13 May 2010 20:48:40 +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: r208048 - head/sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 20:48:41 -0000 Author: thompsa Date: Thu May 13 20:48:39 2010 New Revision: 208048 URL: http://svn.freebsd.org/changeset/base/208048 Log: Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Requested by: HPS Modified: head/sys/conf/options Modified: head/sys/conf/options ============================================================================== --- head/sys/conf/options Thu May 13 20:32:56 2010 (r208047) +++ head/sys/conf/options Thu May 13 20:48:39 2010 (r208048) @@ -639,6 +639,7 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h +USB_REQ_DEBUG opt_usb.h USB_VERBOSE opt_usb.h USB_EHCI_BIG_ENDIAN_DESC opt_usb.h U3G_DEBUG opt_u3g.h