summaryrefslogtreecommitdiffstats
path: root/sys/conf
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 /sys/conf
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
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/WITHOUT_SOURCELESS7
-rw-r--r--sys/conf/WITHOUT_SOURCELESS_HOST10
-rw-r--r--sys/conf/WITHOUT_SOURCELESS_UCODE41
3 files changed, 58 insertions, 0 deletions
diff --git a/sys/conf/WITHOUT_SOURCELESS b/sys/conf/WITHOUT_SOURCELESS
new file mode 100644
index 0000000..3425dda
--- /dev/null
+++ b/sys/conf/WITHOUT_SOURCELESS
@@ -0,0 +1,7 @@
+#
+# WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
+#
+# $FreeBSD$
+
+include WITHOUT_SOURCELESS_HOST
+include WITHOUT_SOURCELESS_UCODE
diff --git a/sys/conf/WITHOUT_SOURCELESS_HOST b/sys/conf/WITHOUT_SOURCELESS_HOST
new file mode 100644
index 0000000..6261a3d
--- /dev/null
+++ b/sys/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
diff --git a/sys/conf/WITHOUT_SOURCELESS_UCODE b/sys/conf/WITHOUT_SOURCELESS_UCODE
new file mode 100644
index 0000000..3d02c21
--- /dev/null
+++ b/sys/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
OpenPOWER on IntegriCloud