Port-next68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Status of the next68k port (SCSI controller/disk)?



Hi,

> I'm currently (with great help from the main previous developer) 
> trying to get NetBSD to run on the Previous NeXT emulator.

Oh, excellent!

> We already identified and fixed a bug in the DMA setup that kept 
> the NetBSD network bootloader from receiving packets. Now,
> the (current) kernel boots, but crashes/complains when trying to 
> mount the root fs from either SCSI or via NFS.
> 
> Before we continue to spend time on debugging the SCSI 
> emulation in Previous (which works for NeXTstep), I would love
> to have an update about the state of NetBSD hardware 
> support for the platform.

I dig out my NeXTstation slab and prepare a SoundBox cable for
Brian Archer's custom Non ADB interface:
 http://www.asterontech.com/Asterontech/Welcome.html

Then it looks recent NetBSD/next68k GENERIC kernels including 9.3 have
several problems:

 9.3:   Ethernet doesn't work, keyboard doesn't work, SCSI doesn't work
 8.2:   ditto
 7.2:   Ethernet works, keyboard doesn't work, SCSI doesn't work
 6.1.5: Ethernet works, keyboard works, SCSI doesn't work
 5.2.3: All Ethernet, keyboard, and SCSI work

So trying 5.2.3 binaries might be worth to debug emulators:
 http://archive.netbsd.org/pub/NetBSD-archive/NetBSD-5.2.3/next68k/

dmesg of NetBSD/next68k 5.2.3 is here:
---
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010
    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 5.2.3 (GENERIC) #0: Sat Nov 15 21:45:42 UTC 2014
	builds%b41.netbsd.org@localhost:/home/builds/ab/netbsd-5-2-3-RELEASE/next68k/201411152021Z-obj/home/source/ab/netbsd-5-2-3-RELEASE/src/sys/arch/next68k/compile/GENERIC
NeXT/MC68040 CPU+MMU+FPU, 4k on-chip physical I/D caches
total memory = 32760 KB
avail memory = 28064 KB
timecounter: Timecounters tick every 10.000 msec
intrmask: 0x2ed800
intrstat: 0x2ed000
mainbus0 (root)
intio0 at mainbus0
esp0 at intio0 addr 0x2114000
zsc0 at intio0 addr 0x3fe000
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
nextdma0 at intio0 addr 0x2000010: channel 0 (scsi)
nextdma1 at intio0 addr 0x2000110: channel 1 (enetx)
nextdma2 at intio0 addr 0x2000150: channel 2 (enetr)
xe0 at intio0 addr 0x2106000
xe0: MAC address 00:00:0f:00:b6:a9
xe0: using DMA channels nextdma1 nextdma2
nextkbd0 at intio0 addr 0x200e000
wskbd0 at nextkbd0 (mux ignored): console keyboard
esp0: ESP100A, 20MHz, SCSI ID 7
scsibus0 at esp0: 8 targets, 8 luns per target
esp0: using DMA channel nextdma0
nextdisplay0 at mainbus0: 1120 x 832, 2bpp
wsdisplay0 at nextdisplay0 (kbdmux ignored): console (mono, vt100 emulation), using wskbd0
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
Looks like a MC68HC68T1 (old style) clock chip.
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 1 lun 0: <SEAGATE, ST51080N, 0958> disk fixed
sd0: 1030 MB, 4826 cyl, 4 head, 109 sec, 512 bytes/sect x 2109840 sectors
sd0: async, 8-bit transfers
boot device: xe0
root on xe0
nfs_boot: trying DHCP/BOOTP
nfs_boot: DHCP next-server: 192.168.20.1
nfs_boot: my_domain=ceres.dti.ne.jp
nfs_boot: my_addr=192.168.20.77
nfs_boot: my_mask=255.255.255.0
nfs_boot: gateway=192.168.20.1
root on mirage:/r/export/NetBSD/next68k/root
root file system type: nfs

---

Thanks,
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index