Remove the BusAccWindows resource code which is now unused.
This was a bunch of poorly defined resource ranges per OS/platform combination which were supposed to represent what regions could potentially have resources allocated into them.
This commit is contained in:
@@ -77,9 +77,6 @@ static resPtr AccReducers = NULL;
|
||||
resPtr Acc = NULL;
|
||||
resPtr osRes = NULL;
|
||||
|
||||
/* allocatable ranges */
|
||||
resPtr ResRange = NULL;
|
||||
|
||||
/* predefined special resources */
|
||||
_X_EXPORT resRange resVgaExclusive[] = {_VGA_EXCLUSIVE, _END};
|
||||
_X_EXPORT resRange resVgaShared[] = {_VGA_SHARED, _END};
|
||||
@@ -1366,11 +1363,6 @@ xf86ResourceBrokerInit(void)
|
||||
|
||||
osRes = NULL;
|
||||
|
||||
/* Get the addressable ranges */
|
||||
ResRange = xf86BusAccWindowsFromOS();
|
||||
xf86MsgVerb(X_INFO, 3, "Addressable bus resource ranges are\n");
|
||||
xf86PrintResList(3, ResRange);
|
||||
|
||||
/* Get the ranges used exclusively by the system */
|
||||
osRes = xf86AccResFromOS(osRes);
|
||||
xf86MsgVerb(X_INFO, 3, "OS-reported resource ranges:\n");
|
||||
|
||||
Reference in New Issue
Block a user