Date: Thu, 18 Dec 2008 21:58:57 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/drm drmP.h drm_drv.c Message-ID: <200812182159.mBILx4Ie064159@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2008-12-18 21:58:57 UTC FreeBSD src repository Modified files: sys/dev/drm drmP.h drm_drv.c Log: SVN rev 186299 on 2008-12-18 21:58:57Z by rnoland We only want drm to ever attach to the primary pci device. Intel 855 chips present the same pci id for both heads. This prevents us from attaching to the dummy second head. All other chips that I am aware of either only present a single pci id, or different ids for each head so that we only match on the correct head. Approved by: kib@ MFC after: 2 weeks Revision Changes Path 1.24 +1 -0 src/sys/dev/drm/drmP.h 1.15 +4 -0 src/sys/dev/drm/drm_drv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812182159.mBILx4Ie064159>