diff options
author | rmh <rmh@FreeBSD.org> | 2012-02-12 14:55:27 +0000 |
---|---|---|
committer | rmh <rmh@FreeBSD.org> | 2012-02-12 14:55:27 +0000 |
commit | 5a592c2bdc9a563b9779012138be56a7ac11dc4e (patch) | |
tree | 58b74b6b76989bb463bee28d68f44b09521f7b75 /sys/i386 | |
parent | 4855527852d195df9546266b5bb3d6fbe399c05b (diff) | |
download | FreeBSD-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/i386')
-rw-r--r-- | sys/i386/conf/WITHOUT_SOURCELESS | 7 | ||||
-rw-r--r-- | sys/i386/conf/WITHOUT_SOURCELESS_HOST | 10 | ||||
-rw-r--r-- | sys/i386/conf/WITHOUT_SOURCELESS_UCODE | 41 |
3 files changed, 0 insertions, 58 deletions
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 |