cvs commit: src/sys/dev/drm i915_drv.c mach64_drv.c mga_drv.c
r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c
Robert Noland
rnoland at FreeBSD.org
Sat Oct 4 14:48:53 UTC 2008
rnoland 2008-10-04 14:48:40 UTC
FreeBSD src repository
Modified files:
sys/dev/drm i915_drv.c mach64_drv.c mga_drv.c
r128_drv.c radeon_drv.c savage_drv.c
sis_drv.c tdfx_drv.c
Log:
SVN rev 183604 on 2008-10-04 14:48:40Z by rnoland
Use M_WAITOK when allocating driver memory
We don't explicity check for error here and M_WAITOK will just put the
process to sleep waiting on resources to become available.
Suggested by jhb@
Approved by: jhb (mentor)
Revision Changes Path
1.8 +3 -1 src/sys/dev/drm/i915_drv.c
1.6 +3 -1 src/sys/dev/drm/mach64_drv.c
1.15 +3 -1 src/sys/dev/drm/mga_drv.c
1.14 +3 -1 src/sys/dev/drm/r128_drv.c
1.17 +3 -1 src/sys/dev/drm/radeon_drv.c
1.6 +3 -1 src/sys/dev/drm/savage_drv.c
1.10 +3 -1 src/sys/dev/drm/sis_drv.c
1.13 +3 -1 src/sys/dev/drm/tdfx_drv.c
More information about the cvs-src
mailing list