Boot failure on 2.3.13 for SMP Rawhide

Peter Rival (frival@zk3.dec.com)
Tue, 10 Aug 1999 18:26:48 -0400


--------------771909BF7B339D136082390E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I've attached below a quick dump of the boot failure from my 2cpu
rawhide under "clean" 2.3.13. I had to do a quick pdev->base_address[X]
to pdev->resource[X].start on ncr53c8xx.c and defxx.c, and change
#include <linux/tasks.h> to #include <linux/threads.h> in
arch/alpha/kernel/smp.c and include/asm-alpha/smp.h in order to get it
to compile. I'm beginning to wonder if all of rth's SMP-alpha patches
made it to Linus....hrmm... Anyway, the boot failure - I'll need
someone who has a clue about the NCR 53c810 controller on the rawhide,
as well as the qlogic adapter (ISP1040B) to give me a hint as to what's
happening:

......
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
Real Time Clock Driver v1.09a
RAM disk driver initialized: 16 RAM disks of 4096K size
Floppy drive(s): fd0 is 2.88M
FDC 0 is a National Semiconductor PC87306
qlogicisp : i/o mapping is disabled
sym53c8xx: at PCI bus 1, device 1, function 0
sym53c8xx: IO region 0x10000a000[0..127] is in use
ncr53c8xx: at PCI bus 1, device 1, function 0
ncr53c8xx: disabling I/O mapping since base address 0 (0xa000)
bits 0..1 indicate a non-IO mapping
Trying to free nonexistent resource <0000-007f>
ncr53c8xx: 53c810 detected
ncr53c810-0: rev=0x02, base=0x104200000, io_port=0x0, irq=56
ncr53c810-0: ID 7, Fast-10, Parity Checking
device_interrupt: illegal interrupt 96
CACHE TEST FAILED: timeout.
CACHE INCORRECTLY CONFIGURED.
ncr53c810-0: detaching...
scsi : 0 hosts.
scsi : detected total.
defxx.c:v1.04 09/16/96 Lawrence V. Stefani (stefani@lkg.dec.com)
fddi0: DEFPA at I/O addr = 0x9000, IRQ = 28, Hardware addr =
00-00-F8-6A-FC-74
tulip.c:v0.89H 5/23/98 becker@cesdis.gsfc.nasa.gov
eth0: Digital DC21041 Tulip at 0x8000, 21041 mode, 00 00 f8 05 f7 87,
IRQ 20.
eth0:21041 Media information at 65, default media 0800 (Autosense).
eth0: 21041 media #0, 10baseT.
eth0: 21041 media #0, 10baseT.
eth0: 21041 media #0, 10baseT.
eth0: 21041 media #0, 10baseT.
request_module[block-major-8]: Root fs not mounted
VFS: Cannot open root device 08:02
Kernel panic: VFS: Unable to mount root fs on 08:02

halted CPU 0

halt code = 5
HALT instruction executed
PC = fffffc0000310068

Any ideas?

- Pete

--------------771909BF7B339D136082390E
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
Hi,

    I've attached below a quick dump of the boot failure from my 2cpu rawhide under "clean" 2.3.13.  I had to do a quick pdev->base_address[X] to pdev->resource[X].start on ncr53c8xx.c and defxx.c, and change #include <linux/tasks.h> to #include <linux/threads.h> in arch/alpha/kernel/smp.c and include/asm-alpha/smp.h in order to get it to compile.  I'm beginning to wonder if all of rth's SMP-alpha patches made it to Linus....hrmm...  Anyway, the boot failure - I'll need someone who has a clue about the NCR 53c810 controller on the rawhide, as well as the qlogic adapter (ISP1040B) to give me a hint as to what's happening:

......
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
Real Time Clock Driver v1.09a
RAM disk driver initialized:  16 RAM disks of 4096K size
Floppy drive(s): fd0 is 2.88M
FDC 0 is a National Semiconductor PC87306
qlogicisp : i/o mapping is disabled
sym53c8xx: at PCI bus 1, device 1, function 0
sym53c8xx: IO region 0x10000a000[0..127] is in use
ncr53c8xx: at PCI bus 1, device 1, function 0
ncr53c8xx: disabling I/O mapping since base address 0 (0xa000)
           bits 0..1 indicate a non-IO mapping
Trying to free nonexistent resource <0000-007f>
ncr53c8xx: 53c810 detected
ncr53c810-0: rev=0x02, base=0x104200000, io_port=0x0, irq=56
ncr53c810-0: ID 7, Fast-10, Parity Checking
device_interrupt: illegal interrupt 96
CACHE TEST FAILED: timeout.
CACHE INCORRECTLY CONFIGURED.
ncr53c810-0: detaching...
scsi : 0 hosts.
scsi : detected total.
defxx.c:v1.04 09/16/96  Lawrence V. Stefani (stefani@lkg.dec.com)
fddi0: DEFPA at I/O addr = 0x9000, IRQ = 28, Hardware addr = 00-00-F8-6A-FC-74
tulip.c:v0.89H 5/23/98 becker@cesdis.gsfc.nasa.gov
eth0: Digital DC21041 Tulip at 0x8000, 21041 mode, 00 00 f8 05 f7 87, IRQ 20.
eth0:21041 Media information at 65, default media 0800 (Autosense).
eth0:  21041 media #0, 10baseT.
eth0:  21041 media #0, 10baseT.
eth0:  21041 media #0, 10baseT.
eth0:  21041 media #0, 10baseT.
request_module[block-major-8]: Root fs not mounted
VFS: Cannot open root device 08:02
Kernel panic: VFS: Unable to mount root fs on 08:02

halted CPU 0

halt code = 5
HALT instruction executed
PC = fffffc0000310068

Any ideas?

 - Pete --------------771909BF7B339D136082390E-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/