Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2008 20:00:17 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183730 - head/sys/modules/usb
Message-ID:  <200810092000.m99K0H3H070265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: n_hibma
Date: Thu Oct  9 20:00:17 2008
New Revision: 183730
URL: http://svn.freebsd.org/changeset/base/183730

Log:
  Obfuscated by other diffs while committing r183728:
  
  Remove the files for the HCI interfaces from the usb module.

Modified:
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Thu Oct  9 19:47:28 2008	(r183729)
+++ head/sys/modules/usb/Makefile	Thu Oct  9 20:00:17 2008	(r183730)
@@ -19,9 +19,4 @@ SRCS=	bus_if.h device_if.h usb_if.h usb_
 	usbdi_util.c usbdi_util.h \
 	usb_ethersubr.c usbdevs.h
 
-SRCS+=	uhci_pci.c uhci.c uhcireg.h uhcivar.h
-SRCS+=	ohci_pci.c ohci.c ohcireg.h ohcivar.h
-SRCS+=	ehci_pci.c ehci.c ehcireg.h ehcivar.h
-SRCS+=	pci_if.h
-
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810092000.m99K0H3H070265>