CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/11/29 10:15:44
Modified files: sys/dev/usb : ucom.c Log message: the code for managing tty vs cua usage collision was free'ing all sorts of critical structures when it hit a collision. Also, ttyopen is ldisc 0, so it should not be called twice (and furthermore, with the wrong dev_t) original report from mikeb, ok dlg mikeb and discussed with miod