> the same change to i830_drv.c. I'm guessing that the changes are > obviously right or obviously wrong -- notice that I can't tell, > though. :-)
It's wrong but I think there is an issue in that area alright... I'll try and get some time to have a dig around in it ... I'm not sure the conversion to core got that bit right..... Dave. > > Eh: > Signed-Off-By: Joseph Fannin <[EMAIL PROTECTED]> > > > diff -aurN a/drivers/char/drm/i810_drv.c b/drivers/char/drm/i810_drv.c > --- a/drivers/char/drm/i810_drv.c 2004-11-26 23:18:35.000000000 -0500 > +++ b/drivers/char/drm/i810_drv.c 2004-11-26 23:38:36.000000000 -0500 > @@ -112,7 +112,7 @@ > .open = drm_open, > .release = drm_release, > .ioctl = drm_ioctl, > - .mmap = i810_mmap_buffers, > + .mmap = drm_mmap, > .poll = drm_poll, > .fasync = drm_fasync, > }, > diff -aurN a/drivers/char/drm/i830_drv.c b/drivers/char/drm/i830_drv.c > --- a/drivers/char/drm/i830_drv.c 2004-11-26 23:18:35.000000000 -0500 > +++ b/drivers/char/drm/i830_drv.c 2004-11-26 23:41:40.000000000 -0500 > @@ -121,7 +121,7 @@ > .open = drm_open, > .release = drm_release, > .ioctl = drm_ioctl, > - .mmap = i830_mmap_buffers, > + .mmap = drm_mmap, > .poll = drm_poll, > .fasync = drm_fasync, > }, > > > -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie pam_smb / Linux DECstation / Linux VAX / ILUG person ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel