Subject: ancient shoebox...
To: None <thorpej@nas.nasa.gov>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 05/07/1995 15:16:57
> From: Jason Thorpe <thorpej@nas.nasa.gov>
> Date: Sun, 07 May 1995 11:56:16 -0700
> Gordon -- Thx for the extra info. I got it to work, finally...it turned
> out to be the tape drive in the shoebox that was killing the beast. [...]
Oh yeah, this patch was needed for the tape drive on the Emulex board.
It's not checked in because Charles didn't like the blank ID strings.
*** scsiconf.c.orig Fri Feb 24 06:20:50 1995
--- scsiconf.c Thu Mar 30 23:24:20 1995
***************
*** 303,308 ****
--- 303,310 ----
{T_DIRECT, T_FIXED,
"QUANTUM ", "PD1225S ", "3110", SDEV_NOLUNS},
+ {T_SEQUENTIAL, T_REMOV, /* emulex - ID strings are blank */
+ " ", " ", " ", SDEV_NOLUNS},
{T_SEQUENTIAL, T_REMOV,
"EXABYTE ", "EXB-8200 ", "", SDEV_NOLUNS},
{T_SEQUENTIAL, T_REMOV,