summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
authorpeadar <peadar@FreeBSD.org>2004-04-03 13:24:37 +0000
committerpeadar <peadar@FreeBSD.org>2004-04-03 13:24:37 +0000
commit06eb91644cc48a24301dbb867bc95aa9f0515b44 (patch)
treed14a2f34ae956c99481123ef95af5a80cc9ae630 /sys/dev/agp
parentde80619ec3fadcc6fc40158ed8cdfebf32a634b9 (diff)
downloadFreeBSD-src-06eb91644cc48a24301dbb867bc95aa9f0515b44.zip
FreeBSD-src-06eb91644cc48a24301dbb867bc95aa9f0515b44.tar.gz
Before MFC'ing the previous commit, I noticed I'd left out a case.
Add in missing case for i845G in the attach routine. I'll MFC this with the rest of the change after the 4.10 codefreeze lifts. Reviewed By: Doug Rabson
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c
index 6848661..4414a7b 100644
--- a/sys/dev/agp/agp_intel.c
+++ b/sys/dev/agp/agp_intel.c
@@ -215,6 +215,7 @@ agp_intel_attach(device_t dev)
case 0x33408086: /* i855 */
case 0x25708086: /* i865 */
case 0x25788086: /* i875P */
+ case 0x25608086: /* i845G */
pci_write_config(dev, AGP_INTEL_I845_MCHCFG,
(pci_read_config(dev, AGP_INTEL_I845_MCHCFG, 1)
| (1 << 1)), 1);
OpenPOWER on IntegriCloud