agp: Sync with FreeBSD
authorFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 4 Dec 2012 07:16:33 +0000 (08:16 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 4 Dec 2012 07:53:38 +0000 (08:53 +0100)
commit7f9ec87c124acafd09429b153911f13f35d7760b
treeb97983ecf4959ac0138889c3a7c401b2823a907e
parent1f4b0713da9c5ef4e9352c30f00d7685f3308fbd
agp: Sync with FreeBSD

* Add support for AMD64 Family 10h processors. FreeBSD PR: kern/128331
* Add a few VIA bridges for Intel Core/Core 2 and VIA Nano processors
* Fix AGP debugging code
* Rename agp_x86_64.c to agp_amd64.c again, keeping the same file name
  on both DragonFly and FreeBSD
* Fix prototypes to be consistent
* offset parameter has vm_offset_t type
* vm_offset_t is unsigned and therefore can not be negative
* Use si_drv1 instead of dev2unit() inside agp(4).
* i810: Aperture size and stolen memory are now printed on one line
* Add pci ids for Intel Ironlake chipsets
17 files changed:
sys/conf/files
sys/config/LINT
sys/config/LINT64
sys/dev/agp/Makefile
sys/dev/agp/agp.c
sys/dev/agp/agp_ali.c
sys/dev/agp/agp_amd.c
sys/dev/agp/agp_amd64.c [moved from sys/dev/agp/agp_x86_64.c with 96% similarity]
sys/dev/agp/agp_ati.c
sys/dev/agp/agp_i810.c
sys/dev/agp/agp_intel.c
sys/dev/agp/agp_nvidia.c
sys/dev/agp/agp_sis.c
sys/dev/agp/agp_via.c
sys/dev/agp/agppriv.h
sys/platform/pc32/conf/options
sys/platform/pc64/conf/options