From owner-svn-src-all@FreeBSD.ORG Sat Feb 12 21:17:39 2011 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 252171065675; Sat, 12 Feb 2011 21:17:39 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 149018FC1A; Sat, 12 Feb 2011 21:17:39 +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 p1CLHctl015231; Sat, 12 Feb 2011 21:17:38 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1CLHc2K015229; Sat, 12 Feb 2011 21:17:38 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201102122117.p1CLHc2K015229@svn.freebsd.org> From: Hans Petter Selasky Date: Sat, 12 Feb 2011 21:17:38 +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: r218623 - 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: Sat, 12 Feb 2011 21:17:39 -0000 Author: hselasky Date: Sat Feb 12 21:17:38 2011 New Revision: 218623 URL: http://svn.freebsd.org/changeset/base/218623 Log: Add missing USB_HOST_ALIGN option. Approved by: thompsa (mentor) Modified: head/sys/conf/options Modified: head/sys/conf/options ============================================================================== --- head/sys/conf/options Sat Feb 12 21:06:12 2011 (r218622) +++ head/sys/conf/options Sat Feb 12 21:17:38 2011 (r218623) @@ -643,6 +643,7 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h +USB_HOST_ALIGN opt_usb.h USB_REQ_DEBUG opt_usb.h USB_VERBOSE opt_usb.h USB_EHCI_BIG_ENDIAN_DESC opt_usb.h