From owner-cvs-src-old@FreeBSD.ORG Thu Oct 9 19:22:49 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E13121065688 for ; Thu, 9 Oct 2008 19:22:49 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC8A68FC24 for ; Thu, 9 Oct 2008 19:22:49 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m99JMnYp000448 for ; Thu, 9 Oct 2008 19:22:49 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m99JMnAA000447 for cvs-src-old@freebsd.org; Thu, 9 Oct 2008 19:22:49 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200810091922.m99JMnAA000447@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Thu, 9 Oct 2008 19:22:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci_pci.c ohci_pci.c slhci_pccard.c uhci_pci.c src/sys/modules Makefile src/sys/modules/ehci Makefile src/sys/modules/ohci Makefile src/sys/modules/slhci Makefile src/sys/modules/uhci Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 19:22:50 -0000 n_hibma 2008-10-09 19:22:00 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c ohci_pci.c slhci_pccard.c uhci_pci.c sys/modules Makefile sys/modules/slhci Makefile Added files: sys/modules/ehci Makefile sys/modules/ohci Makefile sys/modules/uhci Makefile Log: SVN rev 183728 on 2008-10-09 19:22:00Z by n_hibma Add modules for the HCI part of USB. This is convenient when having a UHCI controller in your laptop but inserting a (OHCI-based) Option Cardbus card. Revision Changes Path 1.36 +1 -0 src/sys/dev/usb/ehci_pci.c 1.52 +1 -0 src/sys/dev/usb/ohci_pci.c 1.5 +3 -1 src/sys/dev/usb/slhci_pccard.c 1.66 +1 -0 src/sys/dev/usb/uhci_pci.c 1.591 +4 -0 src/sys/modules/Makefile 1.1 +13 -0 src/sys/modules/ehci/Makefile (new) 1.1 +13 -0 src/sys/modules/ohci/Makefile (new) 1.3 +3 -1 src/sys/modules/slhci/Makefile 1.1 +13 -0 src/sys/modules/uhci/Makefile (new)