Subject: Re: Still losing on SLC. To: None <greywolf@defender.VAS.viewlogic.com> From: Paul Kranenburg <pk@cs.few.eur.nl> List: port-sparc Date: 04/30/1996 21:59:34
> Is there a way to disable SCSI reselection? Right now, I'm not terribly
To disable reselection, change esp.c:584 to
ESP_WRITE_REG(sc, ESP_FIFO, MSG_IDENTIFY(lun, 0));
To disable sync negotiation, comment out the 5 lines starting at esp.c:586
-pk