OSDN Git Service

FreeBSD: We only want drm to ever attach to the primary pci device.
authorRobert Noland <rnoland@2hip.net>
Thu, 5 Mar 2009 06:44:56 +0000 (00:44 -0600)
committerRobert Noland <rnoland@2hip.net>
Thu, 5 Mar 2009 06:44:56 +0000 (00:44 -0600)
commit222dc6582e7afad0cd397452a0c4bcea23efeb04
tree50e706151d1b0713feb96469cec7c53489fcba09
parent4a27f1c6384c3987dc25e0d2b65e4cf56af7769a
FreeBSD: 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.
bsd-core/drmP.h
bsd-core/drm_drv.c