hi I did compile the kernel with the driver in place - both the aic7xx and the aha152x_cs (dox say the aic7xx but I wanted to have all bases covered). Also in the kernel are all the supports for the Sun filesystems.
Here's what I put in scsi.opts (based on my best guess - I do know that the SCSI ID is 3):
case "$ADDRESS" in
*,sd,*,0,3,0)
PARTS="1"
DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
FSTYPE="ufs"
OPTS=""
MOUNTPT="/mnt/mri6"
;;
esac
|
Messages
Outline:
No, not that driver... by David Hinds, 2000, Aug 03
getting closer...? by anewman, 2000, Aug 05
No, the interrupt is not the problem by David Hinds, 2000, Aug 07
SCSI disk drivers are there by anewman, 2000, Aug 11