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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to