diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2008-09-26 21:15:54 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2008-09-26 21:15:54 +0000 |
commit | 9a6c5e6f7c6d00eb108b8fa2813744c8bd727901 (patch) | |
tree | f6ab1bfea403cf68db5a43224112ff1875c44c2b /sys/arch/i386/pci/pchb.c | |
parent | c20f5c2c788db820cae58aff5a1f284a791b24b4 (diff) |
Attach agp(4) to the Intel Q35 integrated video.
Tested on ASUS P5E-VM DO motherboard.
ok oga
Diffstat (limited to 'sys/arch/i386/pci/pchb.c')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 48a0c858b0f..794f1e673f0 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.73 2008/07/07 07:54:48 bernd Exp $ */ +/* $OpenBSD: pchb.c,v 1.74 2008/09/26 21:15:53 mikeb Exp $ */ /* $NetBSD: pchb.c,v 1.65 2007/08/15 02:26:13 markd Exp $ */ /* @@ -329,6 +329,7 @@ pchbattach(struct device *parent, struct device *self, void *aux) case PCI_PRODUCT_INTEL_82GM965_HB: case PCI_PRODUCT_INTEL_82G33_HB: case PCI_PRODUCT_INTEL_82G35_HB: + case PCI_PRODUCT_INTEL_82Q35_HB: has_agp = 1; break; |