FreeBSD Bugzilla – Attachment 163432 Details for
Bug 204747
[patch] Don't (try to) build bxe if the user objects to binary blobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sys/modules: Don't (try to) build bxe if the user objects to binary blobs
sys-modules-Don-t-try-to-build-bxe-if-the-user-objects.diff (text/plain), 741 bytes, created by
Fabian Keil
on 2015-11-22 16:14:39 UTC
(
hide
)
Description:
sys/modules: Don't (try to) build bxe if the user objects to binary blobs
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2015-11-22 16:14:39 UTC
Size:
741 bytes
patch
obsolete
>From 59b84ef513395799d86a0d419b9c06777b4ac37b Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Sun, 27 Sep 2015 12:52:29 +0200 >Subject: [PATCH 2/3] sys/modules: Don't (try to) build bxe if the user objects > to binary blobs > >The module contains source-less microcode: >sys/dev/bxe/5771[0-2]_init_values.c > >Obtained from: ElectroBSD >--- > sys/modules/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/sys/modules/Makefile b/sys/modules/Makefile >index 2db5d93..d14536b 100644 >--- a/sys/modules/Makefile >+++ b/sys/modules/Makefile >@@ -514,7 +514,9 @@ _agp= agp > _an= an > _aout= aout > _bktr= bktr >+.if ${MK_SOURCELESS_UCODE} != "no" > _bxe= bxe >+.endif > _cardbus= cardbus > _cbb= cbb > _cpuctl= cpuctl >-- >2.6.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204747
: 163432