FreeBSD Bugzilla – Attachment 34098 Details for
Bug 55523
AGP support for i82845G
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 869 bytes, created by
Kyunghwan Kim
on 2003-08-13 08:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kyunghwan Kim
Created:
2003-08-13 08:20:07 UTC
Size:
869 bytes
patch
obsolete
>--- agp_intel.c.orig Tue Aug 12 17:05:58 2003 >+++ agp_intel.c Wed Aug 13 14:23:27 2003 >@@ -95,6 +95,7 @@ > return ("Intel 82840 host to AGP bridge"); > > case 0x1a308086: >+ case 0x25608086: > return ("Intel 82845 host to AGP bridge"); > > case 0x25308086: >@@ -209,6 +210,7 @@ > break; > > case 0x1a308086: /* i845 */ >+ case 0x25608086: /* i845G */ > case 0x33408086: /* i855 */ > case 0x25708086: /* i865 */ > case 0x25788086: /* i875P */ >@@ -231,6 +233,7 @@ > case 0x25008086: /* i820 */ > case 0x25018086: /* i820 */ > case 0x1a308086: /* i845 */ >+ case 0x25608086: /* i845G */ > case 0x25308086: /* i850 */ > case 0x33408086: /* i855 */ > case 0x25318086: /* i860 */ >@@ -278,6 +281,7 @@ > & ~(1 << 1)), 1); > > case 0x1a308086: /* i845 */ >+ case 0x25608086: /* i845G */ > case 0x33408086: /* i855 */ > case 0x25708086: /* i865 */ > case 0x25788086: /* i875P */
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 55523
: 34098