From owner-cvs-all@FreeBSD.ORG Wed May 12 20:15:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6DF116A4CE; Wed, 12 May 2004 20:15:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEE843D1D; Wed, 12 May 2004 20:15:04 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4D3F4Ge098019; Wed, 12 May 2004 20:15:04 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4D3F45G098018; Wed, 12 May 2004 20:15:04 -0700 (PDT) (envelope-from imp) Message-Id: <200405130315.i4D3F45G098018@repoman.freebsd.org> From: Warner Losh Date: Wed, 12 May 2004 20:15:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 03:15:05 -0000 imp 2004/05/12 20:15:04 PDT FreeBSD src repository Modified files: sys/conf options Log: Expose USBVERBOSE as a first-class option. It will be needed soon as an option. Note that this option doesn't follow the normal USB_ or Uxxx_ convention. That's because it is this way in the upstream provider and I didn't want to change that. Revision Changes Path 1.450 +1 -0 src/sys/conf/options