Update the agp(4) code to the latest one from FreeBSD HEAD. This brings in
commit5bde5dc44129f9629422929bd9bb9343174e1d39
authorhasso <hasso>
Wed, 12 Sep 2007 08:31:44 +0000 (12 08:31 +0000)
committerhasso <hasso>
Wed, 12 Sep 2007 08:31:44 +0000 (12 08:31 +0000)
tree45c11c52383254b284e851a20474662b3eeb33e3
parentbac50a65b551054662eda34a94ef535caf53b420
Update the agp(4) code to the latest one from FreeBSD HEAD. This brings in
a lot of newer hardware support.

Obtained-from: FreeBSD
17 files changed:
sys/conf/files
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 [new file with mode: 0644]
sys/dev/agp/agp_ati.c [new file with mode: 0644]
sys/dev/agp/agp_i810.c
sys/dev/agp/agp_if.m
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/dev/agp/agpreg.h
sys/dev/agp/agpvar.h
sys/sys/agpio.h