HomeSort by: relevance | last modified time | path
    Searched defs:comioport (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
eficons.c 103 static const short comioport[4] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 }; local in function:getcomaddr
105 if (idx < __arraycount(comioport))
106 return comioport[idx];

Completed in 12 milliseconds