git: agp: Sync with FreeBSD
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Dec 4 00:11:41 PST 2012
commit 7f9ec87c124acafd09429b153911f13f35d7760b
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Dec 4 08:16:33 2012 +0100
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
Summary of changes:
sys/conf/files | 2 +-
sys/config/LINT | 4 ++
sys/config/LINT64 | 4 ++
sys/dev/agp/Makefile | 2 +-
sys/dev/agp/agp.c | 23 ++++++++------
sys/dev/agp/agp_ali.c | 8 ++--
sys/dev/agp/agp_amd.c | 8 ++--
sys/dev/agp/{agp_x86_64.c => agp_amd64.c} | 22 ++++++-------
sys/dev/agp/agp_ati.c | 8 ++--
sys/dev/agp/agp_i810.c | 46 +++++++++++++++--------------
sys/dev/agp/agp_intel.c | 8 ++--
sys/dev/agp/agp_nvidia.c | 18 +++++------
sys/dev/agp/agp_sis.c | 8 ++--
sys/dev/agp/agp_via.c | 22 ++++++++++---
sys/dev/agp/agppriv.h | 2 +-
sys/platform/pc32/conf/options | 3 ++
sys/platform/pc64/conf/options | 4 ++
17 files changed, 110 insertions(+), 82 deletions(-)
rename sys/dev/agp/{agp_x86_64.c => agp_amd64.c} (96%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f9ec87c124acafd09429b153911f13f35d7760b
--
DragonFly BSD source repository
More information about the Commits
mailing list