CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/22 15:10:42
Modified files:
sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_drv.c i915_dma.c
i915_drv.c i915_drv.h
Log message:
drm_device_is_pcie is only needed in one place: radeondrm_attach
so just inline it there.
also remove dev->pci_vendor and dev->pci_device, and insert pci_device
into the one place any of them are needed (inteldrm's interface can give
this info to the X driver. to remove that you'd need to fix X too).
