To install these files, you need the original sources from the Solaris 2.4
kernel.
	${PREFIX}/src/os_net/src_ws/usr/src/uts/sun/io/scsi/targets/st.c
(The ST SCSI target driver for tapedevices)
	${PREFIX}/src/os_net/src_ws/usr/src/uts/sun/io/scsi/targets/st_conf.c
(The ST configuration file)
	${PREFIX}/src/os_net/src_ws/usr/src/uts/sun/io/scsi/adapters/esp.c
(The ESP SCSI Hostadapter driver)
	${PREFIX}/src/os_net/src_ws/usr/src/uts/sun/io/scsi/adapters/reset_notify.c
(A helpfile needed to compile the ESP driver.)

1. Copy them and Makefile.kernel to the ../kernel/ subdirectory.
2.	patch -p <st.diff
	patch -p <esp.diff
3. st and esp can now be compiled using the toplevel Makefile.
