diff options
author | Dave Airlie <airlied@linux.ie> | 2004-04-21 12:13:31 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-04-21 12:13:31 +0000 |
commit | 93bd67ef62e95a32f8b7e2fd7d9dadee52664160 (patch) | |
tree | 529b54bcdcfd364d6bc25cabf38999b465dadd80 /bsd | |
parent | 0f32a8852712e405f64c5917bcebefc441aa1ba3 (diff) |
centralise pci ids into one place and use scripts to generate files for
kernel
Diffstat (limited to 'bsd')
-rw-r--r-- | bsd/drm_drv.h | 4 |
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) |