svn commit: r198663 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci modules/usb/ucom

Andrew Thompson thompsa at FreeBSD.org
Thu Oct 29 23:28:21 UTC 2009


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>


More information about the svn-src-all mailing list