CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/15 00:53:37
Modified files:
sys/arch/amd64/stand/efiboot: conf.c efiboot.c
sys/arch/amd64/stand/libsa: cmd_i386.c
Log message:
Many machines with serial ports ship with uefi firmware which does not
have the serial io protocol. Fallback to direct inb/outb hardware access
in this case using code derived from arch/amd64/stand/libsa/bioscons.c
ok kettenis@
