CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/22 13:49:36
Modified files:
sys/dev/pci/drm: drmP.h drm_drv.c i915_dma.c i915_drv.c
i915_drv.h mach64_dma.c mach64_drv.c mga_dma.c
mga_drv.c mga_drv.h r128_cce.c r128_drv.c
r128_state.c radeon_cp.c radeon_drv.c
radeon_drv.h radeon_state.c savage_bci.c
savage_drv.c savage_drv.h sis_drv.c sis_mm.c
tdfx_drv.c
Log message:
Remove the driver->load callback and just do all the initialization in
the attach function. First step towards splitting drm off as it's own
(bus independant) device, as it should be.