Searched defs:netidblk (Results 1 – 1 of 1) sorted by relevance
143 struct netidblk { struct144 char magic[8]; /* The magic number (string) "NETIDBLK" */145 unsigned char netid[8]; /* The physical station address */146 char nettype, globalopt;147 char vendor[8]; /* The machine vendor and product name. */148 char product[8];149 char irq1, irq2; /* Interrupts, only one is currently used. */150 char dma1, dma2;151 short dma_mem_misc[8]; /* DMA buffer locations (unused in Linux). */152 short iobase1, iosize1;[all …]