Thinning out GENERIC
Sean Bruno
sbruno at freebsd.org
Fri Feb 17 22:38:51 UTC 2017
>> I don't want to remove it from GENERIC. I want to add the capability to
>> remove it. Sorry if that wasn't clear from my subject line, because it
>> doesn't look clear now that I re-read it.
>
> Why not make this conditional on 'vga'? GENERIC already contains 'device vga'
> that the VGA-specific bits of 'vt', etc. are dependent on.
>
A quick hack that seems to do what I want it to do, maybe I should just
fire this off?
Index: sys/conf/files
===================================================================
--- sys/conf/files (revision 313900)
+++ sys/conf/files (working copy)
@@ -2401,7 +2401,7 @@
dev/pci/pci_user.c optional pci
dev/pci/pcib_if.m standard
dev/pci/pcib_support.c standard
-dev/pci/vga_pci.c optional pci
+dev/pci/vga_pci.c optional pci vga
dev/pcn/if_pcn.c optional pcn pci
dev/pdq/if_fpa.c optional fpa pci
dev/pdq/pdq.c optional nowerror fpa pci
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-arch/attachments/20170217/ddd85494/attachment.sig>
More information about the freebsd-arch
mailing list