Subject: Re: MIPS Magnum 4000-PC fails to boot
To: Mark Abene <phiber@radicalmedia.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-arc
Date: 11/10/2000 15:25:07
On Fri, Nov 10, 2000 at 01:09:10AM -0500, Mark Abene wrote:

 > OK, do me a favor.  In arch/mips/mips/locore.S, find _splnone, and change:
 > 
 >         li      v0, (MIPS_INT_MASK | MIPS_SR_INT_IE)
 > 
 > to read:
 > 
 >         li      v0, ((MIPS_INT_MASK & ~MIPS_INT_MASK_4)| MIPS_SR_INT_IE)

Yup, with this change:

Copyright (c) 1996, 1997, 1998, 1999, 2000
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.5K (GENERIC) #2: Fri Nov 10 15:19:39 PST 2000
    root@dr-evil:/u1/netbsd/src/sys/arch/arc/compile/GENERIC
MIPS Magnum
total memory = 32768 KB
avail memory = 25248 KB
using 435 buffers containing 1740 KB of memory
mainbus0 (root)
cpu0 at mainbus0: MIPS R4000 CPU (0x422) Rev. 2.2 with MIPS R4010 FPC Rev. 0.0
cpu0: L1 cache: 8KB/32B instruction, 8KB/16B data, direct mapped
cpu0: No L2 cache
pica0 at mainbus0
aclock0 at pica0 slot 0 offset 0x0: mc146818 or compatible
lpt0 at pica0 slot 1 offset 0x0
fdc0 at pica0 slot 2 offset 0x0
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
vxl at pica0 slot 4 offset 0x0 not configured
sn0 at pica0 slot 5 offset 0x0: bufsize 28480 address 00:00:6b:82:78:ba
asc0 at pica0 slot 6 offset 0x0: NCR53C94, target 7
scsibus0 at asc0: 8 targets, 8 luns per target
pckbc0 at pica0 slot 7 offset 0x0
pckbdprobe: reset response 0x0
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0
pms at pica0 slot 8 offset 0x0 not configured
com0 at pica0 slot 9 offset 0x0: ns16550a, working fifo
com0: txfifo disabled
com0: console
com1 at pica0 slot 10 offset 0x0: ns16550a, working fifo
com1: txfifo disabled
isabr0 at mainbus0
isa0 at isabr0 isa_io_base 0xe2000000 isa_mem_base 0xe3000000
ABOUT TO _splnone
JUST DID _splnone
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <MIPS 500, 17-00009, 8.57> SCSI1 0/direct fixed
sd0: 510 MB, 1546 cyl, 11 head, 61 sec, 512 bytes/sect x 1045242 sectors
sd1 at scsibus0 target 1 lun 0: <MIPS 500, 17-00009, 8.57> SCSI1 0/direct fixed
sd1: 510 MB, 1546 cyl, 11 head, 61 sec, 512 bytes/sect x 1045242 sectors
cd0 at scsibus0 target 2 lun 0: <TOSHIBA, CD-ROM XM-3301TA, 1651> SCSI2 5/cdrom removable
sd2 at scsibus0 target 5 lun 0: <IOMEGA, ZIP 100, N*32> SCSI2 0/direct removable
sd2: 98304 KB, 96 cyl, 64 head, 32 sec, 512 bytes/sect x 196608 sectors
boot device: <unknown>
root device: 

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>