NetBSD-Bugs archive

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

Re: kern/49049: recent amd64 GENERIC kernels fail in i915_driver_load on Lenovo X61



2014-12-28 9:20 GMT+09:00 David Holland <dholland-bugs%netbsd.org@localhost>:
> The following reply was made to PR kern/49049; it has been noted by GNATS.
>
> From: David Holland <dholland-bugs%netbsd.org@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: kern/49049: recent amd64 GENERIC kernels fail in
>  i915_driver_load on Lenovo X61
> Date: Sun, 28 Dec 2014 00:15:54 +0000
>
>  On Thu, Aug 14, 2014 at 04:50:01PM +0000, NONAKA Kimihiro wrote:
>   >  Please try the following patch.
>   >
>   >  -----
>   >  Index: sys/dev/pci/agp_i810.c
>   >  ===================================================================
>   >  RCS file: /cvsroot/src/sys/dev/pci/agp_i810.c,v
>   >  retrieving revision 1.112
>   >  diff -u -r1.112 agp_i810.c
>   >  --- sys/dev/pci/agp_i810.c    25 Jul 2014 23:05:54 -0000    1.112
>   >  +++ sys/dev/pci/agp_i810.c    14 Aug 2014 16:38:38 -0000
>   >  @@ -450,6 +450,7 @@
>   >           error = ENXIO;
>   >           goto fail1;
>   >       }
>   >  +    isc->size = mmadr_size;
>   >       isc->bst = isc->vga_pa.pa_memt;
>   >       error = bus_space_map(isc->bst, mmadr, isc->size, mmadr_flags,
>   >           &isc->bsh);
>   >  -----
>
>  Did this get committed?

Not yet.

-- 
NONAKA Kimihiro


Home | Main Index | Thread Index | Old Index