summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_sis.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp/agp_sis.c')
-rw-r--r--sys/dev/agp/agp_sis.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c
index 768eb11..c662b7e 100644
--- a/sys/dev/agp/agp_sis.c
+++ b/sys/dev/agp/agp_sis.c
@@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include "opt_bus.h"
+#include "opt_agp.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -105,6 +106,10 @@ agp_sis_match(device_t dev)
return ("SiS 746 host to AGP bridge");
case 0x07601039:
return ("SiS 760 host to AGP bridge");
+#if defined(__amd64__) || defined(AGP_AMD64_GART)
+ case 0x10221039: /* AMD64 */
+ return NULL;
+#endif
};
if (pci_get_vendor(dev) == 0x1039)
OpenPOWER on IntegriCloud