/* Chosen to hold the longest string in eisa.ids. */ #define EISA_DEVICE_INFO_NAME_SIZE 74
/* There is not much we can say about an EISA device, apart from * signature, slot number, and base address. dma_mask is set by
* default to parent device mask..*/
/* The EISA root device. There's rumours about machines with multiple
* busses (PA-RISC ?), so we try to handle that. */
struct eisa_root_device { struct device *dev; /* Pointer to bridge device */ struct resource *res; unsignedlong bus_base_addr; int slots; /* Max slot number */ int force_probe; /* Probe even when no slot 0 */
u64 dma_mask; /* from bridge device */ int bus_nr; /* Set by eisa_root_register */ struct resource eisa_root_res; /* ditto */
};
int eisa_root_register (struct eisa_root_device *root);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.