Adam Jackson wrote:
On Monday 28 March 2005 16:21, Thomas Hellstrom wrote:
  
CVSROOT: /cvs/dri
Module name: drm
Repository: drm/shared-core/
Changes by: [EMAIL PROTECTED] 05/03/28 13:21:42

Log message:
  Via updates:
  * New PCI command parser. Moved from via_dma.c to via_verifier.c so
functions with similar functionality are close to eachother.
  * Moved video related functions to via_video.c, which might be extended
in the future, as new video functionality is added.
  * New device-specific generic IRQ IOCTL, similar to the general VBLANK
IOCTL, but with support for multiple device IRQ sources and functionality.
* Support for Unichrome Pro PM800/CN400 video DMA commands in verifier and
PCI parser. * Support for Unichrome Pro PM800/CN400 HQV IRQs in the new
generic IRQ IOCTL. * Bumped minor. New version 2.6.0.
    

This broke the build, for at least linux-core:

make[2]: *** No rule to make target 
`/dri/tinderbox/drm/linux-core/via_video.o', needed by 
`/dri/tinderbox/drm/linux-core/drm.o'.  Stop.
make[1]: *** [_module_/dri/tinderbox/drm/linux-core] Error 2

Looks like via_video.c just didn't get added.

- ajax
  
Hi!

sorry for this :(.

Fixed now.

/Thomas

Reply via email to