Add a vgapci(4) stub device driver for VGA PCI devices. This device serves
as a bus so that other drivers such as drm(4), acpi_video(4), and agp(4) can attach to it thus allowing multiple drivers for the same device. It also removes the need for the drmsub hack for the i8[13]0/i915 drm and agp drivers.
This commit is contained in:
parent
efbbe8fa79
commit
2aacedb237
@ -759,6 +759,7 @@ dev/pci/pci_if.m standard
|
||||
dev/pci/pci_pci.c optional pci
|
||||
dev/pci/pci_user.c optional pci
|
||||
dev/pci/pcib_if.m standard
|
||||
dev/pci/vga_pci.c optional pci
|
||||
dev/pdq/if_fea.c optional fea eisa
|
||||
dev/pdq/if_fpa.c optional fpa pci
|
||||
dev/pdq/pdq.c optional nowerror fea eisa | fpa pci
|
||||
|
Loading…
Reference in New Issue
Block a user