Subject: loading real device drivers?
To: None <port-i386@netbsd.org>
From: John Kohl <jtk@atria.com>
List: port-i386
Date: 12/05/1994 09:15:49
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