diff options
author | Eric Anholt <eric@anholt.net> | 2006-09-21 14:19:34 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-09-21 15:32:34 -0400 |
commit | 2f02cc3fb8960754a2a5df6a33f53528e0d830be (patch) | |
tree | 73c692f47c6f589e394b71b89122f9566ecbd11d /drivers/char/drm/drmP.h | |
parent | e08870c87ab5b0c0c3cb05d0d0041240736493e4 (diff) |
drm: add device/vendor id to drm_device_t for compat with FreeBSD drivers
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r-- | drivers/char/drm/drmP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index 4363f6e50c77..7690a59ace04 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -723,6 +723,8 @@ typedef struct drm_device { | |||
723 | drm_agp_head_t *agp; /**< AGP data */ | 723 | drm_agp_head_t *agp; /**< AGP data */ |
724 | 724 | ||
725 | struct pci_dev *pdev; /**< PCI device structure */ | 725 | struct pci_dev *pdev; /**< PCI device structure */ |
726 | int pci_vendor; /**< PCI vendor id */ | ||
727 | int pci_device; /**< PCI device id */ | ||
726 | #ifdef __alpha__ | 728 | #ifdef __alpha__ |
727 | struct pci_controller *hose; | 729 | struct pci_controller *hose; |
728 | #endif | 730 | #endif |