Home | History | Annotate | Download | only in dev

Lines Matching defs:ga

75 	struct gvpbus_args ga;
79 memcpy(&ga.zargs, zap, sizeof(struct zbus_args));
86 ga.prod = *((u_char *)zap->va + 0x8001) & 0xf8;
92 ga.prod = GVP_SERIESII; /* really a series I */
98 switch (ga.prod) {
122 if (ga.prod == GVP_COMBO_R4_SCSI)
137 printf(": unknown Series II %x", ga.prod);
147 ga.flags = flags0 | GVP_SCSI;
148 config_found(self, &ga, gvpbusprint, CFARGS_NONE);
151 ga.flags = flags0 | GVP_IO;
152 config_found(self, &ga, gvpbusprint, CFARGS_NONE);