Date: Tue, 27 Sep 2005 20:57:50 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp_amd64.c agpreg.h Message-ID: <200509272057.j8RKvoHZ037076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2005-09-27 20:57:50 UTC FreeBSD src repository Modified files: sys/pci agp_amd64.c agpreg.h Log: - Add a work-around for nForce3-250. Aperture base address encoded in misc. control register and AGP bridge seems to be inconsistent with some BIOS. Instead of relying on BIOS settings, we just take the initial aperture size and encode them for both miscellaneous control register and AGP bridge. Some idea was borrowed from agp_nvidia.c. - Add preliminary ULi M1689 chipset support. The idea was taken from Linux because hardware and documentation are unavailable. Not tested. - Add more VIA chipset PCI IDs taken from Linux driver. Approved by: anholt (mentor) Tested by: Adam Gregoire <ebola at psychoholics dot org> Ganael Laplanche <ganael.laplanche at martymac dot com> K Wieland <kwieland at wustl dot edu> Revision Changes Path 1.8 +158 -8 src/sys/pci/agp_amd64.c 1.15 +17 -0 src/sys/pci/agpreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509272057.j8RKvoHZ037076>