Date: Sat, 11 Feb 2012 13:57:31 +0000 From: Robert Millan <rmh@freebsd.org> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Konstantin Belousov <kib@freebsd.org>, Adrian Chadd <adrian@freebsd.org> Subject: Re: svn commit: r230972 - in head: share/mk sys/amd64/conf sys/i386/conf sys/modules sys/modules/drm sys/modules/sound/driver sys/modules/usb tools/build/options Message-ID: <CAOfDtXNtV%2BwU73yw1%2BOq5s5iXYC6WLYJ2n-4TyWtVGxpxts4gg@mail.gmail.com> In-Reply-To: <CAOfDtXPxaMGvsfkVDcURbs9GF_TLMLJSgiFr%2BERYj11T1fdrfA@mail.gmail.com> References: <201202040054.q140siBP012241@svn.freebsd.org> <4F2CFEE3.6070306@daemonic.se> <DF30EB99-B56C-43B8-B149-EE42A610BBFC@lists.zabbadoz.net> <CAOfDtXPxaMGvsfkVDcURbs9GF_TLMLJSgiFr%2BERYj11T1fdrfA@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
El 10 de febrer de 2012 19:42, Robert Millan <rmh@freebsd.org> ha escrit:
> Here's a possible solution to this patch (untested). In case it looks
> fine to everyone (and my mentors approve it), I'll definitely test
> with "make universe" before commit.
Another possibility (perhaps a better one) would be to move those
files off sys/${MACHINE}/conf directories, then they won't be picked
up by "universe". Since they're not ${MACHINE}-specific, would
sys/conf/ be a good location?
Patch is attached.
[-- Attachment #2 --]
Index: sys/i386/conf/WITHOUT_SOURCELESS_HOST
===================================================================
--- sys/i386/conf/WITHOUT_SOURCELESS_HOST (revision 230971)
+++ sys/i386/conf/WITHOUT_SOURCELESS_HOST (working copy)
@@ -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
Index: sys/i386/conf/WITHOUT_SOURCELESS_UCODE
===================================================================
--- sys/i386/conf/WITHOUT_SOURCELESS_UCODE (revision 230971)
+++ sys/i386/conf/WITHOUT_SOURCELESS_UCODE (working copy)
@@ -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
Index: sys/i386/conf/WITHOUT_SOURCELESS
===================================================================
--- sys/i386/conf/WITHOUT_SOURCELESS (revision 230971)
+++ sys/i386/conf/WITHOUT_SOURCELESS (working copy)
@@ -1,7 +0,0 @@
-#
-# WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
-#
-# $FreeBSD$
-
-include WITHOUT_SOURCELESS_HOST
-include WITHOUT_SOURCELESS_UCODE
Index: sys/amd64/conf/WITHOUT_SOURCELESS_HOST
===================================================================
--- sys/amd64/conf/WITHOUT_SOURCELESS_HOST (revision 230971)
+++ sys/amd64/conf/WITHOUT_SOURCELESS_HOST (working copy)
@@ -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
Index: sys/amd64/conf/WITHOUT_SOURCELESS_UCODE
===================================================================
--- sys/amd64/conf/WITHOUT_SOURCELESS_UCODE (revision 230971)
+++ sys/amd64/conf/WITHOUT_SOURCELESS_UCODE (working copy)
@@ -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
Index: sys/amd64/conf/WITHOUT_SOURCELESS
===================================================================
--- sys/amd64/conf/WITHOUT_SOURCELESS (revision 230971)
+++ sys/amd64/conf/WITHOUT_SOURCELESS (working copy)
@@ -1,7 +0,0 @@
-#
-# WITHOUT_SOURCELESS -- Disable drivers that include sourceless code.
-#
-# $FreeBSD$
-
-include WITHOUT_SOURCELESS_HOST
-include WITHOUT_SOURCELESS_UCODE
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfDtXNtV%2BwU73yw1%2BOq5s5iXYC6WLYJ2n-4TyWtVGxpxts4gg>
