cvs commit: src/sys/dev/pci vga_pci.c src/sys/pci agp_i810.c
John Baldwin
jhb at FreeBSD.org
Wed Feb 1 07:45:35 PST 2006
jhb 2006-02-01 15:45:29 UTC
FreeBSD src repository
Modified files:
sys/dev/pci vga_pci.c
sys/pci agp_i810.c
Log:
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
capability is present as not all devices supported by the agp_i810 driver
(such as i915) have the AGP capability. Instead, add an identify routine
to the agp_i810 driver that uses the PCI ID to determine if it should
create an agp child device.
Revision Changes Path
1.5 +0 -7 src/sys/dev/pci/vga_pci.c
1.35 +10 -0 src/sys/pci/agp_i810.c
More information about the cvs-src
mailing list