From owner-cvs-src-old@FreeBSD.ORG Thu Dec 18 21:59:04 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D9410657AD for ; Thu, 18 Dec 2008 21:59:04 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA16E8FC1E for ; Thu, 18 Dec 2008 21:59:04 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBILx4jM064160 for ; Thu, 18 Dec 2008 21:59:04 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBILx4Ie064159 for cvs-src-old@freebsd.org; Thu, 18 Dec 2008 21:59:04 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200812182159.mBILx4Ie064159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Thu, 18 Dec 2008 21:58:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drmP.h drm_drv.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2008 21:59:04 -0000 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