On Wed, Nov 26, 2025 at 09:06:26AM -0500, Todd Gruhn wrote: > If I plug it in (PS\2) while NetBSD is running > it does not work. PS/2 keyboards cause no "plug in" event, so the kernel does not notice there is a new device connected. You may be able to get it working later via some magic drvctl(8) invocation. Martin