CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/23 14:35:01
Modified files:
sys/dev/pci/drm: drmP.h drm_bufs.c drm_irq.c i915_drv.c
i915_drv.h i915_irq.c mach64_drv.c mach64_drv.h
mach64_irq.c mga_drv.c mga_drv.h mga_irq.c
r128_drv.c r128_drv.h r128_irq.c radeon_drv.c
radeon_drv.h radeon_irq.c
Log message:
Map device interrupts in the attach routine. and remove more need for
dev->pa by doing the pci_intr_establish/disestablish dance in the driver
function, not in drm. This removes the need for
interrupt_{pre,post}install callbacks, instead just provide a
interrupt_install() callback.