NetBSD-Bugs archive

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

re: port-i386/42966: kernel built from today's netbsd-5 crashes



The following reply was made to PR port-i386/42966; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: port-i386-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost, anne%porcupine.montreal.qc.ca@localhost,
    gnats-bugs%NetBSD.org@localhost,
    "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
Cc: 
Subject: re: port-i386/42966: kernel built from today's netbsd-5 crashes
Date: Thu, 18 Mar 2010 13:28:23 +1100

 OK, this one pretty dumb...  and i think we've debugged it before and
 failed to figure out a nice solution.
 
 it comes from this call in i915_dma.c:
 
        drm_pci_alloc(dev, PAGE_SIZE, PAGE_SIZE, 0xffffffff);
 
 and the final argument is passed as the boundary.  notice how it is
 not a power of two?  it really wants to be 0x1.0000.0000.
 
 
 anne, david, can one of you try changing this to 0?  or if you have
 2GB of ram or less, try 0x80000000...
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index