Sean Bruno
2017-02-12 14:59:21 UTC
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
===================================================================
--- 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