From owner-cvs-all@FreeBSD.ORG Sat Aug 30 16:23:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB8481065677; Sat, 30 Aug 2008 16:23:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F7AD8FC1D; Sat, 30 Aug 2008 16:23:20 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7UGNKMX057415; Sat, 30 Aug 2008 16:23:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7UGNKeo057414; Sat, 30 Aug 2008 16:23:20 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200808301623.m7UGNKeo057414@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 30 Aug 2008 16:23:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci_pci.c ohci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 30 Aug 2008 16:23:20 -0000 imp 2008-08-30 16:23:04 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c ohci_pci.c Log: SVN rev 182480 on 2008-08-30 16:23:04Z by imp opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only. Revision Changes Path 1.35 +0 -2 src/sys/dev/usb/ehci_pci.c 1.51 +0 -2 src/sys/dev/usb/ohci_pci.c