diff options
Diffstat (limited to 'sys/amd64/conf/WITHOUT_SOURCELESS_UCODE')
-rw-r--r-- | sys/amd64/conf/WITHOUT_SOURCELESS_UCODE | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE b/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE new file mode 100644 index 0000000000000..90e1bbaedc5d9 --- /dev/null +++ b/sys/amd64/conf/WITHOUT_SOURCELESS_UCODE @@ -0,0 +1,40 @@ +# +# WITHOUT_SOURCELESS_UCODE -- Disable drivers that include sourceless +# microcode. +# +# $FreeBSD$ + +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 |