]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a panic on X startup for drivers that don't init maps themselves by storing
authorEric Anholt <anholt@FreeBSD.org>
Sun, 24 Apr 2005 19:03:32 +0000 (19:03 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Sun, 24 Apr 2005 19:03:32 +0000 (19:03 +0000)
commit7c26ccfd22a461c3b1972691d3de61a64c73dd38
tree1ddd7e56d4c83daaeb1ffde9dab3f0df7b992e73
parent71d0cbb6712946c839a0be27fc130d1be670e5bc
Fix a panic on X startup for drivers that don't init maps themselves by storing
the return value of drm_ioremap in the right place again.

Submitted by: tegge
sys/dev/drm/drm_bufs.c