Date: Thu, 29 Oct 2009 23:28:21 +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: r198663 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci modules/usb/ucom Message-ID: <200910292328.n9TNSLxl016110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Thu Oct 29 23:28:21 2009 New Revision: 198663 URL: http://svn.freebsd.org/changeset/base/198663 Log: MFC r198258 Add opt_gdb.h which is now needed by ucom. Modified: 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/modules/usb/ucom/Makefile Modified: stable/8/sys/modules/usb/ucom/Makefile ============================================================================== --- stable/8/sys/modules/usb/ucom/Makefile Thu Oct 29 23:27:40 2009 (r198662) +++ stable/8/sys/modules/usb/ucom/Makefile Thu Oct 29 23:28:21 2009 (r198663) @@ -30,7 +30,7 @@ S= ${.CURDIR}/../../.. .PATH: $S/dev/usb/serial KMOD= ucom -SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \ +SRCS= opt_bus.h opt_usb.h opt_gdb.h device_if.h bus_if.h usb_if.h usbdevs.h \ usb_serial.c .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910292328.n9TNSLxl016110>