FreeBSD Bugzilla – Attachment 60883 Details for
Bug 91315
[agp] [patch] add Intel E7505 chipset support to agp(4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
agp_intel.c_E7505
agp_intel.c_E7505 (text/plain), 1.01 KB, created by
Joerg Pulz
on 2006-01-04 20:20:08 UTC
(
hide
)
Description:
agp_intel.c_E7505
Filename:
MIME Type:
Creator:
Joerg Pulz
Created:
2006-01-04 20:20:08 UTC
Size:
1.01 KB
patch
obsolete
>--- agp_intel.c.orig Tue Dec 20 22:12:26 2005 >+++ agp_intel.c Wed Jan 4 20:54:04 2006 >@@ -112,6 +112,9 @@ > case 0x255d8086: > return ("Intel E7205 host to AGP bridge"); > >+ case 0x25508086: >+ return ("Intel E7505 host to AGP bridge"); >+ > case 0x25788086: > return ("Intel 82875P host to AGP bridge"); > >@@ -219,6 +222,7 @@ > case 0x33408086: /* i855 */ > case 0x35808086: /* i855GM */ > case 0x255d8086: /* E7205 */ >+ case 0x25508086: /* E7505 */ > case 0x25708086: /* i865 */ > case 0x25788086: /* i875P */ > case 0x25608086: /* i845G */ >@@ -244,6 +248,7 @@ > case 0x25308086: /* i850 */ > case 0x33408086: /* i855 */ > case 0x255d8086: /* E7205 */ >+ case 0x25508086: /* E7505 */ > case 0x25318086: /* i860 */ > case 0x25708086: /* i865 */ > case 0x25788086: /* i875P */ >@@ -294,6 +299,7 @@ > case 0x33408086: /* i855 */ > case 0x35808086: /* i855GM */ > case 0x255d8086: /* E7205 */ >+ case 0x25508086: /* E7505 */ > case 0x25708086: /* i865 */ > case 0x25788086: /* i875P */ > printf("%s: set MCHCFG to %x\n", __func__, (unsigned)
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 Raw
Actions:
View
Attachments on
bug 91315
: 60883