summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2012-02-12 14:55:27 +0000
committerrmh <rmh@FreeBSD.org>2012-02-12 14:55:27 +0000
commit5a592c2bdc9a563b9779012138be56a7ac11dc4e (patch)
tree58b74b6b76989bb463bee28d68f44b09521f7b75
parent4855527852d195df9546266b5bb3d6fbe399c05b (diff)
downloadFreeBSD-src-5a592c2bdc9a563b9779012138be56a7ac11dc4e.zip
FreeBSD-src-5a592c2bdc9a563b9779012138be56a7ac11dc4e.tar.gz
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
-rw-r--r--sys/conf/WITHOUT_SOURCELESS (renamed from sys/amd64/conf/WITHOUT_SOURCELESS)0
-rw-r--r--sys/conf/WITHOUT_SOURCELESS_HOST (renamed from sys/amd64/conf/WITHOUT_SOURCELESS_HOST)0
-rw-r--r--sys/conf/WITHOUT_SOURCELESS_UCODE (renamed from sys/amd64/conf/WITHOUT_SOURCELESS_UCODE)0
-rw-r--r--sys/i386/conf/WITHOUT_SOURCELESS7
-rw-r--r--sys/i386/conf/WITHOUT_SOURCELESS_HOST10
-rw-r--r--sys/i386/conf/WITHOUT_SOURCELESS_UCODE41
6 files changed, 0 insertions, 58 deletions
diff --git a/sys/amd64/conf/WITHOUT_SOURCELESS b/sys/conf/WITHOUT_SOURCELESS
index 3425dda..3425dda 100644
--- a/sys/amd64/conf/WITHOUT_SOURCELESS
+++ b/sys/conf/WITHOUT_SOURCELESS
diff --git a/sys/amd64/conf/WITHOUT_SOURCELESS_HOST b/sys/conf/WITHOUT_SOURCELESS_HOST
index 6261a3d..6261a3d 100644
--- a/sys/amd64/conf/WITHOUT_SOURCELESS_HOST
+++ b/sys/conf/WITHOUT_SOURCELESS_HOST
diff --git a/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE b/sys/conf/WITHOUT_SOURCELESS_UCODE
index 3d02c21..3d02c21 100644
--- a/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE
+++ b/sys/conf/WITHOUT_SOURCELESS_UCODE
diff --git a/sys/i386/conf/WITHOUT_SOURCELESS b/sys/i386/conf/WITHOUT_SOURCELESS
deleted file mode 100644
index 3425dda..0000000
--- a/sys/i386/conf/WITHOUT_SOURCELESS
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
-#
-# $FreeBSD$
-
-include WITHOUT_SOURCELESS_HOST
-include WITHOUT_SOURCELESS_UCODE
diff --git a/sys/i386/conf/WITHOUT_SOURCELESS_HOST b/sys/i386/conf/WITHOUT_SOURCELESS_HOST
deleted file mode 100644
index 6261a3d..0000000
--- a/sys/i386/conf/WITHOUT_SOURCELESS_HOST
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless
-# native code for host CPU.
-#
-# $FreeBSD$
-
-nodevice hpt27xx
-nodevice hptmv
-nodevice hptrr
-nodevice nve
diff --git a/sys/i386/conf/WITHOUT_SOURCELESS_UCODE b/sys/i386/conf/WITHOUT_SOURCELESS_UCODE
deleted file mode 100644
index 3d02c21..0000000
--- a/sys/i386/conf/WITHOUT_SOURCELESS_UCODE
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# 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
OpenPOWER on IntegriCloud