summaryrefslogtreecommitdiff
path: root/bsd/drm_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/drm_drv.h')
-rw-r--r--bsd/drm_drv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bsd/drm_drv.h b/bsd/drm_drv.h
index 7184e3d9..1b5d1704 100644
--- a/bsd/drm_drv.h
+++ b/bsd/drm_drv.h
@@ -225,8 +225,10 @@ static struct cdevsw DRM(cdevsw) = {
#endif
};
+#include "drm_pciids.h"
+
static drm_pci_id_list_t DRM(pciidlist)[] = {
- DRIVER_PCI_IDS
+ DRM(PCI_IDS)
};
static int DRM(probe)(device_t dev)