summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_amd.c
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2001-09-20 05:13:12 +0000
committercokane <cokane@FreeBSD.org>2001-09-20 05:13:12 +0000
commit0ca5045b356da5e5fcc2ffd9188516a9c2cf45e2 (patch)
tree01f38d1ace7d8e53d9ceea36193a01707b01ef6e /sys/pci/agp_amd.c
parente0febadcf98f8b683ee9fda2a4003ff1ad888aea (diff)
downloadFreeBSD-src-0ca5045b356da5e5fcc2ffd9188516a9c2cf45e2.zip
FreeBSD-src-0ca5045b356da5e5fcc2ffd9188516a9c2cf45e2.tar.gz
Add probe line for the AMD 761 northbridge chip. At least it detects now,
seems to set up memory spaces correctly. This change actually did work for me using -STABLE, XFree86 4.0.3 ~ some snapshot of DRI awhile back. I sent mail to dfr to no avail, perhaps someone else would like to test it with DRI. Anyway, people have been nagging me about this change for awhile, so here's the commit.
Diffstat (limited to 'sys/pci/agp_amd.c')
-rw-r--r--sys/pci/agp_amd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index 3908e5a..6ab062b 100644
--- a/sys/pci/agp_amd.c
+++ b/sys/pci/agp_amd.c
@@ -162,6 +162,8 @@ agp_amd_match(device_t dev)
return NULL;
switch (pci_get_devid(dev)) {
+ case 0x700e1022:
+ return ("AMD 761 host to AGP bridge");
case 0x70061022:
return ("AMD 751 host to AGP bridge");
};
OpenPOWER on IntegriCloud