Searched refs:idstring (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c177 ahc_isa_idstring(bus_space_tag_t iot, bus_space_handle_t ioh, char *idstring) argument
214 idstring[0] = EISA_VENDID_0(vid);
215 idstring[1] = EISA_VENDID_1(vid);
216 idstring[2] = EISA_VENDID_2(vid);
217 idstring[3] = EISA_PRODID_0(pid);
218 idstring[4] = EISA_PRODID_1(pid);
219 idstring[5] = EISA_PRODID_2(pid);
220 idstring[6] = EISA_PRODID_3(pid);
221 idstring[7] = '\0'; /* sanity */
232 char idstring[EISA_IDSTRINGLE local
341 char idstring[EISA_IDSTRINGLEN]; local
[all...]
/openbsd-current/sys/arch/alpha/eisa/
H A Deisa_machdep.c584 eisa_compute_maxslots(const char *idstring) argument
588 if (strcmp(idstring, "DEC2400") == 0) /* Jensen */
590 else if (strcmp(idstring, "DEC2A01") == 0) /* AS 2000/2100 */
592 else if (strcmp(idstring, "DEC5000") == 0) /* AS 1000/600A */
594 else if (strcmp(idstring, "DEC5100") == 0) /* AS 600 */
596 else if (strcmp(idstring, "DEC5301") == 0) /* AS 800 */
598 else if (strcmp(idstring, "DEC6000") == 0) /* AS 8200/8400 */
600 else if (strcmp(idstring, "DEC6400") == 0) /* AS 4x00/1200 */

Completed in 174 milliseconds