FreeBSD Bugzilla – Attachment 30942 Details for
Bug 51802
agp driver for i875P chipset
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
agp_intel.c.diff
agp_intel.c.diff (text/plain), 1.11 KB, created by
Norikatsu Shigemura
on 2003-05-05 18:00:20 UTC
(
hide
)
Description:
agp_intel.c.diff
Filename:
MIME Type:
Creator:
Norikatsu Shigemura
Created:
2003-05-05 18:00:20 UTC
Size:
1.11 KB
patch
obsolete
>Index: agp_intel.c >=================================================================== >RCS file: /home/ncvs/src/sys/pci/agp_intel.c,v >retrieving revision 1.12 >diff -u -r1.12 agp_intel.c >--- agp_intel.c 15 Apr 2003 06:37:29 -0000 1.12 >+++ agp_intel.c 5 May 2003 16:47:16 -0000 >@@ -98,6 +98,9 @@ > > case 0x25318086: > return ("Intel 82860 host to AGP bridge"); >+ >+ case 0x25788086: >+ return ("Intel 82875P host to AGP bridge"); > }; > > if (pci_get_vendor(dev) == 0x8086) >@@ -188,6 +191,7 @@ > break; > > case 0x1a308086: /* i845 */ >+ case 0x25788086: /* i875P */ > pci_write_config(dev, AGP_INTEL_I845_MCHCFG, > (pci_read_config(dev, AGP_INTEL_I845_MCHCFG, 1) > | (1 << 1)), 1); >@@ -209,6 +213,7 @@ > case 0x1a308086: /* i845 */ > case 0x25308086: /* i850 */ > case 0x25318086: /* i860 */ >+ case 0x25788086: /* i875P */ > pci_write_config(dev, AGP_INTEL_I8XX_ERRSTS, 0x001c, 2); > break; > >@@ -251,6 +256,7 @@ > & ~(1 << 1)), 1); > > case 0x1a308086: /* i845 */ >+ case 0x25788086: /* i875P */ > printf("%s: set MCHCFG to %x\n", __func__, (unsigned) > (pci_read_config(dev, AGP_INTEL_I845_MCHCFG, 1) > & ~(1 << 1)));
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 51802
: 30942