jhb 2005-12-20 22:44:36 UTC FreeBSD src repository
Modified files: sys/pci agp_i810.c sys/sys param.h sys/dev/drm drm_agpsupport.c drm_drv.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c Log: - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as the addition of pci_find_extcap(). - Change the drm drivers to attach to vgapci. This is #ifdef'd so the code can be shared across branches. - Use pci_find_extcap() to look for AGP and PCIE capabilities in drm. - GC all the drmsub stuff for i810/i830/i915. The agp and drm devices are now both children of vgapci. Revision Changes Path 1.4 +5 -0 src/sys/dev/drm/drm_agpsupport.c 1.5 +9 -1 src/sys/dev/drm/drm_drv.c 1.4 +8 -0 src/sys/dev/drm/i915_drv.c 1.3 +4 -0 src/sys/dev/drm/mach64_drv.c 1.11 +13 -2 src/sys/dev/drm/mga_drv.c 1.11 +4 -0 src/sys/dev/drm/r128_drv.c 1.14 +4 -0 src/sys/dev/drm/radeon_drv.c 1.3 +4 -0 src/sys/dev/drm/savage_drv.c 1.7 +4 -0 src/sys/dev/drm/sis_drv.c 1.10 +4 -0 src/sys/dev/drm/tdfx_drv.c 1.34 +4 -36 src/sys/pci/agp_i810.c 1.258 +1 -1 src/sys/sys/param.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"