Subject: Re: Console tty clobbered -> hang(?)
To: Havard Eidnes <he@netbsd.org>
From: Christopher SEKIYA <wileyc@rezrov.net>
List: port-sgimips
Date: 02/02/2004 09:43:49
On Wed, Jan 28, 2004 at 02:50:16PM +0100, Havard Eidnes wrote:

> Anyone have an idea about what might be going on here?

My best guess is that your config doesn't include the ioc0 and/or int0 devices,
which showed up around 15 December and 19 January respectively.  From my
indy (which I'm now using as an X terminal):

cpu0 at mainbus0: MIPS R4400 CPU (0x460) Rev. 6.0 with MIPS R4010 FPC Rev. 0.0
cpu0: 16KB/16B direct-mapped L1 Instruction cache, 48 TLB entries
cpu0: 16KB/16B direct-mapped write-back L1 Data cache
cpu0: 1024KB/128B direct-mapped write-back L2 Unified cache
ioc0 at mainbus0 addr 0x1fbd9800: rev 0, machine Indy (Guiness), board rev 0
int0 at mainbus0 addr 0x1fbd9880: bus 87MHz, CPU 174MHz
imc0 at mainbus0 addr 0x1fa00000: revision 3
gio0 at imc0
Phobos G130 10/100 Ethernet (product 0x36 revision 0x03) at gio0 slot 0 addr 0x1f400000 not configured
newport0 at gio0 slot 2 addr 0x1f000000: SGI NG1 (board revision 6, cmap revision 5, xmap revision 5), depth 24
wsdisplay0 at newport0 kbdmux 1: console (1280x1024, vt100 emulation)
wsmux1: connecting to wsdisplay0
hpc0 at gio0 addr 0x1fb80000: SGI HPC3
zsc0 at hpc0 offset 0x59830
zstty0 at zsc0 channel 1
zstty1 at zsc0 channel 0

I've used the serial console while debugging X, so I'm pretty sure that it
works.

Merge the new stuff into your config and try again.  I'll bet it works.

-- Chris