head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.02.12.14.55.27;	author rmh;	state dead;
branches;
next	1.1;

1.1
date	2012.02.04.00.54.43;	author rmh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 231559 on 2012-02-12 14:55:27Z by rmh

Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"
target processing them as if they were standalone kernel config files.

Approved by:	kib (mentor)
MFC after:	5 days
@
text
@#
# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless
# native code for host CPU.
#
# $FreeBSD: src/sys/amd64/conf/WITHOUT_SOURCELESS_HOST,v 1.1 2012/02/04 00:54:43 rmh Exp $

nodevice	hpt27xx
nodevice	hptmv
nodevice	hptrr
nodevice	nve
@


1.1
log
@SVN rev 230972 on 2012-02-04 00:54:43Z by rmh

Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disable
kernel modules that include binary-only code.

More fine-grained control is provided via MK_SOURCELESS_HOST (for native code
that runs on host CPU) and MK_SOURCELESS_UCODE (for microcode).

Reviewed by:	julian, delphij, freebsd-arch
Approved by:	kib (mentor)
MFC after:	2 weeks
@
text
@d5 1
a5 1
# $FreeBSD$
@

