Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Support i82845G/GL based motherboards without an...



details:   https://anonhg.NetBSD.org/src/rev/163d5071ec01
branches:  trunk
changeset: 556703:163d5071ec01
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Dec 23 19:56:58 2003 +0000

description:
Support i82845G/GL based motherboards without an Integrated Graphics
Device. Patch supplied by Nicolas Joly in PR kern/23860.

diffstat:

 sys/dev/pci/agp_i810.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 65fcd4c0762a -r 163d5071ec01 sys/dev/pci/agp_i810.c
--- a/sys/dev/pci/agp_i810.c    Tue Dec 23 19:29:11 2003 +0000
+++ b/sys/dev/pci/agp_i810.c    Tue Dec 23 19:56:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: agp_i810.c,v 1.20 2003/09/07 15:40:57 tron Exp $       */
+/*     $NetBSD: agp_i810.c,v 1.21 2003/12/23 19:56:58 tron Exp $       */
 
 /*-
  * Copyright (c) 2000 Doug Rabson
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.20 2003/09/07 15:40:57 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.21 2003/12/23 19:56:58 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -147,6 +147,7 @@
                switch (PCI_PRODUCT(pa->pa_id)) {
                case PCI_PRODUCT_INTEL_82840_HB:
                case PCI_PRODUCT_INTEL_82865_HB:
+               case PCI_PRODUCT_INTEL_82845G_DRAM:
                        return agp_intel_attach(parent, self, aux);
                }
 #endif



Home | Main Index | Thread Index | Old Index