Subject: Re: turbo support...
To: Christian Limpach <chris@Pin.LU>
From: Dave Huang <khym@azeotrope.org>
List: port-next68k
Date: 07/23/2002 17:39:09
On Wed, 24 Jul 2002, Christian Limpach wrote:
> I've updated the machine type/memory code, could you try this kernel please?
> ftp://lola.pin.lu/pub/NetBSD/arch/next68k/turbo/turbo-07-21/netbsd-TURBOK.gz
> (replaced the one I made earlier, URL is the same)
> The new kernel also prints out two more values (intrmask/intrstat) before
> the "Check serial..." message, could you write these down?

Ah, much better! :)

Welcome to NetBSD/next68k
nsym 01 ssym 1c esym 3c
Constructing the segment list...
machine type = 0x04
board rev = 0x0f
dmachip = 0x00000000
diskchip = 0x0000fe66
Looks like a NeXT_TURBO_MONO
Memory bank 0x00 has value 0x02
Memory bank 0x01 has value 0x02
Memory bank 0x02 has value 0x02
Memory bank 0x03 has value 0x02
Memory segments found:
        0x04000000 - 0x04800000
        0x06000000 - 0x06800000
        0x08000000 - 0x08800000
        0x0a000000 - 0x0a7fe000
Ethernet address: 00:00:0f:01:1e:da
rom bootdev: en
rom bootarg:
rom bootinfo: (0,0,0)
rom bootfile: netbsd
intrmask: 02007800
intrstat:02007000
Check serial port A for console.

Then on serial port A, I get:

[ using 288032 bytes of netbsd ELF symbol table ]
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002
    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.6D (TURBOK) #5: Wed Jul 24 00:14:52 CEST 2002
    chris@marble:/devel/netbsd/current-turbo/sys/arch/next68k/compile/TURBOK
NeXT/MC68040 CPU+MMU+FPU, 4k on-chip physical I/D caches
total memory = 32760 KB
avail memory = 27596 KB
using 435 buffers containing 1740 KB of memory
intrmask: 0xae7800
intrstat: 0xae7000
mainbus0 (root)
intio0 at mainbus0
zsc0 at intio0
zstty0 at zsc0 channel 0 (console i/o)
zstty1 at zsc0 channel 1
nextdma0 at intio0: channel 0 (enetx)
nextdma1 at intio0: channel 1 (enetr)
xe0 at intio0
xe0: MAC address 00:00:0f:01:1e:da
xe0: using dma channels nextdma0 nextdma1
Looks like a MCS1850 (new style) clock chip.
boot device: xe0
root on xe0
mountroot: trying msdos...
mountroot: trying cd9660...
mountroot: trying nfs...
nfs_boot: trying DHCP/BOOTP
nfs_boot: DHCP next-server: 10.1.1.73
nfs_boot: my_domain=azeotrope.org
nfs_boot: my_addr=10.1.1.72
nfs_boot: my_mask=255.255.255.0
nfs_boot: gateway=10.1.1.67
root on yerfable.int.azeotrope.org:/usr/next/root
root time: 0x3d3dd94f
WARNING: clock gained 3613 days
root file system type: nfs
warning: no /dev/console
init: copying out path `/sbin/init' 11
init: copying out path `/sbin/oinit' 12
init: copying out path `/sbin/init.bak' 15
init: not found
panic: no init
Stopped in pid 1 (init) at      cpu_Debugger+0x6:       unlk    a6
db>

The only thing I currently have on the NFS root is the kernel, which
is why it couldn't find anything; I'll install the rest and try
again...

Thanks! :)