CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/08/06 15:04:14
Modified files: sys/dev/ic : com.c comvar.h sys/dev/pci : puc.c Log message: Initial stab at making c...@puc suspend and resume properly. Works fine for using cu(1) between two OpenBSD machines. Probably doesn't work for serial consoles but we don't support those on puc(4) anyway. ok deraadt@