NetBSD-Bugs archive

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

Re: port-amd64/49833: NetBSD-current (amd64/i386) reboot when start xinit on pc with HD6450



The following reply was made to PR kern/49833; it has been noted by GNATS.

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: matthew green <mrg%eterna.com.au@localhost>
Cc: port-amd64-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
	netbsd-bugs%netbsd.org@localhost, gnats-bugs%NetBSD.org@localhost
Subject: Re: port-amd64/49833: NetBSD-current (amd64/i386) reboot when start xinit on pc with HD6450
Date: Mon, 20 Apr 2015 12:24:54 +0000

    Date: Sun, 19 Apr 2015 10:48:48 +1000
    from: matthew green <mrg%eterna.com.au@localhost>
 
    Taylor?  comments?
 
    --- dist/drm/ttm/ttm_bo.c	10 Apr 2015 17:28:42 -0000	1.9
    +++ dist/drm/ttm/ttm_bo.c	19 Apr 2015 00:43:39 -0000
    @@ -1018,6 +1018,9 @@ static int ttm_bo_move_buffer(struct ttm
            spin_unlock(&bdev->fence_lock);
            if (ret)
                    return ret;
    +#ifdef __NetBSD__
    +	mem.bus.is_iomem = false;
    +#endif
 
 No need for #ifdef __NetBSD__; otherwise LGTM.  I think this is right
 and certainly it can't hurt.  I'm asking upstream for confirmation.
 


Home | Main Index | Thread Index | Old Index