mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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
66678c9cad
commit
57110f7604
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83699
@ -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