Date: Mon, 17 May 2010 23:43:42 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r208218 - stable/8/sys/modules/usb/usb Message-ID: <201005172343.o4HNhgoF073930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005172343.o4HNhgoF073930>