Has anybody worked on loading a real device driver (one that uses I/O ports and handles interrupts) into an i386 NetBSD/1.0 kernel? I'd like to do that (to make debugging easier), but I don't have any examples to follow of something that can at load time probe and attach, and later return the interrupt handler to the stray handler and unload. ==John