diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/agp/agp_intel.c | 1 | ||||
-rw-r--r-- | sys/pci/agp_intel.c | 1 |
2 files changed, 2 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); diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 6848661..4414a7b 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/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); |