From 3e475eb18697e0f7e5a4fa2dd9f445159a6a2f43 Mon Sep 17 00:00:00 2001 From: scw Date: Wed, 16 Apr 2003 07:37:09 +0000 Subject: [PATCH] From PR port-i386/20464, by Yoshihisa Nakagawa: Match i845G AGP bridge. --- sys/arch/i386/pci/pchb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index f3e19b810862..e72293f57709 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pchb.c,v 1.41 2003/02/14 14:26:51 jdolecek Exp $ */ +/* $NetBSD: pchb.c,v 1.42 2003/04/16 07:37:09 scw Exp $ */ /*- * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.41 2003/02/14 14:26:51 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.42 2003/04/16 07:37:09 scw Exp $"); #include #include @@ -273,6 +273,7 @@ pchbattach(struct device *parent, struct device *self, void *aux) case PCI_PRODUCT_INTEL_82810E_MCH: case PCI_PRODUCT_INTEL_82815_FULL_HUB: case PCI_PRODUCT_INTEL_82830MP_IO_1: + case PCI_PRODUCT_INTEL_82845G_DRAM: /* * The host bridge is either in GFX mode (internal * graphics) or in AGP mode. In GFX mode, we pretend