Subject: (1.6_BETA1) PM4400/200 works with ttyb console
To: None <port-macppc@netbsd.org>
From: Makoto Fujiwara <makoto@ki.nu>
List: port-macppc
Date: 06/13/2002 13:13:30
MW> 4400 no longer works (and presumably the other models based on the Tanzania
MW> motherboard -- Motorola Starmax 3000 and 4000, and the APS M*Power 604e/200)

mef> I do have PM 4400/200 here, but I have another problem not able to type
mef> in OF console connected to serial port. The same cable works for StarMax
....

On my PM4400/200, with BootVars, I have changed input/output-device to ttyb,
and ... It works..
I have copied NetBSD-daily/20020609.../boot.fs onto SCSI disk and boot from it. 

More important thing is: with input/output-device with kbd/screen, it stops 
after start=0x800000 line is shown.

PM4400 has very strange setup on keyboard. PS/2 connector is not installed
but internally and Open Firmwware wise ADB and PS/2 are muxed. To be worse,
OF probes PS/2 first and it says something is connected there  (just guess,
See akbd0 and akbd1 lines below). This situation is little bit different
in StarMax. PS/2 keyboad connector is there and probably it is probed and
saying nothing is connected there.

(But why the older src works, yes.  I have no idea at the moment.)
-------------------------------------------------------------------------------
Open Firmware, 2.0.2
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
 ok
0 > boot scsi/sd@3:0 
OF_open bootpath=scsi/sd@3
read stage 2 blocks: 01234567. done!
starting stage 2...

>> NetBSD/macppc OpenFirmware Boot, Revision 1.6
>> (autobuild@tgm.daemon.org, Sun Jun  9 14:41:16 UTC 2002)
3718528+128844=0x3ab6e0
 start=0x800000
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.6_BETA1 (INSTALL) #0: Sun Jun  9 14:55:21 UTC 2002
    autobuild@tgm.daemon.org:/autobuild/macppc/OBJ/autobuild/src/sys/arch/macppc/co
mpile/INSTALL
total memory = 65536 KB
avail memory = 55124 KB
using 844 buffers containing 3376 KB of memory

 ... (omitted) ...
adb0 at obio0 offset 0x16000 irq 18: 4 targets
akbd0 at adb0 addr 15: extended keyboard
wskbd0 at akbd0 (mux ignored)
adb0 addr 14: relative positioning device (1) not configured
akbd1 at adb0 addr 2: keyboard II (Japanese layout)
wskbd at akbd1 not configured
adb0 addr 3: relative positioning device (1) not configured

---
Makoto Fujiwara,