From c2d7eefaed6e79700d108fc23ad79d240836de16 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Wed, 25 Jun 2008 18:54:07 +0000 Subject: Support the Intel G35 which apparently works similarly to the 965. Initial information, half the diff, and testing from Andrew Lutomirski, thanks! --- sys/arch/amd64/pci/pchb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64/pci') 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; -- cgit v1.2.3