CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/22 14:26:48
Modified files:
sys/arch/amd64/amd64: conf.c
sys/arch/amd64/conf: GENERIC
sys/arch/i386/conf: GENERIC
sys/arch/i386/i386: conf.c
sys/conf : files
sys/dev/pci : vga_pci.c
sys/dev/pci/drm: drmP.h drm_drv.c files.drm i915_drv.c
i915_drv.h mach64_drv.c mach64_drv.h mga_drv.c
mga_drv.h r128_drv.c r128_drv.h r128_state.c
radeon_drv.c radeon_drv.h savage_drv.c
savage_drv.h sis_drv.c sis_drv.h tdfx_drv.c
Log message:
Move the drm drivers over from:
vga1 at pci0
inteldrm0 at vga1
to
vga1 at pci0
inteldrm0 at vga1
drm0 at inteldrm0
i.e. a similar scheme to audio(4) where the interface attaches on top of
the wildly different drivers. This helps to clean up the code a lot
(more is coming) and help me start to move drm to being essentially bus
independent, which will help in the future.