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:
parent
6c82f7bf24
commit
27b59bb3bd
@ -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");
|
||||
};
|
||||
|
@ -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");
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user