[comp.sys.nsc.32k] 6250 driver

garyj@neptun.pcs.com (Gary Jennejohn) (10/15/90)

in recent mail someone inquired whether anyone was working on a driver for
the AIC-6250. Actually, I am at the moment, but no promises as to when
it'll be finished. My goal is to have a UNIX driver (BSD 4.3), so it
may not be too usable for MINIX. I have no idea how a MINIX driver should
look.

When I get a usable standalone driver working I'll post it.

BTW I'm also working on memory test code to stick in the monitor. Has anybody
got a working, standalone setjmp/longjmp? I seem to be doing something
wrong and when I do a longjmp to main followed by a return I get an 'unknown
interrupt' message from the monitor and have to reload the running program.
I 'borrowed' the setjmp/longjmp code I'm using from an old, old, old genix
version.

Gary