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.
This commit is contained in:
cokane 2001-09-20 05:13:12 +00:00
parent 6c82f7bf24
commit 27b59bb3bd
2 changed files with 4 additions and 0 deletions

View File

@ -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");
};

View File

@ -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");
};