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


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

1.2
date	2012.02.04.13.45.39;	author rmh;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
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
# microcode.
#
# $FreeBSD: src/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE,v 1.2 2012/02/04 13:45:39 rmh Exp $

nodevice	adw
nodevice	bce
nodevice	fatm
nodevice	fxp
nodevice	ispfw
nodevice	mwlfw
nodevice	ralfw
nodevice	runfw
nodevice	sf
nodevice	sn
nodevice	ti
nodevice	txp
nodevice	ce
nodevice	cp
nodevice	ctau
nodevice	ipwfw
nodevice	iwifw
nodevice	iwnfw
nodevice	wpifw

# drm
nodevice	mga
nodevice	r128
nodevice	radeon

# sound
nodevice	csa
nodevice	ds1
nodevice	maestro3

# usb
nodevice	rum
nodevice	uath
nodevice	zyd
nodevice	kue
@


1.2
log
@SVN rev 230980 on 2012-02-04 13:45:39Z by rmh

Add "nodevice adw" to WITHOUT_SOURCELESS_UCODE.

Approved by:	kib (mentor)
MFC after:	13 days
@
text
@d5 1
a5 1
# $FreeBSD$
@


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
@d7 1
@

