Module Name: src Committed By: riastradh Date: Mon Dec 30 04:51:43 UTC 2013
Modified Files: src/sys/external/bsd/drm2/i915drm [riastradh-drm2]: i915_pci.c Log Message: Detach framebuffer stuff before drm device in i915drm_detach. Detaching the drm device calls the i915_driver_unload routine, which nukes the i915 private data structures, so that we can't use them any more to detach the framebuffer. Now i915drm2 unloads! To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/external/bsd/drm2/i915drm/i915_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.