summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/pci
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-06-25 18:54:07 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-06-25 18:54:07 +0000
commitc2d7eefaed6e79700d108fc23ad79d240836de16 (patch)
tree62b2ab64b9e1e8e3b2c9b7829e519ed68d7cc907 /sys/arch/amd64/pci
parentb52c1e0569b6404fa06f234919c30a954dc36dba (diff)
Support the Intel G35 which apparently works similarly to the 965.
Initial information, half the diff, and testing from Andrew Lutomirski, thanks!
Diffstat (limited to 'sys/arch/amd64/pci')
-rw-r--r--sys/arch/amd64/pci/pchb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c
index f0d1fc96e38..76b8858d967 100644
--- a/sys/arch/amd64/pci/pchb.c
+++ b/sys/arch/amd64/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.22 2008/06/05 09:45:14 brad Exp $ */
+/* $OpenBSD: pchb.c,v 1.23 2008/06/25 18:54:06 oga Exp $ */
/* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -182,6 +182,7 @@ pchbattach(struct device *parent, struct device *self, void *aux)
case PCI_PRODUCT_INTEL_82Q965_HB:
case PCI_PRODUCT_INTEL_82GM965_HB:
case PCI_PRODUCT_INTEL_82G33_HB:
+ case PCI_PRODUCT_INTEL_82G35_HB:
has_agp = 1;
break;