Module Name: src Committed By: riastradh Date: Tue Jun 10 14:00:56 UTC 2014
Modified Files: src/sys/dev/pci: agp_i810.c agp_i810var.h Log Message: Another round of weed-whacking for agp_i810. - Make struct agp_i810_softc::gatt specific to i810 chipsets; use other members of struct agp_i810_softc for non-i810 chipsets. - agp_i810_init detects and sets isc->gtt_size. - Map GTT based on the GTT size detected by agp_i810_init. - Sprinkle some comments particularly about questionable calculations. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/pci/agp_i810.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/agp_i810var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.