Port-powerpc archive

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

Re: IBM Network Station (ibmnws) users



>Folks, does anyone have IBM Network Station 1000 or any other model of
>IBM NWS? If yes, which their models and which version of NetBSD you
>are running on these machines?
>
>This information is needed to for freshly created NetBSD/ibmnws port
>page:
>
>       http://www.NetBSD.org/Ports/ibmnws/
>
>Thank you.
>--
> Mishka

This is old post but no one have answered it yet. I have two
Netstations 1000. Here is my full dmesg output:

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    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 3.99.16 (LAMA) #3: Sat Mar  4 14:20:58 CET 2006
        lama@netbsd:/usr/obj/sys/arch/ibmnws/compile/LAMA
Model: IBM NetworkStation 1000 (8362-XXX)
total memory = 65536 KB
avail memory = 61188 KB
mainbus0 (root)
cpu0 at mainbus0: 603ev (Revision 2.6), ID 0 (primary)
cpu0: HID0 90c000<DOZE,DPM,ICE,DCE>
pci0 at mainbus0 bus 0: indirect configuration space access
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 0 function 0
pchb0: IBM 82660 PowerPC to PCI Bridge and Memory Controller (rev. 0x02)
pchb0: L1: disabled L2: disabled
pchb0: MCP# assertion disabled TEA# assertion disabled
pchb0: PCI/ISA I/O mapping non-contiguous
pchb0: DRAM EDO (parity) SRAM sync
pchb0: Snoop mode 603
pcib0 at pci0 dev 1 function 0: IBM ISA Bridge w/PnP (rev. 0x03)
pcib0: PIRQ[0-3] not used
pcn0 at pci0 dev 2 function 0: AMD PCnet-PCI Ethernet
pcn0: Am79c971 PCnet-FAST rev 5, Ethernet address 00:00:a7:24:20:6a
pcn0: interrupting at irq 15
icsphy0 at pcn0 phy 0: ICS1890 10/100 media interface, rev. 3
icsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
OUI 0x000058 model 0x0001 rev 1 at pcn0 phy 31 not configured
S3 Trio64V2/DX (VGA display, revision 0x14) at pci0 dev 4 function 0
not configured
isa0 at pcib0
lpt0 at isa0 port 0x378-0x37b irq 7
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com0: console
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
paud0 at isa0 port 0x830-0x833 iomem  irq 10 drq 0,1: CS4231A
audio0 at paud0: full duplex, mmap
biomask 0 netmask 8000 ttymask 8080

boot device: <unknown>
root on pcn0
nfs_boot: trying static
nfs_boot: client_addr=192.168.1.102
nfs_boot: gateway=192.168.1.1
nfs_boot: netmask=255.255.255.0
nfs_boot: server=192.168.1.100
nfs_boot: root=192.168.1.100:/home/ibmnws
pcn0: link state changed to DOWN
pcn0: link state changed to UP
root on 192.168.1.100:/home/ibmnws
WARNING: preposterous clock chip time
 -- CHECK AND RESET THE DATE

I boot directly from NFS with staticaly selected ip/gw in netstation
bios and kernel

   options        NFS_BOOTSTATIC_MYIP="\"192.168.1.102\""
   options        NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
   options        NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
   options        NFS_BOOTSTATIC_SERVADDR="\"192.168.1.100\""
   options        NFS_BOOTSTATIC_SERVER="\"192.168.1.100:/home/ibmnws\""

Unfortunately in practise port looks unusable for me. Something is
broken with NIC. With root/swap mounted over NFS I'm unable to compile
anything bigger. It panics like this:


  trap: kernel write DSI trap @ 0x93810094 by 0x13d82c (DSISR
0x42000000,  err=14)
  panic: trap
  syncing disks... trap: kernel write DSI trap @ 0x93810094 by
0x149b04   (SISR 0x42000000, err=14)
  panic: trap
  dumpsys: TBD
              rebooting...

  trap: kernel ISI by 0xfff019ac (SRR1 0x40000030)
  panic: trap
  dumpsys: TBD

or just

  panic: tp->t_lastm == NULL
  syncing disks...

or sometimes with "stressful jobs" like extracting Perl through pkgsrc
NIC timeouts - kernel is running but process idles and I get this:

  pcn0: device timeout (txfree 504 txsfree 128)

If anyone is interested I can answer detailed questions. I will
recompile kernel with ddb soon and fill PR.

#wrzymski#



Home | Main Index | Thread Index | Old Index