Blame solaris_io/README

Packit d36e9b
This is a very simple Solaris device driver (only tested in Solaris 2.6,
Packit d36e9b
although it might work with Solaris 2.5.1) for Intel, which allows user
Packit d36e9b
level programs access to the IO ports of a machine.  This was originally
Packit d36e9b
built for a port of a QuickCam app, but it could be used anywhere.
Packit d36e9b
Packit d36e9b
Rumour has it that the same thing can be done be done with Vx86 stuff, but
Packit d36e9b
I never tried that.  
Packit d36e9b
Packit d36e9b
Have fun with this, and if it's useful, drop me a note at simon@hasc.com
Packit d36e9b
Packit d36e9b
Packit d36e9b
Simon Thornington
Packit d36e9b
Packit d36e9b
Packit d36e9b
(Makefile and ioprtest.c changed by M C Duggan - 1/7/02)