Home
last modified time | relevance | path

Searched refs:EISA_ID_LEN (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/i386/include/
Deisa_machdep.h42 #define EISA_ID_LEN (sizeof(EISA_ID) - 1) macro
/netbsd/src/sys/arch/sgimips/include/
Deisa_machdep.h42 #define EISA_ID_LEN (sizeof(EISA_ID) - 1) macro
/netbsd/src/sys/arch/prep/include/
Deisa_machdep.h42 #define EISA_ID_LEN (sizeof(EISA_ID) - 1) macro
/netbsd/src/sys/arch/i386/i386/
Di386_mainbus.c229 if (memcmp(ISA_HOLE_VADDR(EISA_ID_PADDR), EISA_ID, EISA_ID_LEN) == 0 && in i386_mainbus_attach()