Blame solaris_io/INSTALL

Packit d36e9b
On a Solaris 2.6/ix86 machine, a 'make' and a 'make install' should
Packit d36e9b
install the driver.  You'll also have to reboot with the '-r' flag to
Packit d36e9b
rebuild the /devices directory.
Packit d36e9b
Packit d36e9b
# /usr/sbin/reboot -- -r
Packit d36e9b
Packit d36e9b
This also assumes that one is using gcc, but that should be pretty 
Packit d36e9b
easy to change.
Packit d36e9b
Packit d36e9b
Packit d36e9b
Simon Thornington
Packit d36e9b
simon@hasc.com
Packit d36e9b
Packit d36e9b
---------
Packit d36e9b
Packit d36e9b
On Solaris 2.8 you will probably need to run add_drv after rebooting, ie:
Packit d36e9b
Packit d36e9b
# add_drv iop
Packit d36e9b
Packit d36e9b
Matthew Duggan
Packit d36e9b
stauff1@users.sourceforge.net