|
|
|
|
PCIAGPStatus
Declaration
typedef struct {
uint rate:4;
uint fastWrite:1;
uint fourGB:1;
uint rsvd1:3;
uint sideBandAddressing:1;
uint rsvd2:14;
uint requestQueueDepthMaximum:8;
} PCIAGPStatus
Prototype In
pcilib.h
Description
Structure defining the PCI AGP status register contents
Members
|
rate |
Supported AGP rate (1-8x) |
|
fastWrite |
AGP FastWrite supported |
|
fourGB |
4GB addressing supported |
|
rsvd1 |
Reserved; not used |
|
sideBandAddressing |
Side band addressing supported |
|
rsvd2 |
Reserved; not used |
|
requestQueueDepthMaximum |
Maximum request queue depth |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com