From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com Message-Id: <200007120320.XAA15135@cse.psu.edu> Date: Tue, 11 Jul 2000 23:20:41 -0400 To: daveb@daves.net, 9fans@cse.psu.edu Subject: Re: [9fans] sd00 problems MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d83c3936-eac8-11e9-9e20-41e7f4b1d025 From: "David P. Boswell" >Today I installed on a Compaq 1850R with SYM53C875 SCSI. The install goes >normal but upon reboot using 9pcdisk it can't mount the root FS. I also see: >'sd53c8xx differential mode set' 16 times. So, I added an IDE drive, installed >and came up with kfs on the IDE. Same problem with SCSI using either 9pcdisk >or 9pccpudisk. bind -a '#S' only finds sdC0. Booting 9pcflop bind -a '#S' >finds sdC0 and sd00. > >Any ideas ? Yes, there was a bug in the 53c8xx driver where it assumed it knew how to automatically detect whether to use differential mode or not. Turns out that only worked on some (real Symbios?) cards. Nigel Roles (ngr@9fs.org) supplied a fix and I believe it's in the distribution floppy but not in the distribution itself as we haven't done an update for a while. Until an update is done, if you are able to compile a kernel I can send you the fixed driver. --jim