FreeBSD: Increase MAX_PCI_RESOURCE

We can have more than 3 BARs to access.
This commit is contained in:
Robert Noland 2009-03-16 00:03:40 -05:00
parent f78040266b
commit b0acc88606

View file

@ -610,7 +610,7 @@ struct drm_driver_info {
};
/* Length for the array of resource pointers for drm_get_resource_*. */
#define DRM_MAX_PCI_RESOURCE 3
#define DRM_MAX_PCI_RESOURCE 6
/**
* DRM device functions structure