[parisc-linux] SCSI on ASP systems
Richard Hirst
rhirst@linuxcare.com
Wed, 6 Dec 2000 23:47:26 +0000
On Thu, Dec 07, 2000 at 12:23:00AM +0100, Daniel Engstrom wrote:
> As noted earlier SCSI (sim700) don not work on systems with an ASP. Below
> is some of the error messages I get. It seems to fail on the first write
> command (read commands seem to work). I dont have any idea how the 53c700
> is supposed to work and I cant find any docs on the net. Does anyone on
> the list have any idea?
>
> /Daniel
>
>
> # palo -I \
> > -b boot/iplboot \
> > -k boot/vmlinux /dev/sda
Can you try adding
sim700=noneg:0xff,nodisc:0xff
to your boot comamnd line and let me know what happens.
If that fails after very little disk activity, you could try
sim700=noneg:0xff,nodisc:0xff,debug:0x2ff
and send me the (large) debug output.
Looks like oyur disk is disconnecting after an odd number of sectors,
which might be unusual.
Richard