看板 DFBSD_commit 關於我們 聯絡資訊
commit 9cac2c041a37836f28d60c2a2ae34b8c64120e66 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 14 20:56:17 2010 -0800 kernel - Video - Add suppor for Intel IGD chipsets (netbook / N450 etc) * Add support for Intel Pinetail graphics chips, PCI ids 0xA0018086 and 0xA0118086. * Tested on Gateway netbook LT2104u. Works just dandy. * NOTE: Xorg may require 'Option "FramebufferCompression" "off"' in the Device section of your xorg.conf. Taken-from: FreeBSD bug report kern/143427 Author: msumida@mvc.biglobe.ne.jp Summary of changes: sys/dev/agp/agp_i810.c | 26 +++++++++++++++++++++----- sys/dev/drm/drm_bufs.c | 4 ++++ sys/dev/drm/drm_pciids.h | 2 ++ sys/dev/drm/i915_drv.h | 10 ++++++++-- sys/dev/drm/i915_reg.h | 10 +++++++--- 5 files changed, 42 insertions(+), 10 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9cac2c041a37836f28d60c2a2ae34b8c64120e66 -- DragonFly BSD source repository