cvs commit: src/sys/pci agp_via.c agpreg.h
Eric Anholt
anholt at FreeBSD.org
Mon Aug 9 14:01:49 PDT 2004
anholt 2004-08-09 21:01:49 UTC
FreeBSD src repository
Modified files:
sys/pci agp_via.c agpreg.h
Log:
Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIA
chipsets, based on Linux's via-agp.c. On boot, the system selects which AGP
version to use based on the inserted card. If v2 was chosen, the chipset
needs to be programmed with the v2 registers still. Also included in kern/69953
are changes to make the programming of the v3 registers match linux, but that
will be left out until the need to do so is confirmed (want specs or a tester).
PR: kern/69953
Submitted by: Oleg Sharoiko <os at rsu.ru>
Tested by: Oleg Sharoiko <os at rsu.ru>, Geoff Speicher <geoff at speicher.org>
(full version from PR)
Revision Changes Path
1.17 +11 -1 src/sys/pci/agp_via.c
1.12 +1 -0 src/sys/pci/agpreg.h
More information about the cvs-src
mailing list