PERFORCE change 95615 for review

John Birrell jb at FreeBSD.org
Wed Apr 19 19:52:10 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95615

Change 95615 by jb at jb_freebsd2 on 2006/04/19 19:51:56

	Always build in the dtrace device is fasttrap is configured.
	
	Note there is an issue with the way I've done the mapping of
	the Solaris headers. It all worked fine until I found that I
	couldn't add extra CFLAGS with the path to the Solaris headers
	in the monolithic kernel build.
	
	I'll sort that out later. For now the dtrace and fasttrap
	devices build nicely as kernel modules which are easier to
	debug anyway.

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/files#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/files#5 (text+ko) ====

@@ -92,7 +92,7 @@
 cam/scsi/scsi_ses.c		optional ses
 cam/scsi/scsi_targ_bh.c		optional targbh
 cam/scsi/scsi_target.c		optional targ
-cddl/dev/dtrace/dtrace.c	optional dtrace
+cddl/dev/dtrace/dtrace.c	optional dtrace | fasttrap
 cddl/dev/fasttrap/fasttrap.c	optional fasttrap
 coda/coda_fbsd.c		optional vcoda
 coda/coda_namecache.c		optional vcoda


More information about the p4-projects mailing list