This Patch provides you with the SunOS 4.1.3 device-drivers for tape-drives.

This Path is for sun3/3x only!

Important change: Support for Exabyte 8200 and 8500.

Install as root with the following commands:

mv /sys/`arch -k`/OBJ/st.o /sys/`arch -k`/OBJ/st.o.411
mv /sys/sundev/streg.h /sys/sundev/streg.h.411
mv /usr/include/sundev/streg.h /usr/include/sundev/streg.h.411
mv st.o /sys/`arch -k`/OBJ
cp streg.h /usr/include/sundev
mv streg.h /sys/sundev

Generate a new Kernel:

cd /sys/`arch -k`/conf
setenv KERNELNAME `cat /etc/motd | sed -e "s/.*(//" | sed -e "s/).*//"`
config $KERNELNAME
cd ../$KERNELNAME
make

Install the new Kernel:
mv /vmunix /vmunix.old
mv vmunix /
reboot
