Subject: Re: Behavior of DTR changed between 1.3.3 and 1.4.1???
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Allen Briggs <briggs@ninthwonder.com>
List: port-sparc
Date: 09/29/1999 09:02:35
> While we're on the subject, does anyone know a way to prevent a sparc/solaris
> box to drop to prom on break ?
> Not all my sparc runs NetBSD, unfortunably, but I'd love to be able to use
> a PC as console server.
It looks like the arch/sparc/dev/zs.c could be modified to add the
ZS_CONSOLE_ABORT option that exists in arch/mac68k/dev/zs.c. Right
now, it looks like you have a choice:
drop into kgdb
drop into ddb
or drop to prom
(see arch/sparc/dev/zs.c:zs_abort())
-allen