CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/08/19 12:38:12
Modified files: sys/dev/ic : com.c Log message: Skip putting a port in sleep mode when it is used as serial console. In that case the kernel will still be using the port even after the last process closes it. And on machines like the v445 the firmware won't be happy if the console port is in sleep mode when the kernel reboots or halts. ok miod@