CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/08/08 07:50:24
Modified files: sys/dev/ic : pckbc.c Log message: Try and improve legacy controller emulation heuristics; if we think we should not attach pckbd but pms attaches, then we are on real hardware, and should attach pckbd anyway. No known regression on legacy free systems; makes the few machines which required device flags changes in UKC work out of the box again. ok deraadt@