All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Kernel panic with -pa48
@ 2001-10-12 15:03 joel.soete
  2001-10-12 15:27 ` Matthew Wilcox
  2001-10-12 18:46 ` [parisc-linux] " Grant Grundler
  0 siblings, 2 replies; 13+ messages in thread
From: joel.soete @ 2001-10-12 15:03 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux

Hi Grant,

I met following problem with pa48 (on a 712/80):

...
VFS: Cannot open root device "sda3" or "08:03"
Please append a correct "root=" boot option
Kernel panic: vfs Unable to mount root fs on "08:03"

(I check if the fs is still correct. And I can still boot with 2.4.9-pa45.
So it could not any more recognise ext2fs)

Is it in relation with your mail:
http://lists.parisc-linux.org/pipermail/parisc-linux/2001-October/014100.html

Thanks in adavance for advice,
        joel

PS: I had the same problem with or without LASI700 support

-------------------------------------------------
This mail sent through Tiscalinet Webmail (http://webmail.tiscali.be)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [parisc-linux] Kernel panic with -pa48
@ 2001-10-13 19:51 James Bottomley
  2001-10-13 22:12 ` Grant Grundler
  0 siblings, 1 reply; 13+ messages in thread
From: James Bottomley @ 2001-10-13 19:51 UTC (permalink / raw)
  To: parisc-linux; +Cc: joel.soete, willy

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]

> Just co -pa49 and boot again but strange behaviour (as with pa45). Here
> the SCSI kernel messages:

I suspect this is probably a cabling/termination problem.  The new driver does 
fast scsi via synchronous negotiation which is much less tolerant of harware 
setup than the old asynchronous SCSI.  You can test this theory out by turning 
off async negotiation in the driver: by recompiling, I'm afraid, I haven't 
made it a config option.

If you apply the attached patch it will suppress the synchronous negotiation.  
If the driver boots your machine with no issues then it's a safe bet you have 
a cabling or termination problem.

Your next problem will be the C3325A drive:  I have one of these and it seems 
to drop tagged commands under heavy load (which annoys the SCSI error handler 
no end).  I was going to ask for it to be added to the SCSI mid-layer black 
list as being unable to handle tags, but I haven't got around to it yet.

James 



[-- Attachment #2: 53c700-no-fast.diff --]
[-- Type: text/plain , Size: 630 bytes --]

Index: drivers/scsi/53c700.c
===================================================================
RCS file: /home/jejb/CVSROOT/linux/2.4/drivers/scsi/53c700.c,v
retrieving revision 1.1.1.3.6.4
diff -u -r1.1.1.3.6.4 53c700.c
--- drivers/scsi/53c700.c	2001/09/30 15:04:17	1.1.1.3.6.4
+++ drivers/scsi/53c700.c	2001/10/13 19:46:33
@@ -720,6 +720,7 @@
 		NCR_700_writeb(BTB_TIMER_DISABLE, host, CTEST0_REG);
 		NCR_700_writeb(FULL_ARBITRATION | ENABLE_PARITY | PARITY
 			       | AUTO_ATN, host, SCNTL0_REG);
+		hostdata->fast = 0;
 	} else {
 		NCR_700_writeb(BURST_LENGTH_8 | hostdata->dmode_extra,
 			       host, DMODE_700_REG);

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2001-10-14 16:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-12 15:03 [parisc-linux] Kernel panic with -pa48 joel.soete
2001-10-12 15:27 ` Matthew Wilcox
2001-10-12 15:53   ` joel.soete
2001-10-12 17:42   ` joel.soete
2001-10-12 17:49     ` Matthew Wilcox
2001-10-13 19:10       ` Soete Joel
2001-10-12 18:46 ` [parisc-linux] " Grant Grundler
2001-10-13 19:18   ` Soete Joel
  -- strict thread matches above, loose matches on Subject: below --
2001-10-13 19:51 [parisc-linux] " James Bottomley
2001-10-13 22:12 ` Grant Grundler
2001-10-14 14:28   ` James Bottomley
2001-10-14 15:42     ` Andreas Deresch
2001-10-14 16:40     ` Grant Grundler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.