CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/21 21:30:41
Modified files:
sys/dev/pci/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
Removed files:
sys/dev/pci/drm: drm_pciids.h
Log message:
switch all of the drm drivers over to using the defines from pcidevs.
Furthermore, move the list of pcidevs from drm_pciids.h (in macros!), to
the array in the driver file. The strings are left in the array for now, but
will go in the next commit