CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/15 15:04:32
Modified files:
sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h
sys/arch/armv7/dev: com_fdt.c
Log message:
Now that com(4) uses a different iot for the initial console and the
main attachment, the serial port is now longer recognized as console.
To fix this, store the OFW node of the initial console and check it
in the attachment driver.
ok kettenis@
