CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/13 14:45:42
Modified files:
sys/dev/pci/drm: drm_drawable.c drm_memory.c drm_scatter.c
Log message:
Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange
the two calls to drm_calloc() that had nmemb and size the wrong way
around.
