svn commit: r183730 - head/sys/modules/usb

Nick Hibma n_hibma at FreeBSD.org
Thu Oct 9 20:00:18 UTC 2008


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>


More information about the svn-src-head mailing list