Thinning out GENERIC
Sean Bruno
sbruno at freebsd.org
Sun Feb 12 14:59:35 UTC 2017
Index: sys/conf/files
===================================================================
--- sys/conf/files (revision 313683)
+++ sys/conf/files (working copy)
@@ -2419,7 +2419,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
dev/pcn/if_pcn.c optional pcn pci
dev/pdq/if_fea.c optional fea eisa
dev/pdq/if_fpa.c optional fpa pci
I'm playing around with small x86 builds and wanted to come up with a
knob that disables the vga_pci driver. Obviously I still want pci(4) to
be enabled, but I definitely do not need the vga interfaces for
anything. Any suggestions?
sean
-------------- 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/20170212/46802f18/attachment.sig>
More information about the freebsd-arch
mailing list