]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a handful of issues with via agp support.
authorRobert Noland <rnoland@FreeBSD.org>
Mon, 21 Dec 2009 03:28:05 +0000 (03:28 +0000)
committerRobert Noland <rnoland@FreeBSD.org>
Mon, 21 Dec 2009 03:28:05 +0000 (03:28 +0000)
commit66ab1230f1371dd1928a7863816b465aae70e9aa
tree145b52d992d294b4f8c7ae3edb82b2365aa8136b
parent907b48bc05530e7d0b60f3c28cabae32ea869c28
Fix a handful of issues with via agp support.

  * Read the pci capability register to identify AGP 3 support
  * Add missing smaller aperture sizes for AGP3 chips.
  * Fix the aperture size calculation on AGP2 chips.
    All sizes between 32M and 256M reported as 256M.
  * Add \n to error string.

This all seems to get the CLE266 EPIA-M board agp working properly, now
back to work on drm.

MFC after: 2 weeks
sys/dev/agp/agp_via.c