CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/16 17:30:41
Modified files:
sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c drm_irq.c
drm_lock.c 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 message:
Instead of using a width-1 bitfield for storing the driver capabilities
in the callback structure, just use a bunch of ORed together bits. This
has been annoying me for ages.
