> Date: Wed, 03 Apr 2013 14:07:24 -0400
> From: RD Thrush <[email protected]>
> 
> I have a similar problem which results in a panic (dmesg appended).
> This machine has a radeon (asus 7770) pcie adapter in addition to
> the integrated intel hd4000.  The latter adapter seems to elicit the
> panic.  If I set the bios to make the hd4000 the primary display,
> the panic will repeatably occur.

> vga1 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
> intagp0 at vga1
> agp0 at intagp0: aperture at 0xd0000000, size 0x10000000
> inteldrm0 at vga1
> drm0 at inteldrm0
> inteldrm0: apic 2 int 16
> extent_create: extent `agpgtt', start 0xdffff000, end 0xdfffefff

Can you send me a dmesg from a kernel that has the diff below in it?

Index: agp_i810.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/agp_i810.c,v
retrieving revision 1.74
diff -u -p -r1.74 agp_i810.c
--- agp_i810.c  18 Mar 2013 12:02:56 -0000      1.74
+++ agp_i810.c  3 Apr 2013 20:20:49 -0000
@@ -572,13 +572,13 @@ agp_i810_attach(struct device *parent, s
                        goto out;
                }
 
-#ifdef DEBUG
+//#ifdef DEBUG
                if (isc->stolen > 0) {
                        printf(": detected %dk stolen memory",
                            isc->stolen * 4);
                } else
                        printf(": no preallocated video memory\n");
-#endif
+//#endif
 
                /* GATT address is already in there, make sure it's enabled */
                gatt->ag_physical = READ4(AGP_I810_PGTBL_CTL) & ~1;

Reply via email to