FreeBSD Bugzilla – Attachment 24212 Details for
Bug 41466
Add support for 82801 MCH UP only SKU to sys/pci/agp_intel.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.17 KB, created by
NIIMI Satoshi
on 2002-08-09 09:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
NIIMI Satoshi
Created:
2002-08-09 09:10:00 UTC
Size:
2.17 KB
patch
obsolete
>Index: agp_intel.c >=================================================================== >RCS file: /home/ncvs/src/sys/pci/agp_intel.c,v >retrieving revision 1.1.2.3 >diff -u -r1.1.2.3 agp_intel.c >--- agp_intel.c 13 Feb 2002 01:23:22 -0000 1.1.2.3 >+++ agp_intel.c 9 Aug 2002 07:05:43 -0000 >@@ -76,6 +76,7 @@ > return ("Intel 82443GX host to AGP bridge"); > > case 0x25008086: >+ case 0x25018086: > return ("Intel 82820 host to AGP bridge"); > > case 0x35758086: >@@ -160,6 +161,7 @@ > break; > > case 0x25008086: /* i820 */ >+ case 0x25018086: /* i820 */ > pci_write_config(dev, AGP_INTEL_AGPCTRL, 0x0000, 4); > pci_write_config(dev, AGP_INTEL_I820_RDCR, > (pci_read_config(dev, AGP_INTEL_I820_RDCR, 1) >@@ -186,6 +188,7 @@ > break; > > case 0x25008086: /* i820 */ >+ case 0x25018086: /* i820 */ > case 0x1a308086: /* i845 */ > case 0x25308086: /* i850 */ > case 0x25318086: /* i860 */ >@@ -222,6 +225,7 @@ > & ~(1 << 9)), 2); > > case 0x25008086: /* i820 */ >+ case 0x25018086: /* i820 */ > printf("%s: set RDCR to %x\n", __FUNCTION__, (unsigned) > (pci_read_config(dev, AGP_INTEL_I820_RDCR, 1) > & ~(1 << 1))); > >For -current >Index: agp_intel.c >=================================================================== >RCS file: /home/ncvs/src/sys/pci/agp_intel.c,v >retrieving revision 1.8 >diff -u -r1.8 agp_intel.c >--- agp_intel.c 17 Jul 2002 02:52:01 -0000 1.8 >+++ agp_intel.c 9 Aug 2002 07:20:50 -0000 >@@ -81,6 +81,7 @@ > return ("Intel 82815 (i815 GMCH) host to PCI bridge"); > > case 0x25008086: >+ case 0x25018086: > return ("Intel 82820 host to AGP bridge"); > > case 0x35758086: >@@ -180,6 +181,7 @@ > break; > > case 0x25008086: /* i820 */ >+ case 0x25018086: /* i820 */ > pci_write_config(dev, AGP_INTEL_I820_RDCR, > (pci_read_config(dev, AGP_INTEL_I820_RDCR, 1) > | (1 << 1)), 1); >@@ -203,6 +205,7 @@ > break; > > case 0x25008086: /* i820 */ >+ case 0x25018086: /* i820 */ > case 0x1a308086: /* i845 */ > case 0x25308086: /* i850 */ > case 0x25318086: /* i860 */ >@@ -239,6 +242,7 @@ > & ~(1 << 9)), 2); > > case 0x25008086: /* i820 */ >+ case 0x25018086: /* i820 */ > printf("%s: set RDCR to %x\n", __func__, (unsigned) > (pci_read_config(dev, AGP_INTEL_I820_RDCR, 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 41466
: 24212