Date: Wed, 1 Feb 2006 15:45:29 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci vga_pci.c src/sys/pci agp_i810.c Message-ID: <200602011545.k11FjUrK071578@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602011545.k11FjUrK071578>
