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/amd64/pci | |
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/amd64/pci')
-rw-r--r-- | sys/arch/amd64/pci/pchb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c index 84d8b4cf56d..662741dccdc 100644 --- a/sys/arch/amd64/pci/pchb.c +++ b/sys/arch/amd64/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.25 2008/07/07 07:54:48 bernd Exp $ */ +/* $OpenBSD: pchb.c,v 1.26 2008/09/26 21:15:53 mikeb Exp $ */ /* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -177,6 +177,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; |