FreeBSD Bugzilla – Attachment 17818 Details for
Bug 32255
AMD761(tm) and MGA G550 are not known by PCI kernel routines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.33 KB, created by
Seva Gluschenko
on 2001-11-24 19:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Seva Gluschenko
Created:
2001-11-24 19:30:01 UTC
Size:
1.33 KB
patch
obsolete
>--- i386/isa/pcibus.c.orig Thu Nov 22 11:45:26 2001 >+++ i386/isa/pcibus.c Thu Nov 22 11:46:18 2001 >@@ -131,6 +131,9 @@ > case 0x70061022: > s = "AMD-751 host to PCI bridge"; > break; >+ case 0x700e1022: >+ s = "AMD-761 host to PCI bridge"; >+ break; > > /* SiS -- vendor 0x1039 */ > case 0x04961039: >--- pci/agp_amd.c.orig Thu Nov 22 11:47:30 2001 >+++ pci/agp_amd.c Thu Nov 22 11:49:20 2001 >@@ -163,6 +163,8 @@ > switch (pci_get_devid(dev)) { > case 0x70061022: > return ("AMD 751 host to AGP bridge"); >+ case 0x700e1022: >+ return ("AMD 761 host to AGP bridge"); > }; > > return NULL; >--- pci/pcisupport.c.orig Thu Nov 22 01:08:59 2001 >+++ pci/pcisupport.c Thu Nov 22 01:20:54 2001 >@@ -713,7 +713,9 @@ > > /* AMD -- vendor 0x1022 */ > case 0x70071022: >- return ("AMD-751 PCI-PCI (AGP) bridge"); >+ return ("AMD-751 PCI-PCI (1x/2x AGP) bridge"); >+ case 0x700f1022: >+ return ("AMD-761 PCI-PCI (4x AGP) bridge"); > > /* DEC -- vendor 0x1011 */ > case 0x00011011: >@@ -1269,6 +1271,8 @@ > /* AMD -- vendor 0x1022 */ > case 0x70061022: > return ("AMD-751 host to PCI bridge"); >+ case 0x700e1022: >+ return ("AMD-761 host to PCI bridge"); > > /* NEC -- vendor 0x1033 */ > case 0x00021033: >@@ -1462,6 +1466,8 @@ > chip = "MGA G100"; break; > case 0x1001: > chip = "MGA G100 AGP"; break; >+ case 0x2527: >+ chip = "MGA G550 AGP"; break; > > } > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32255
: 17818