svn commit: r231559 - in head/sys: amd64/conf conf i386/conf

Robert Millan rmh at FreeBSD.org
Sun Feb 12 14:55:27 UTC 2012


Author: rmh
Date: Sun Feb 12 14:55:27 2012
New Revision: 231559
URL: http://svn.freebsd.org/changeset/base/231559

Log:
  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

Added:
  head/sys/conf/WITHOUT_SOURCELESS
     - copied unchanged from r230972, head/sys/amd64/conf/WITHOUT_SOURCELESS
  head/sys/conf/WITHOUT_SOURCELESS_HOST
     - copied unchanged from r230972, head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST
  head/sys/conf/WITHOUT_SOURCELESS_UCODE
     - copied unchanged from r230980, head/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE
Deleted:
  head/sys/amd64/conf/WITHOUT_SOURCELESS
  head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST
  head/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE
  head/sys/i386/conf/WITHOUT_SOURCELESS
  head/sys/i386/conf/WITHOUT_SOURCELESS_HOST
  head/sys/i386/conf/WITHOUT_SOURCELESS_UCODE

Copied: head/sys/conf/WITHOUT_SOURCELESS (from r230972, head/sys/amd64/conf/WITHOUT_SOURCELESS)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/conf/WITHOUT_SOURCELESS	Sun Feb 12 14:55:27 2012	(r231559, copy of r230972, head/sys/amd64/conf/WITHOUT_SOURCELESS)
@@ -0,0 +1,7 @@
+#
+# WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
+#
+# $FreeBSD$
+
+include WITHOUT_SOURCELESS_HOST
+include WITHOUT_SOURCELESS_UCODE

Copied: head/sys/conf/WITHOUT_SOURCELESS_HOST (from r230972, head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/conf/WITHOUT_SOURCELESS_HOST	Sun Feb 12 14:55:27 2012	(r231559, copy of r230972, head/sys/amd64/conf/WITHOUT_SOURCELESS_HOST)
@@ -0,0 +1,10 @@
+#
+# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless
+# native code for host CPU.
+#
+# $FreeBSD$
+
+nodevice	hpt27xx
+nodevice	hptmv
+nodevice	hptrr
+nodevice	nve

Copied: head/sys/conf/WITHOUT_SOURCELESS_UCODE (from r230980, head/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/conf/WITHOUT_SOURCELESS_UCODE	Sun Feb 12 14:55:27 2012	(r231559, copy of r230980, head/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE)
@@ -0,0 +1,41 @@
+#
+# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless
+# microcode.
+#
+# $FreeBSD$
+
+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


More information about the svn-src-head mailing list