svn commit: r208218 - stable/8/sys/modules/usb/usb
Andrew Thompson
thompsa at FreeBSD.org
Mon May 17 23:43:42 UTC 2010
Author: thompsa
Date: Mon May 17 23:43:41 2010
New Revision: 208218
URL: http://svn.freebsd.org/changeset/base/208218
Log:
MFC r207404
usb_controller.c requires opt_ddb.h
Modified:
stable/8/sys/modules/usb/usb/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/modules/usb/usb/Makefile
==============================================================================
--- stable/8/sys/modules/usb/usb/Makefile Mon May 17 23:43:07 2010 (r208217)
+++ stable/8/sys/modules/usb/usb/Makefile Mon May 17 23:43:41 2010 (r208218)
@@ -31,7 +31,7 @@ S= ${.CURDIR}/../../..
KMOD= usb
SRCS= bus_if.h device_if.h usb_if.h usb_if.c vnode_if.h \
- opt_usb.h opt_bus.h \
+ opt_usb.h opt_bus.h opt_ddb.h \
usbdevs.h usbdevs_data.h \
usb_busdma.c usb_controller.c usb_compat_linux.c usb_core.c usb_debug.c \
usb_dev.c usb_device.c usb_dynamic.c usb_error.c usb_generic.c \
More information about the svn-src-all
mailing list