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

/netbsd-current/sys/arch/i386/stand/efiboot/
H A Deficons.c101 static const short comioport[4] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; local
103 if (idx < __arraycount(comioport))
104 return comioport[idx];

Completed in 99 milliseconds