Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 19:52:09 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95615 for review
Message-ID:  <200604191952.k3JJq9w7078317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95615

Change 95615 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604191952.k3JJq9w7078317>